lilypond-user
[Top][All Lists]
Advanced

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

2.25.2 optional fine endings


From: Paul Scott
Subject: 2.25.2 optional fine endings
Date: Sat, 11 Mar 2023 21:49:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

The following code derived from NR 1.4.1 "Manual repeats" does what I want but gives a warning.  I don't understand the code or documentation well enough to do it correctly.

\version "2.25.2"

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

TIA for help with this,

Paul




reply via email to

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