David Nalesnik <[email protected]> writes:

> On Tue, Nov 11, 2014 at 9:53 AM, David Nalesnik <[email protected]>
> wrote:
>
>> Hi Jean-Charles,
>>
>>
>> The problem I see here is that the X-parent of the LyricText is being set
>> to the NoteColumn of main note rather than to the grace note.  (Perhaps
>> that's desirable?)
>>
>>
> This doesn't work:
>
>  \new Staff <<
>   \new Voice = "music" { \grace c'8 }
>   \new Lyrics \lyricsto "music" { hi }
>>>

Not much of a surprise here.

\new Staff <<
  \new Voice = "music" { \grace c'8 }
  \new Lyrics \with { includeGraceNotes = ##t } \lyricsto "music" { hi }
>>

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to