Read the last lines of the section on Grace notes in the manual.
/Mats
Quoting "Jay Hamilton, Sound and Silence" <[EMAIL PROTECTED]>:
Hello-
I've fiddled with this for an hour and copied it first directly from
the manual (typed it in) then took and copied some from something I
made work and then even edited that and I still have these double
time signatures-
So something is wrong with the manual or I'm really missing something
obvious.
Here's the ly file
\version "2.6.3"
\header {
title = "Doctor Parnassum"
composer = "Claude Debussy"
copyright = "for study purposes only"
}
#(set-global-staff-size 19)
upper = \relative c' {
\set Staff.midiInstrument = "acoustic grand"
\key c \major
\override Staff.TimeSignature #'style = #'()
\time 4/4
%notes here
r16 g c d e g, c e d f, c'd f a, b f' |
}
lower = \relative c {
\clef bass
\set Staff.midiInstrument = "acoustic grand"
\key c \major
\override Staff.TimeSignature #'style = #'()
\time 4/4
%notes go here
\acciaccatura c,8 c'1~|
}
\score {
\new PianoStaff <<
\set PianoStaff.instrument = #"piano"
\context Staff = upper \upper
\context Staff = lower \lower
>>
\layout { }
\midi {\tempo 4=60 }
}
--
Childhood is a Journey not a race- Emma Sadinsky aged 8
Jay Hamilton
Sound and Silence
206-328-7694
www.soundand.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user