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: -Eluze
Subject: Re: Howto have the number of volte printed out above an end-repeat bar?
Date: Mon, 11 Oct 2010 07:50:19 -0700 (PDT)

an approach is:

\relative c'' {
  \repeat volta 4 { c1 }
  \override Score.RehearsalMark #'self-alignment-X = #1
  \mark \markup "repeat 4 times"
  \bar ":|"
}

maybe you'll want to tweak it to fit the text over the measure!



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 }
>   }
> }
> 
> Thanks for your patience :)
> 
> _g.
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Howto-have-the-number-of-volte-printed-out-above-an-end-repeat-bar--tp29929915p29934795.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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