lilypond-user
[Top][All Lists]
Advanced

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

Re: Howto have the number of volte printed out above an end-repeat bar?


From: James
Subject: Re: Howto have the number of volte printed out above an end-repeat bar?
Date: Mon, 11 Oct 2010 15:34:21 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

Hello,

On 11/10/2010 14:13, Gilles Filippini wrote:
James a écrit , Le 11/10/2010 14:42:
If you say there is no 'alternate' then you simply make a text markup
saying 'repeat 4 times' - this is typically right aligned below or above
the stave where the repeat mark is.

Can I ask how do you achieve the right aligned 'repeat 4 times' in this
score?

\score {
   \relative c'' {
     \repeat volta 4 { c1 }
   }
}

Remove the repeat and volta.

\score {
  \relative c'' {
    c1 | c1 | c1 | c1 \bar ":|"
\once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
    \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
    \once \override Score.RehearsalMark #'direction = #DOWN
    \mark \markup { \small \bold \italic "Repeat four times"}
  }
}


I put in the extra bars just to show you a more realistic spacing.

If you want to put it above the staff then you just change

\once \override Score.RehearsalMark #'direction = #DOWN

to

\once \override Score.RehearsalMark #'direction = #UP

Hope this helps.

James









reply via email to

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