Le 11/11/2014 17:22, David Kastrup a écrit :
David Nalesnik <david.nales...@gmail.com> writes:

On Tue, Nov 11, 2014 at 9:53 AM, David Nalesnik <david.nales...@gmail.com>
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

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

Reply via email to