Zbyněk Burget wrote:
Hi again,
I find one more problem. This time with grace notes at the beginning of
score, where is multiple staves.
If one of staves begins with grace note {\grace, \appoggiatura,
\acciaccatura), instrument name on first line is not printed and key,
time and clef signs are printed unreasonably.
If more simultaneous StaffGoups are defined, missing instrument names
(and unreasonably engraved key, time and clef signs) are at all staves
in staff group, in which is staff with grace note.
Example:
\score {
<<
\new Staff {
\set Staff.instrumentName = #"Instrument 1"
\set Staff.shortInstrumentName = #"I1"
\key d \major
\time 2/2
\relative c' {
d4 e fis gis
a1
}
}
\new Staff {
\set Staff.instrumentName = #"Instrument 2"
\set Staff.shortInstrumentName = #"I2"
\key d \major
\time 2/2
\relative c' {
\grace c8 d4 d d d \break
d1
}
}
>>
\layout {}
}
This looks like the problem addressed in Notation Reference 1.2.6 under
"Known issues and warnings":
"Grace note synchronization can also lead to surprises. Staff notation,
such as key signatures, bar lines, etc., are also synchronized. Take
care when you mix staves with grace notes and staves without, for
example..."
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Special-rhythmic-concerns#Special-rhythmic-concerns
Jon
--
Jonathan Kulp
http://www.jonathankulp.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user