lilypond-user
[Top][All Lists]
Advanced

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

Ending second repeat on final \bar "|."


From: steve
Subject: Ending second repeat on final \bar "|."
Date: Mon, 1 Aug 2022 13:28:16 -0400
User-agent: SquirrelMail/1.4.19

Hi,

      I know this has come up before, but I can't figure it out.. What is
the right way to end the first section with a double bar that will
go with the "D. C. al Fine".  If I put the \bar "|.",  the repeat at
the beginning of the next repeat is wiped out.  Is possible on
2.18.2?

      thanx - steve


\version "2.18.2"


%#(define-bar-line ".|:-|." "|." ".|:" "||")

\relative c'' {

\time 2/4

  \repeat volta 2 {
  c4 c | c c |
  }
  \alternative {
    { d b }
    { c b^"Fine" }
  }

  \bar "|."

  \break

  \repeat volta 2 {
 % \bar ".|:"
  c4 c | c c |
  }
  \alternative {
    { d b }
    { c b^"D. C. al Fine" }
  }
  \bar "||"
}





reply via email to

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