lilypond-user
[Top][All Lists]
Advanced

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

2.23.81 blank bar of new line between D.S. and coda


From: Paul Scott
Subject: 2.23.81 blank bar of new line between D.S. and coda
Date: Thu, 24 Nov 2022 20:08:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3

How do I add a totally blank bar (something like \stopStaff s1 \startStaff) between the D.S. and the Coda in the following example?

Or a new line?

\version "2.23.81"

music = {
  \repeat segno 2 {
    c'1 1 1
    \alternative{
      \volta 2 \volta #'() {
    \section
    \sectionLabel "Coda"
      }
    }
    c'1
    \once \set Score.dalSegnoTextFormatter =
    #(lambda (context repeat-count markups)
      #{ \markup \column { "D.S." "Al Coda" "with Repeats" } #})
  }
  d'1 \bar "|."
}

TIA,

Paul




reply via email to

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