Issue 247: lyrics attached to Devnull are left-aligned instead of center-aligned
http://code.google.com/p/lilypond/issues/detail?id=247

New issue report by gpermus:
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.

\version "2.11.12"
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
  >>
}



Attachments:
        foo.preview.png  4.0 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to