Hi Sylvius,

\version "2.18.2"

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

{
   \repeat unfold 8 c'1
   \bar ".|:-everywhere"
   \repeat volta 2 {
     \break
     \repeat unfold 16 c'1
   }
}

Thanks for your quick response and your help!  Your solution is certainly 
better than mine.  But I still can’t get rid off the short staff lines right 
after the repeat symbol.  Any ideas?
Not really. You could move the repeat barline to the right by
 \once \override Score.BarLine.extra-offset = #'(1.2 . 0)
  \bar ".|:-everywhere"
but it results (obviously) in a bar line that sits too far on the right, and it also doesn't look to well by itself in my opinion.

Best
Lukas

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to