Le 15/11/2022 à 19:10, Paul Scott a écrit :
I'm, trying to learn the new segno repeat structure.

1. Why do I get a second staff?



This has nothing to do with segno repeats, you'll get the same with

\version "2.23.81"

<<
  { c }
  { c' }
>>

The fix isto use


\score { \new Staff << \timing \music >> }

instead of


\score { << \timing \music >> }


2. What does \volta #'() do?

It removes the music if repeats are unfolded by
\unfoldRepeats.

Best,
Jean


Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to