bug-lilypond
[Top][All Lists]
Advanced

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

rest + text mark = too long measure


From: Zoltan Selyem
Subject: rest + text mark = too long measure
Date: Sat, 20 Oct 2007 00:03:53 +0200

Hi all,


This might be connected with
  http://code.google.com/p/lilypond/issues/detail?id=417
but my problem now is not that the rest is not centered (it is
in 2.11.34), but that the measure becomes too long.


%% When there is a whole measure rest under a text mark
%% the measure extends further than the end of the text mark.

\version "2.11.34"
\paper{ ragged-right=##t }
\score{
  \relative g' {
    \override Score.RehearsalMark #'self-alignment-X = #LEFT
    \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
    \mark "This is a text mark."
    R1 | g4 g g g | g g g g |
  }
}
\score{
  \relative g' {
    R1 | g4 g g g | g g g g |
  }
}
\score{
  \relative g' {
    \override Score.RehearsalMark #'self-alignment-X = #LEFT
    \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
    \mark "This is a text mark."
    g1 | g4 g g g | g g g g |
  }
}

Attachment: restVsMark.png
Description: PNG image


reply via email to

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