lilypond-user
[Top][All Lists]
Advanced

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

Re: Learning LilyPond, comments invited


From: Eluze
Subject: Re: Learning LilyPond, comments invited
Date: Fri, 3 Jan 2014 07:51:55 -0800 (PST)

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.



reply via email to

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