lilypond-devel
[Top][All Lists]
Advanced

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

Re: Correction to section 6.7.2, "Repeat syntax"


From: Mats Bengtsson
Subject: Re: Correction to section 6.7.2, "Repeat syntax"
Date: Fri, 07 Sep 2007 09:26:02 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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