bug-lilypond
[Top][All Lists]
Advanced

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

Syntax Error in Snippet in Manual


From: Nigel Kench
Subject: Syntax Error in Snippet in Manual
Date: Fri, 29 Nov 2013 21:53:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.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
}

Cheers

Nigel






reply via email to

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