bug-lilypond
[Top][All Lists]
Advanced

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

Issue 469 in lilypond: alignAboveContext and alignBelowContext problems


From: codesite-noreply
Subject: Issue 469 in lilypond: alignAboveContext and alignBelowContext problems
Date: Sun, 03 Aug 2008 23:11:12 -0700

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




reply via email to

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