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

New issue report by lemzwerg:
\header {
  texidoc = "Newly created contexts can be inserted
anywhere in the vertical alignment.

However, in the example below it seems that it is not
possible to use this feature recursively."
}

\version "2.11.32"

\paper {
  ragged-right = ##t
}

\relative <<
  \new Staff = "1" { c4 }
  { \skip 4
    <<
      \new Voice = "2" {
        \set Staff.alignAboveContext = #"1"
        c8 }
      \new Lyrics \with {
        alignAboveContext = #"2"
      } \lyricsto "2" { Ha }
      \new Lyrics \with {
        alignBelowContext = #"2"
      } \lyricsto "2" { Ho }
    >>
  }
>>


Attachments:
        alignment-order.png  3.3 KB 


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

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