Re: mid-measure RehearsalMark

2006-06-19 Thread Kieren MacMillan
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

Re: mid-measure RehearsalMark

2006-06-19 Thread Mats Bengtsson
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

Re: mid-measure RehearsalMark [TIP]

2006-06-19 Thread Kieren MacMillan
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' {

mid-measure RehearsalMark

2006-06-19 Thread Kieren MacMillan
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