Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=247
I assume your earlier report about one of the Doc examples was the same
issue.
Cheers,
- Graham
Daniel Johnson wrote:
Lyrics attached to a Voice are center-aligned if attached to a single
note, and left-aligned if attached to a melisma. Lyrics attached to a
Devnull context, however, are always left-aligned. The following example
illustrates:
\version "2.10.11"
text = \lyricmode { foo bar baz quux }
notes = { c'4 c' c' c' }
\score {
<<
\new Staff { \new Voice = "staffVoice" \notes }
\new Devnull = "devnullVoice" \notes
\new Lyrics \lyricsto "staffVoice" \text
\new Lyrics \lyricsto "devnullVoice" \text
>>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond