David Kastrup wrote
> [...]
>  Take, for example, the output of
> 
> addKey = { \key g \major  \time 4/4 }
> staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 }
> 
> \score {
>   \new StaffGroup <<
>     \new Staff \new Voice = "staffOne" << \addKey \staffOneNotes >>
>     \new Staff \new Voice = "staffOne" { \addKey \staffOneNotes }
>   >>
> }

isn't that the well-known issue with grace notes at the begin of
simultaneous music - if you don't have grace notes in staffOneNotes or you
add corresponding grace notes in addKey like

addKey = { \key g \major  \time 4/4  \grace s8. }

then it works correctly, doesn't it?

this said, I also prefer the form

{ \addKey \staffOneNotes }

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Learning-LilyPond-comments-invited-tp156969p157038.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to