bug-lilypond
[Top][All Lists]
Advanced

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

Issue 432 in lilypond: odd layout when Mar_engraver is moved into Staff


From: codesite-noreply
Subject: Issue 432 in lilypond: odd layout when Mar_engraver is moved into Staff
Date: Thu, 30 Aug 2007 19:25:58 -0700

Issue 432: odd layout when Mar_engraver is moved into Staff
http://code.google.com/p/lilypond/issues/detail?id=432

New issue report by gpermus:
\version "2.11.30"

\relative {
  \mark "C" c1 | \mark "D" d  | \clef alto
  \mark "E" e | \mark "F" f |
}

 % Uncommenting this layout block, causes both the C and the E marks
 % to move to the left!
\layout {
       \context { \Score
           \remove "Staff_collecting_engraver"
           \remove "Mark_engraver"
       }
       \context { \Staff
           \consists "Staff_collecting_engraver"
           \consists "Mark_engraver"
       }
   }


Attachments:
        foo.preview.png  3.1 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

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