Issue 544: partial in polymetric fails
http://code.google.com/p/lilypond/issues/detail?id=544

New issue report by gpermus:
% the second staff is oddly mis-aligned; I can't find a combination
% of \partial or non-partial that results in the bar lines being aligned.

\version "2.11.36"

\score {
 \relative c'' <<
   \new Staff {
     \partial 16
     r16 |
     c4 c c c |
   }
   \new Staff {
     \partial 16
     r16 |
     c4 c c c |
   }
 >>
 \layout {
   \context { \Score
     \remove "Timing_translator"
     \remove "Default_bar_line_engraver"
   }
   \context { \Staff
     \consists "Timing_translator"
     \consists "Default_bar_line_engraver"
   }
 }
}

Attachments:
        foo.preview.png  3.8 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


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

Reply via email to