bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2403 in lilypond: MultiMeasureRest's 'staff-position in Rhythm


From: lilypond
Subject: Re: Issue 2403 in lilypond: MultiMeasureRest's 'staff-position in RhythmicStaff is wrong per default
Date: Fri, 16 Mar 2012 00:42:32 +0000

Updates:
        Labels: Patch-new

Comment #7 on issue 2403 by address@hidden: MultiMeasureRest's 'staff-position in RhythmicStaff is wrong per default
http://code.google.com/p/lilypond/issues/detail?id=2403#c7

Issue 2403: MultiMeasureRest's 'staff-position in RhythmicStaff is wrong per default

The multimeasure rest does not look good for a staff line count of 2
(one would need to extend the test in this patch to check for line 1
in a similar way as line 2 and 3 are currently checked), but then it
does not seem worth bothering as long as the normal whole rest looks
awful for a staff line count of 2 as well.

Test with
\version "2.15.31"

\new StaffGroup {
$(make-simultaneous-music
   (map
      (lambda (x)
         #{ \new Staff \with { \override StaffSymbol #'line-count = #x } {
               c'1
               r1
               R1
               \override MultiMeasureRest #'staff-position = #4
               R1
             }
         #})
   (iota 6)))
}

http://codereview.appspot.com/5820061




reply via email to

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