Re: Adding a barline at the start of a new line

2016-11-10 Thread hbezemer
Thanks Malte, That worked just fine! Hans Malte Meyn schreef op 2016-11-09 22:27: > Am 09.11.2016 um 21:50 schrieb hbezemer: > >> I want LP to create a barline at the beginning of every new line, but >> so far I can't find the right way to do so. > > You can use the define-bar-line

Re: Adding a barline at the start of a new line

2016-11-09 Thread Malte Meyn
Am 09.11.2016 um 22:27 schrieb Malte Meyn: #(define-bar-line "|" "|" "|" "|") #(define-bar-line "||" "||" "||" "||") You might also want #(define-bar-line ":|." ":|." "|" " |.") and maybe others. ___ lilypond-user mailing list

Re: Adding a barline at the start of a new line

2016-11-09 Thread Malte Meyn
Am 09.11.2016 um 22:27 schrieb Malte Meyn: c'1 c c c \bar "|" \break Oh, of course you don’t need \bar "|" here as "|" is the default barline type. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Adding a barline at the start of a new line

2016-11-09 Thread Malte Meyn
Am 09.11.2016 um 21:50 schrieb hbezemer: I want LP to create a barline at the beginning of every new line, but so far I can't find the right way to do so. You can use the define-bar-line command. It takes four arguments: 1. name/default barline 2. barline at end of line 3. barline at begin

Adding a barline at the start of a new line

2016-11-09 Thread hbezemer
L.s., I want LP to create a barline at the beginning of every new line, but so far I can't find the right way to do so. I've tried \override Score.BarLine.break-visibility with several options but only the #all-invisible worked. In this snippet I remove the key signature and clef, but