lilypond-user
[Top][All Lists]
Advanced

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

Ending repeat sign for first section in AABB form not displayed


From: Ernie Braganza
Subject: Ending repeat sign for first section in AABB form not displayed
Date: Mon, 12 Mar 2018 19:56:16 -0400

I have a song form AABB, but I am unable to make the ending repeat for section A show up. My example uses \bar commands, but the same thing happens when I use \repeat volta. Any ideas what I am doing wrong?

\version "2.19.36"
\score {
  \relative c'' {
    \mark  \default %section A
    \bar ".|:"
    c1
    \bar ":|." % The end repeat for section A does not appear
    \break
    \mark  \default %section B
    \bar ".|:"
    c1
    \bar ":|."
  }
}

Ernie Braganza
Virginia, USA

reply via email to

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