lilypond-user
[Top][All Lists]
Advanced

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

RehearsalMark under Volta Bracket


From: David Stocker
Subject: RehearsalMark under Volta Bracket
Date: Fri, 26 Jun 2009 15:56:04 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

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?

Thanks,

David

%%%ly exmaple below%%%

\version "2.13.1"

\include "english.ly"

textToCoda = {
 \once
 \override RehearsalMark #'outside-staff-priority = #1
 \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 "||" \textToCoda
   }
 }
}

%%%end ly example%%%




reply via email to

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