On 3/11/23 11:40 PM, Aaron Hill wrote:
On 2023-03-11 10:34 pm, Paul Scott wrote:
This still gives the warning and I don't want any repeats there.

As the warning is indicating, you are trying to start a new volta bracket when one already exists.

You need to explicitly terminate the first one when you are using repeatCommands:
Aaron,

Thank you for the working example!

How did you get that from the documentation?  NR 1.4.1, Manual repeats shows this with a list which you are not using.

I wasn't able to get that from the documentation.  The Lilypond documentation is wonderful and there are places where things are not broken down enough for me to see the pieces.

Paul



%%%%
voltaFine = \markup { \text \upright \fontsize #2 "Fine Ending" }
voltaCont = \markup { \text \upright \fontsize #2 "To Cont." }
\fixed c' {
   c1
   \set Score.repeatCommands = #`((volta ,voltaFine))
   c4 d c2 \bar "|."
   \set Score.repeatCommands = #`((volta #f) (volta ,voltaCont))
   f4 g a b
   \set Score.repeatCommands = #'((volta #f))
}
%%%%

(Quasi-quoting can help keep things more concise.)


-- Aaron Hill


Reply via email to