bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2409 in lilypond: Full measure rest staff position ignores \overri


From: lilypond
Subject: Issue 2409 in lilypond: Full measure rest staff position ignores \override for subsequent rests
Date: Thu, 15 Mar 2012 15:37:12 +0000

Status: Accepted
Owner: ----
Labels: Type-Critical

New issue 2409 by address@hidden: Full measure rest staff position ignores \override for subsequent rests
http://code.google.com/p/lilypond/issues/detail?id=2409

with the following code the first MMR is displaced. Adding a
'staff-position-override works, but it shouldn't be necessary.

\version "2.15.33"

 \new RhythmicStaff {
   r1
   R1
   \override MultiMeasureRest #'staff-position = #0
   R1
 }

Attached is output from 2.15.32 and 2.14.2

***

from David K

--snip--

That would be

commit e75f38b1a9adaf7752ced683fff0e6ec01bd8a13
Author: Mike Solomon <address@hidden>
Date:   Fri Aug 12 00:38:47 2011 +0200

   Allows multi measure rests' staff position to be set at 0.

   MultiMeasureRest grobs are only shifted if their staff position
   is unset.


added in version 2.15.9.

--snip--

Attachments:
        MMR_2_14_2.png  2.2 KB
        MMR_2_15_32.png  674 bytes




reply via email to

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