lilypond-user
[Top][All Lists]
Advanced

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

where to put \remove 'Time_signature etc..?


From: Jay Hamilton
Subject: where to put \remove 'Time_signature etc..?
Date: Fri, 29 Dec 2006 14:40:31 -0800

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 }
}




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




reply via email to

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