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: Shamus
Subject: Re: segno, coda, etc. below rehearsal mark
Date: Thu, 29 Jun 2006 20:59:33 -0700
User-agent: Thunderbird 1.5.0.2 (X11/20060526)

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. :-/

-- Shamus




reply via email to

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