bug-lilypond
[Top][All Lists]
Advanced

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

Re: 1.4.1 Long repeats


From: Eluze
Subject: Re: 1.4.1 Long repeats
Date: Fri, 7 Jun 2013 05:26:02 -0700 (PDT)

if you look at the code you'll quickly see that starting/ending brackets are
missing in the frame so that copy & paste will result in improper code!

if you click on the score (in the html version) the full code (or even more)
will appear.

if you copy the code from the pdf you have to complete/add certain elements.

Eluze





bb wrote
> 1.4.1 Long repeats
> 
> The given examples
> 
> \version "2.16.2"
> 
> \partial 4  % required
> \repeat volta 4 {
>   e4 |
>   c2 e |
>   % no \partial here
>   g4 g g  % no bar check here
> }
> % no \partial here
> g4 |
> a2 a |
> g1 |
> 
> and
> 
> \version "2.16.2"
> 
> \partial 4
> \repeat volta 2 { e4 | c2 e | }
> \alternative {
>   {
>     f2 d |
>     \set Timing.measureLength = #(ly:make-moment 3 4)
>     g4 g g  % optional bar check is allowed here
>   }
>   {
>     \set Timing.measureLength = #(ly:make-moment 4 4)
>     a2 a |
>   }
> }
> g1 |
> 
> do not compile but end up with an error message. 
> 
> 
> _______________________________________________
> bug-lilypond mailing list

> bug-lilypond@

> https://lists.gnu.org/mailman/listinfo/bug-lilypond





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/1-4-1-Long-repeats-tp146819p146820.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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