From 730dd1aeadf4609b4a08bd08702c1a478f11d372 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Fri, 7 Sep 2007 09:25:39 +0200 Subject: [PATCH] Fixed example with voltaSpannerDuration. Thanks Neil! --- Documentation/user/basic-notation.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index ea39cc21d9..d10c44c882 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -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 } } -- 2.39.5