lilypond-user
[Top][All Lists]
Advanced

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

Re: long \mark with whole rest


From: Gilles THIBAULT
Subject: Re: long \mark with whole rest
Date: Tue, 17 Jul 2007 10:20:54 +0200


 
Can anyone explain the behavior of the following snippet to me?  The long \mark \markup for some reason pushes the dimensions of the measure to match the length of the markup when a whole rest is present in the bar.

Any fix?
I think it's a bug with multirest.
In this exemple \musicOne works but \musicTwo doesn't :
 
%%%%%%%%%%%%%
\version "2.10.25"
 
musicOne = {\repeat unfold 40 {c''4}}
musicTwo = {R1*10}
 
\new Staff {
     \override Score.RehearsalMark #'self-alignment-X = #left
     \mark \markup {"this is a really really really long markup"}
    \musicOne 
   %  \musicTwo
}
%%%%%%%%%%%%
 
More surprising :
the command
        \override Score.RehearsalMark #'no-spacing-rods = ##t or ##f
has no effect in both cases !
 
 
So, i didn't find a fix for that.
Sorry !
 
Gilles
 
 

reply via email to

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