lilypond-devel
[Top][All Lists]
Advanced

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

Correction to section 6.7.2, "Repeat syntax"


From: Neil Puttock
Subject: Correction to section 6.7.2, "Repeat syntax"
Date: Fri, 7 Sep 2007 01:14:32 +0100

Hi there,

Please emend the following section, which demonstrates how to shorten volta spanners:
\relative c''{
\time 3/4
c c c
\set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
\repeat volta 5 { d d d }
\alternative { { e e e f f f }
{ g g g } }
}

In version 2.11, Volta_engraver has been moved to the Score context, therefore the snippet needs correcting:

\relative c''{
\time 3/4
c c c
\set Score.voltaSpannerDuration = #(ly:make-moment 3 4)
\repeat volta 5 { d d d }
\alternative { { e e e f f f }

{ g g g } }
}

Thanks,
Neil

reply via email to

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