2017-04-15 0:05 GMT+02:00 Daniel Rosen <drose...@gmail.com>:
> \version "2.19.56"
>
>
>
> \relative c'' {
>
>   c4 c c c
>
>   \bar "[|:"
>
>   c4 c c c \break
>
>   \bar ".|:-||"
>
>   c4 c c c
>
> }
>
>
>
> %%%%%%%%%%%%
>
>
>
> I would like the first line in the above example to end with a double bar
> (\bar "||"), and the second line to begin with a winged begin-repeat bar
> (\bar "[|:"). How can I accomplish this?
>
>
>
> DR

Search NR for defineBarLine, leading to:


\defineBarLine "[|:-||" #'("||" "[|:" ".|")

%% or using scheme-syntax:
%#(define-bar-line "[|:-||" "||" "[|:" ".|")

\relative c'' {
  c4 c c c
  \bar "[|:"
  c4 c c c \break
  \bar "[|:-||"
  c4 c c c
}


HTH,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to