bug-lilypond
[Top][All Lists]
Advanced

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

Issue 247 in project lilypond


From: codesite-noreply
Subject: Issue 247 in project lilypond
Date: Thu, 18 Jan 2007 15:59:00 -0800

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




reply via email to

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