lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.25.2 optional fine endings


From: Paul Scott
Subject: Re: 2.25.2 optional fine endings
Date: Sun, 12 Mar 2023 00:04:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0


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

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