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 18:57:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Hi Sylvius,

I found examples of line breaks right after the beginning of a \repeat volta 2 
in classical guitar literature (19th century).  But this doesn't seem to be 
easy to do with LilyPond.  This is what I have achieved so far:

Try:

\version "2.18.2"

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

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

Best
  Lukas



reply via email to

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