bug-lilypond
[Top][All Lists]
Advanced

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

minor lyrics alignment bug


From: Trevor Baca
Subject: minor lyrics alignment bug
Date: Thu, 25 Aug 2005 06:10:01 -0500

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
address@hidden

reply via email to

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