bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics in Devnull context are left-aligned


From: Daniel Johnson
Subject: Lyrics in Devnull context are left-aligned
Date: Wed, 17 Jan 2007 12:10:40 -0800 (PST)
User-agent: SquirrelMail/1.4.8

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
  >>
}




reply via email to

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