lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted barline. How to get rid of it?


From: Robert Blackstone
Subject: Re: Unwanted barline. How to get rid of it?
Date: Wed, 23 Dec 2015 13:34:16 +0100

On 23 Dec 2015, at 13:23 , Thomas Morley <address@hidden> 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




reply via email to

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