I forgot to send my reply to the list that I figured out 1.
On 11/15/22 11:16 AM, Jean Abou Samra wrote:
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.
Thank you,
Paul