bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 247 in lilypond: lyrics attached to Devnull are left-aligned i


From: lilypond
Subject: Re: Issue 247 in lilypond: lyrics attached to Devnull are left-aligned instead of center-aligned
Date: Fri, 16 Sep 2011 13:55:55 +0000

Updates:
        Owner: ---
        Labels: -Type-Enhancement -Priority-Low Type-Ugly

Comment #8 on issue 247 by address@hidden: 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




reply via email to

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