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:30:48 -0800

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

Comment #1 by milarepa7:
% I didn't really understand what you wanted me to do. I hope it's fine.

\version "2.11.36"
\paper{ ragged-right=##t }
\score {
 \relative c'' <<
   \new Staff {
     \partial 16
     r16
     \set Timing.measurePosition = #(ly:make-moment 4 4)
     c4 c c c
   }
   \new Staff {
     \partial 16
     r16 \bar "|"
     \set Timing.measurePosition = #(ly:make-moment 4 4)
     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:
        polymetric.pdf  22.1 KB



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