2013/11/29 Nigel Kench <i...@ktech.org>:
> 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"

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to