lilypond-user
[Top][All Lists]
Advanced

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

Re: Forcing a downward line at the end of a second time bar marking


From: Thomas Morley
Subject: Re: Forcing a downward line at the end of a second time bar marking
Date: Thu, 13 Apr 2017 12:42:43 +0200

2017-04-13 12:13 GMT+02:00 Richard Shann <address@hidden>:
>
> Is there a way of forcing a downward line at the end of a second time
> bar marking - e.g in this
>
> \version "2.19.43"
> { \repeat volta 2 {c c c c} \alternative { { c c c c} {c c c c} } \bar "||" c 
> c c c
> }
>
>
> can the second time bar be made to look like the first time bar, being
> "finished off" with a downward verstical stroke at the double barline?
>
> Richard Shann



\version "2.19.43"

\allowVoltaHook "||"

{
  \repeat volta 2 {c c c c}
  \alternative { { c c c c} {c c c c} } \bar "||" c c c c
}

HTH,
  Harm



reply via email to

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