lilypond-user
[Top][All Lists]
Advanced

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

Custom volta text problem.


From: Frederick Dennis
Subject: Custom volta text problem.
Date: Sat, 16 May 2009 22:14:55 +0430

Dear All,
I worked out the custom volta text problem but Graham beat
me to it.

 \version "2.12.2"
voltaSafety = \markup { "" \text \italic { safety } }
voltaLast = \markup { "" \text \italic { last time only }}
\relative c'' {
  c1
  \set Score.repeatCommands = #(list (list 'volta voltaSafety) 'start-repeat)
  c4 b d e
  \set Score.repeatCommands = #(list (list 'volta voltaLast) 'end-repeat)
  f1
  \set Score.repeatCommands = #'((volta #f))
}

My version is a bit different.

reply via email to

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