lilypond-user
[Top][All Lists]
Advanced

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

Print brace, clef and key signature at start of Coda separated by blank


From: Vlado Ilić
Subject: Print brace, clef and key signature at start of Coda separated by blank space
Date: Wed, 16 Aug 2023 21:59:08 +0200

Hello everyone, example:
\version "2.24.1"

upper = {
\key as \minor
c'1
\stopStaff
s1*4
\startStaff
\section
\sectionLabel "Coda"
c'1
\bar ".|"
}

lower = {
\key as \minor
c'1
\stopStaff
s1*4
\startStaff
\section
\sectionLabel "Coda"
c'1
\bar "|."
}

\score {
  \new PianoStaff
  <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}

How can I force lilypond to print pianostaff brace, clef and key signature at the beginning of Coda that is not on line break?

reply via email to

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