lilypond-user
[Top][All Lists]
Advanced

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

Re: |: not printed after ||


From: Erik Sandberg
Subject: Re: |: not printed after ||
Date: Tue, 13 May 2003 11:57:34 +0200
User-agent: KMail/1.5.1

On Tuesday 13 May 2003 05.30, jeff covey wrote:
> in this:
>
> http://jeffcovey.net/music/scores/carcassi/etudes-op60/carcassi-op60-09/
>
> ,
>
> the first eight measures should end with a double bar, and the rest
> should be repeated once.  i'm trying to do this with this in my global
> definition:
>
>       \skip 1*8 \bar "||"
>       \repeat volta 2 { \skip 1*20 }
>
> the :| line is drawn at the end, but there's no |: at the start of
> measure nine.  am i doing something incorrectly?

A way to do it could be to insert a tiny piece of skip between the double bar 
and the repeat. Like

s1*7 s2... \bar "||" s16  |
\repeat {}

or even

s1*8 \bar "||" \grace s \repeat {}

Erik





reply via email to

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