lilypond-devel
[Top][All Lists]
Advanced

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

tutorial error?


From: David Bobroff
Subject: tutorial error?
Date: 24 Feb 2004 21:44:33 +0000

Found in tutorial.itely:

When printing the part, the following @code{skipBars} property must be
set to false, to prevent the rest from being expanded in three one bar
rests:
@example
  \set Score.skipBars = ##t
@end example
Prepending the rest and the property setting above, leads to the
following result:

@lilypond[raggedright]
\score {\notes { \transpose f c' \relative c { \time 2/4
\set Score.skipBars = ##t 
        R2*3
    r4 f8 a cis4 f e d } }}
@end lilypond

Shouldn't it read "...property must be set to true..."?

-David





reply via email to

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