Hi, Mats:
See http://lists.gnu.org/archive/html/bug-lilypond/2005-10/
msg00166.html
for a related discussion.
Thanks for the link
As it turns out, I've almost solved (i.e., found hacks for) all my
\mark-related problems on my own today -- decided it was too
important (to the readability
ome fairly significant marking" c c
}
%%% CODE SNIPPET ENDS
Is there a fix/workaround for this? Or does nobody else ever use a
mid-measure RehearsalMark?
Thanks,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://list
Hey, all!
I don't know if this is the *best* solution for the RehearsalMark
spacing issue(s) I've been dealing with, but it's definitely *a*
solution!
Hope this helps someone else.
Best,
Kieren.
%%% CODE SNIPPET BEGINS
\version "2.9.9"
\paper { ragged-right = ##t }
\relative c'
{
ion "2.9.9"
\paper { ragged-right = ##t }
\relative c'
{
\override Score.RehearsalMark #'self-alignment-X = #-1
c4 c \mark \markup "some fairly significant marking" c c
}
%%% CODE SNIPPET ENDS
Is there a fix/workaround for this? Or does nobody else ever use