lilypond-user
[Top][All Lists]
Advanced

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

Re: segno, coda, etc. below rehearsal mark


From: Paul Scott
Subject: Re: segno, coda, etc. below rehearsal mark
Date: Thu, 29 Jun 2006 21:39:50 -0700
User-agent: Thunderbird 1.5.0.4 (X11/20060619)

Shamus wrote:
Paul Scott wrote:
Sorry I didn't make it clear enough.  Saying I wanted it under a
rehearsal marks implied I wanted the segno, etc. over the barline. AFAIK we still can't use \mark twice at the same barline or get the
rehearsal mark by itself to put into a \mark \markup.  That is without
writing a scheme function which I'm willing to try if necessary.

If you do have the complete solution I'd be glad to see it.  Something
like:

\mark \markup{ \column{ \line{ <current rehearsal mark> } \line{ \segno
} } }

It's probably not what you want, but I've found that

\once \override Score.RehearsalMark #'self-alignment-X = #left
\mark \markup { \box { A } \hspace #1.0 \musicglyph #"scripts.segno" }

is an OK workaround. The downsides are that the segno is printed to the
right of the rehearsal mark (not terrible in my opinion) and that lily
no longer keeps track of the rehearsal symbols for you, so you have to
keep track of them yourself. I'm sure there's a better way, but I'm also
pretty sure you can't use \mark \default in combination with any other
text markup. :-/
Thanks. I had seen this discussion but couldn't find it with Google yet. I will probably use your solution.

I think it's also good that I put the vertical question on the list since music is also published that way.

Thanks again,

Paul





reply via email to

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