bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics are not always centered between staves in 2.11


From: Monk Panteleimon
Subject: Lyrics are not always centered between staves in 2.11
Date: Tue, 30 Oct 2007 01:03:21 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

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