lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics extender and acciaccatura


From: Jean-Charles Malahieude
Subject: Re: lyrics extender and acciaccatura
Date: Tue, 11 Nov 2014 17:49:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Le 11/11/2014 17:22, David Kastrup a écrit :
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 }



Thanks, David. I was sure to have seen something about it. Unfortunately dig not enough deeply since this clause is only mentioned in NR2.1.3 Stanzas (as a @subsubheading in "Stanzas with different rhythms") instead as in 2.1.2 with "Placing syllables horizontally"!

Even better, includeGraceNotes takes care of the extender's problem that was most annoying.

Cheers,
Jean-Charles



reply via email to

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