Updates:
Owner: ---
Labels: -Type-Enhancement -Priority-Low Type-Ugly
Comment #8 on issue 247 by [email protected]: lyrics attached to Devnull
are left-aligned instead of center-aligned
http://code.google.com/p/lilypond/issues/detail?id=247
With 2.15.11 using the above snippet:
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
>>
}
I get a compilation error:
Parsing...
Interpreting music...
C:/Documents and Settings/Administrator/Desktop/test.ly:2:20: warning:
Lyric syllable does not have note. Use \lyricsto or associatedVoice.
text = \lyricmode {
foo bar baz quux }
C:/Documents and Settings/Administrator/Desktop/test.ly:2:24: warning:
Lyric syllable does not have note. Use \lyricsto or associatedVoice.
text = \lyricmode { foo
bar baz quux }
C:/Documents and Settings/Administrator/Desktop/test.ly:2:28: warning:
Lyric syllable does not have note. Use \lyricsto or associatedVoice.
text = \lyricmode { foo bar
baz quux }
C:/Documents and Settings/Administrator/Desktop/test.ly:2:32: warning:
Lyric syllable does not have note. Use \lyricsto or associatedVoice.
text = \lyricmode { foo bar baz
quux }
--snip--
The output seems to be the same as it was in 2.11.12 though
Attachments:
2_15_11_output.PNG 19.2 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond