"Mark Stephen Mrotek" <carsonm...@ca.rr.com> writes:

> Lilypond does handle mid-measure repeats, you just have to tell it that it is 
> mid-measure:
>
>  
>
> \version "2.18.2"
>
> \score {
>
>   \new Staff {
>
>     \time 4/4
>
>                 \repeat volta 2 {
>
>                 a'8 b' c' e' c'2
>
>                 a'4 b' }
>
>                 \alternative {
>
>                 {d' g'}
>
>                 {\set Timing.measurePosition = #(ly:make-moment -1/2)
>
>                   d'8 e' f' g'}}
>
>                 d''1 
>
>   }
>
> }

Actually, with current developer versions the above works just fine even
without meddling with Timing.measurePosition in any manner.  That was
issue 355, fixed in version 2.19.0 (though there were a few additional
fixes later) in November 2013.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to