lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat volta not at beginning of piece doesn't get initial repeat ba


From: Marc Hohl
Subject: Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line
Date: Thu, 26 Jun 2014 20:20:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

[...]
Sorry, that doesn't work for me, result is the same.  I assume you're saying to replace the \bar 
"||" with \bar ".|:-||".

Typo?

\version "2.18.2"

music = \relative b' {
   a1 a a a
   \bar ".|:-||"

   \break

   \repeat volta 2 { a4 b c d }
}

\score  {
  \new Staff { \music }
}

compiles for me and yields in a || at the end of the first and a .|: at
the beginning of the next line.




reply via email to

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