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


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

Reply via email to