lilypond-user
[Top][All Lists]
Advanced

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

Re: Fine endings


From: Pierre Perol-Schneider
Subject: Re: Fine endings
Date: Sat, 25 May 2013 21:44:59 +0200




2013/5/25 Paul Scott <address@hidden>
I am having trouble finding in the 2.17.18 docs how to create a pair of
endings:

1.        Fine
|       ||      ||


I'm not sure what you're looking at...
This could help :  http://lilypond.org/doc/v2.17/Documentation/snippets/repeats#repeats-volta-text-markup-using-repeatcommands
which would do something like :

voltaFine = \markup { \text \italic { Fine. } }

\relative c'' {
  s1
  \set Score.repeatCommands = #'((volta #f) (volta "1.") 'start-repeat)
  c4 s s s
  \bar "||"
  \set Score.repeatCommands = #(list (list 'volta voltaFine) 'end-repeat)
  c,4 s s s
  \set Score.repeatCommands = #'((volta #f))
  \bar "||"
}

Cheers,
Pierre


reply via email to

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