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
[EMAIL PROTECTED]
Jay Hamilton
www.soundand.com
206-328-7694
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
begin:vcard
fn:Daniel Tonda Castillo
n:Tonda Castillo;Daniel
email;internet:[EMAIL PROTECTED]
version:2.1
end:vcard
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user