bug-lilypond
[Top][All Lists]
Advanced

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

Issue 417 in lilypond: Rehearsal marks take up extra space when used on


From: codesite-noreply
Subject: Issue 417 in lilypond: Rehearsal marks take up extra space when used on full-measure rests
Date: Sat, 08 Sep 2007 10:18:11 -0700

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




reply via email to

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