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: Fri, 14 Sep 2007 05:58:00 -0700

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




reply via email to

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