>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

Reply via email to