Menu

#104 emptyText doesn't work with lyricmode

Verified
nobody
Defect
2007-01-03
2006-10-04
Anonymous
No

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

1 Attachments

Discussion

  • Google Importer

    Google Importer - 2007-01-01

    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

     
  • Google Importer

    Google Importer - 2007-01-01

    Originally posted by: hanw...@gmail.com

    (No comment was entered for this change.)

    Status: Fixed

     
  • Google Importer

    Google Importer - 2007-01-03

    Originally posted by: gpermus@gmail.com

    (No comment was entered for this change.)

    Status: Verified