bug-lilypond
[Top][All Lists]
Advanced

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

Re: Syntax Error in Snippet in Manual


From: Janek Warchoł
Subject: Re: Syntax Error in Snippet in Manual
Date: Fri, 29 Nov 2013 23:13:32 +0100

2013/11/29 Nigel Kench <address@hidden>:
> Good evening, I found an error in the syntax of a Snippet for the following
> section of the manual:
>
> http://www.lilypond.org/doc/v2.17/Documentation/notation/writing-rests#full-measure-rests
>
>
> The code for the Snippet is:
>
> \relative c'' {
>   \compressFullBarRests
>   R1*2 | R1*5 | R1*9
>   \override MultiMeasureRest.expand-limit = #3
>   R1*2 | R1*5 | R1*9
> }
>
> and I think it should be:
>
> \relative c'' {
>   \compressFullBarRests
>   R1*2 | R1*5 | R1*9
>   \override MultiMeasureRest #'expand-limit = #3
>   R1*2 | R1*5 | R1*9
> }

You mean the #' ?
If so, there's no error - there was a syntax change, read
http://lilypond.org/doc/v2.17/Documentation/changes/index.html -> "The
LilyPond syntax of dot-separated words"



reply via email to

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