I'm typesetting a score in which I have first and second endings. I would
like the bracket for the second ending to conclude with a vertical line, but
I haven't quite figured out how to make this happen.  I've tried various
tweaks involving VoltaBracket but to no avail.

Suggestions?

Here's a simplified example

notes =
\relative c' {
  \clef treble {
    \repeat volta 2 {
      c1
    }
    \alternative {
      {d}
      {e} % after this ending, I'd like the bracket to be end with a
vertical line
    }
    g
  }
}

\score {
  \notes
}

-- 
Richard Wattenbarger
Best e-mail address: rich...@wattenbarger.net

"Take physic, pomp;
Expose thyself to feel what wretches feel,
That thou mayst shake the superflux to them,
And show the heavens more just."
              -- King Lear, Act III, Scene 4
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to