Since there is an ongoing discussion about this, and whether or not it's actually a bug or desirable feature or whatever, I'm not recording this as an issue at the moment.

Cheers,
- Graham


Monk Panteleimon wrote:
I'm not top posting
% Lyrics are not always centered between staves in 2.11
% Or maybe staves don't always acercate lyrics...
% Once the up-stems on lower staff get high up, lyrics run away.


\version "2.11"

\score { \context ChoirStaff
    <<
      \context Staff
         <<

          \context Voice = voice \relative c''
{ \voiceOne \repeat unfold 200 { e2 }
          }
\new Voice \relative c'' { \voiceTwo \repeat unfold 200 { c }
          }
>>

      \context Lyrics \lyricsto "voice"
{ \repeat unfold 200 { la } }


         \new Staff \relative c
          <<
            \new Voice
{ \clef "bass" \voiceOne \repeat unfold 200 { f }
            }
\new Voice
            { \voiceTwo
           \repeat unfold 200 { a, }
          }

          >>
      >>

\layout { }
}




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



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

Reply via email to