bug-lilypond
[Top][All Lists]
Advanced

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

Issue 437 in lilypond: alignAboveContext doesn't work as expected


From: codesite-noreply
Subject: Issue 437 in lilypond: alignAboveContext doesn't work as expected
Date: Sat, 01 Sep 2007 13:37:03 -0700

Issue 437: alignAboveContext doesn't work as expected
http://code.google.com/p/lilypond/issues/detail?id=437

New issue report by lemzwerg:
\version "2.11.31"

\header { texidoc = "
  `Alias' contexts with the same name should have identical
vertical staff offsets.
Here is a counterexample.
" }

\context Staff = "one" \relative {
  c1 |
  << { d1 }
     \context Staff = "foo" \with { alignAboveContext = "one" }
     { g4 a } >> |
  << { e1 }
     \context Staff = "foo" \with { alignAboveContext = "one" }
     { a4 g } >> |
}

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
        multiple-aliases.png  4.7 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]