bug-lilypond
[Top][All Lists]
Advanced

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

Issue 544 in lilypond: partial in polymetric fails


From: codesite-noreply
Subject: Issue 544 in lilypond: partial in polymetric fails
Date: Mon, 31 Dec 2007 07:03:39 -0800

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




reply via email to

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