Inclusion of underscore character _ with a duration in \lyricmode
causes right alignment rather than center alignment of previous lyric
text.

%%%%%%%% BEGIN ALIGNMENT BUG SNIPPET %%%%%%

\score {
   <<
         \new Staff {
            c'4 c'4 c'4 c'4
         }
         \new Lyrics \lyricmode {
            Notes4 with4 ly4 -- rics.4
         }
         \new Lyrics \lyricmode {
            Notes4 with4 _4 text.4 % "with" ALIGNS INCORRECTLY
         }
   >>
}

%%%%%%%% END ALIGNMENT BUG SNIPPET %%%%%%%%

Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to