lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where to put \remove 'Time_signature etc..?


From: Daniel Tonda Castillo
Subject: Re: where to put \remove 'Time_signature etc..?
Date: Fri, 29 Dec 2006 22:51:09 -0600
User-agent: Thunderbird 3.0a1 (X11/20061229)

Jay Hamilton wrote:
Hello-
I've searched the manual for 2.8x and come up with the line to remove the time 
signature however no matter where I put it ( and I've tried all 3 places- in 
layout, in score after \time, above score plus a couple of others that I didn't 
see in the manual)  and I just keep getting the 'unexpected synatax' message
So where does it really go?
Thanks Jay


\version "2.8.4"
\header {
  title = "28 December"
  composer = "Jay Hamilton"

  copyright = "CC some rights reserved Jay Hamilton 2006"
  tagline = "see http://creativecommons.org/licenses/by-nd/2.5/";
}

upper = \relative c'

 {
\clef treble
\key c \major
\time 4/4
#(set-global-staff-size 35)
\set tieWaitForNote = ##t
\grace { f8[~ c'~ e]~ } <f, c' e>2


\bar "||"
}

lower = \relative c {
\clef bass
\key c \major
\time 4/4
\override Staff.TimeSignature #' style = #' ()


}

\score {
        \context PianoStaff
        <<
                \context Staff = upper \upper
        \context Staff = lower \lower
        >>
        \layout {\remove "Time_signature_engraver" }
        \midi { \tempo 4=42 }
}


In the layout part:

\layout {
   \context {
       \Staff
       \remove "Time_signature_engraver"
   }
}

Please respond to this email using
address@hidden
Jay Hamilton
www.soundand.com
206-328-7694


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


Attachment: daniel.tonda.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]