Thanks! Fixed!
/Mats
Neil Puttock wrote:
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
------------------------------------------------------------------------
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel