Issue 417: Rehearsal marks take up extra space when used on full-measure rests
http://code.google.com/p/lilypond/issues/detail?id=417
Comment #1 by horndude77:
%{
Is this the same bug? If so, it can throw things way off with longer reheasal
marks.
%}
\version "2.11.32"
\paper { ragged-right = ##t }
\new Staff
{
\time 4/4
\once \override Score . RehearsalMark #'self-alignment-X = #left
\mark "Retenez beaucoup" %This pushes the rest way to the left.
R1 |
}
\new Staff
{
\time 4/4
\once \override Score . RehearsalMark #'self-alignment-X = #left
\mark "Retenez beaucoup"
c'1 |
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond