]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixed example with voltaSpannerDuration. Thanks Neil!
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 7 Sep 2007 07:25:39 +0000 (09:25 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 7 Sep 2007 07:25:39 +0000 (09:25 +0200)
Documentation/user/basic-notation.itely

index ea39cc21d9a72d483491f7f771e7e228166f6659..d10c44c88222012fe8d666e751eb02a752f218fc 100644 (file)
@@ -3268,7 +3268,7 @@ bracket only lasts one measure, which is a duration of 3/4.
 \relative c''{
   \time 3/4
   c c c
-  \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
+  \set Score.voltaSpannerDuration = #(ly:make-moment 3 4)
   \repeat volta 5 { d d d }
   \alternative { { e e e f f f }
   { g g g } }