lilypond-user
[Top][All Lists]
Advanced

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

Re: line break immediately after start of volta


From: Lukas-Fabian Moser
Subject: Re: line break immediately after start of volta
Date: Sat, 14 Jul 2018 21:12:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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



reply via email to

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