Issue 469: alignAboveContext and alignBelowContext problems
http://code.google.com/p/lilypond/issues/detail?id=469

Comment #3 by lemzwerg:
OK. Just for completeness, here a version which works. Note that the Voice and Staff name must be identical, which looks a bit odd and is non-intuitive. A buglet?

\version "2.11.53"

\paper {
 ragged-right = ##t
}

\relative <<
 \new Staff = "1" { c4 }
 { \skip 4
   <<
     \new Staff = "2" {
       \set Staff.alignAboveContext = #"1"
       % the Voice name must be the same as the Staff name
       \context Voice = "2" {
         c8 } }
     \new Lyrics \with {
       alignAboveContext = #"2"
     } \lyricsto "2" { Ha }
     \new Lyrics \with {
       alignBelowContext = #"2"
     } \lyricsto "2" { Ho }
   >>
 }





--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to