Originally created by: *anonymous
Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com
\version "2.9.14"
\score{
\new GrandStaff
<<
\new Staff = trebleStaff \relative c' {
\key aes \major
\time 2/4
<<
{f8 bes \emptyText ees ^"Immer staerker und lebhafter" f }
\\
{ d, bes' bes aes }
>>
}
\new Lyrics \lyricmode {zu,8 und nur ein }
>>
\layout{ragged-right = ##t }
}
Originally posted by: hanw...@gmail.com
Invalid bugreport, strictly speaking.
Lyrics does not attach to a voice, so it is centered on the (rather wide,
due to "Immer ... ") PaperColumn. Use \lyricsto.
Added a warning in GIT, and switched off centering when no notehead is found.
Labels: fixed_2_10_7 fixed_2_11_7
Status: Invalid
Originally posted by: hanw...@gmail.com
(No comment was entered for this change.)
Status: Fixed
Originally posted by: gpermus@gmail.com
(No comment was entered for this change.)
Status: Verified