lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics extender and acciaccatura


From: David Kastrup
Subject: Re: lyrics extender and acciaccatura
Date: Tue, 11 Nov 2014 17:22:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

David Nalesnik <address@hidden> writes:

> On Tue, Nov 11, 2014 at 9:53 AM, David Nalesnik <address@hidden>
> 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




reply via email to

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