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

Reply via email to