On 23 Dec 2015, at 13:23 , Thomas Morley <thomasmorle...@gmail.com> wrote:

>> 
> 
> No. If you spell out the repeat you'll see it directly:
> 
> \relative c {
>  \time 6/8
>  \partial 8 c'8 c4. c | c c | c r4 c8 | c4. c | c c | c r4 | %% <- missing 8
>  c4.~  c \bar "|."
> }
> 
>> More importantly, this is what the original has, and for many reasons I want 
>> to stick to that.
>> Maybe it's "illegal" but shouldn't be there some trick to hide my sins? 
>> LilyPond seems full of the most beautiful tricks.
>> 
> 
> 
> Easiest fix might be:
> 
> \relative c {
>  \clef bass
>  \time 6/8
>  \repeat volta 2 { \partial 8 c'8 c4. c | c c | c r4 }
>  \set Timing.measurePosition = #(ly:make-moment 6/8)
>  c4.~  c \bar "|."
> }
> 
> HTH,
>  Harm


Thank you very much. 
This is exactly what I need.

Best regards,
Robert


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

Reply via email to