lilypond-user
[Top][All Lists]
Advanced

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

Re: RehearsalMark under Volta Bracket


From: David Stocker
Subject: Re: RehearsalMark under Volta Bracket
Date: Sat, 27 Jun 2009 14:43:24 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Thanks Gilles, for the response.

Neither of these worked for me. Happily, I had the solution in the first place. I just had the command in the wrong place and (I think) needed to add a Context to the override.

This works:
I inserted

\once \override Score.RehearsalMark #'outside-staff-priority = #1

right before the \customToCoda variable.

%%%begin ly example%%%

\version "2.13.1"

\include "english.ly"

textToCoda = {
 \once
 \override Score.RehearsalMark #'self-alignment-X = #0.770
 \once
\override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
 \mark
 \markup
 \line
 \general-align #Y #CENTER {
   \small
   \bold
   \italic "To Coda  "
   \musicglyph #"scripts.coda"
 }
}

\relative c' {
 \repeat volta 2 { c1 c c }
 \alternative {
   { c1 }
{ f1 \bar "||" \once \override Score.RehearsalMark #'outside-staff-priority = #1 \textToCoda }
 }
}

%%%end ly example%%%

Gilles Sadowski wrote:
Hi.

In this example, is there a way to move the "To Coda" rehearsal mark so that it is underneath the Volta Bracket? Also, I'd like to have the brackets on the same baseline (after the mark is moved down).

Any hints?

Things you might try to fiddle with are:

  \override Score.RehearsalMark #'padding = #2.0
  \override Score.VoltaBracket #'minimum-space = #4.0

Best,
Gilles


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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