Re: lyrics extender and acciaccatura

2014-11-11 Thread Jean-Charles Malahieude
Le 11/11/2014 17:22, David Kastrup a écrit : David Nalesnik writes: On Tue, Nov 11, 2014 at 9:53 AM, David Nalesnik 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 tha

Re: lyrics extender and acciaccatura

2014-11-11 Thread David Nalesnik
On Tue, Nov 11, 2014 at 10:22 AM, David Kastrup wrote: > > Not much of a surprise here. > > \new Staff << > \new Voice = "music" { \grace c'8 } > \new Lyrics \with { includeGraceNotes = ##t } \lyricsto "music" { hi } > >> > > Ah, OK. That's the solution to Jean-Charles's problem. --David __

Re: lyrics extender and acciaccatura

2014-11-11 Thread David Nalesnik
On Tue, Nov 11, 2014 at 10:28 AM, David Nalesnik wrote: > >> > Ah, OK. That's the solution to Jean-Charles's problem. > > Nevertheless, it seems that what he describes is a bug. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: lyrics extender and acciaccatura

2014-11-11 Thread David Kastrup
David Nalesnik writes: > On Tue, Nov 11, 2014 at 9:53 AM, David Nalesnik > 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

Re: lyrics extender and acciaccatura

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

Re: lyrics extender and acciaccatura

2014-11-11 Thread David Nalesnik
Hi Jean-Charles, On Tue, Nov 11, 2014 at 9:00 AM, Jean-Charles Malahieude wrote: > Hi all, > > Trying to align a syllable to acciaccaturas, I came across an extender > problem: > > The extender should stop *before* the rest, not when encountering the next > acciaccatura. > > The problem I see he

lyrics extender and acciaccatura

2014-11-11 Thread Jean-Charles Malahieude
Hi all, Trying to align a syllable to acciaccaturas, I came across an extender problem: The extender should stop *before* the rest, not when encountering the next acciaccatura. \version "2.19.15" Music = { r4 \acciaccatura { c'8 } e'4~ e'2~ e'1 r4 \acciaccatura { e'8 } c'2. } TextKO