lilypond-user
[Top][All Lists]
Advanced

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

Re: Partial bar repeats


From: Pierre Perol-Schneider
Subject: Re: Partial bar repeats
Date: Thu, 3 Apr 2014 10:58:56 +0200

2014-04-03 10:24 GMT+02:00 Peter Toye <address@hidden>:
A (19th century) engraver has put repeat marks in the middle of the bar (presumably to save ink with 1st/2nd time bars). I'd like to reproduce this - can it be done? I can't see anything about it in the manuals or snippets.

There is no particular trick or command to do that.
Simply use :

%%%%%%%%%%%%%%%
\version "2.18.2"
{
  \repeat volta 2 { s1*2 }
  \alternative { { s2 } { s2 } }
  s1
}
%%%%%%%%%%%%%%%

HTH
~Pierre

reply via email to

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