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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to