lilypond-user
[Top][All Lists]
Advanced

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

lyrics extender and acciaccatura


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

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 = \lyricmode { Ah __ KO }
TextBetter = \lyricmode { "Ah __" Hum }

\score {
  \new Staff <<
    \new Voice = "music" { \Music }
    \new Lyrics \lyricsto "music" \TextKO
    \new Lyrics \lyricsto "music" \TextBetter >>

  \layout { }
}


Cheers,
Jean-Charles

Attachment: acciacatura-lyrics-extender.png
Description: PNG image


reply via email to

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