When I encounter this situation I use:

\bar ":|"
\grace s16
\bar "|:"

in place of \re[eat volta.

I don't use \unfold so I wonder if the following would work for you:

\bar "||"
\grace s16
\bar "|:"

I'll also try  \bar "||:" instead of using \grace.



On Tue, Jan 15, 2013 at 9:52 PM, Marc Hohl <m...@hohlart.de> wrote:

> Am 16.01.2013 04:04, schrieb Frank Steinmetzger:
>
>  Hello dear list
>>
>> I'm writing a score that has a \bar "||" at the end of a system, and a
>> volta
>> repeat beginning in the following system after the line break. It seems
>> that
>> the \bar command overwrites the |: of the following volta, making that
>> invisible. Is there a way to get what I desire?
>>
> Lilypond has a special bar line type for this: \bar "||:" should do the
> trick.
>
> HTH,
>
> Marc
>
>> Thank you very much.
>>
>>
>> MWE:
>>
>> \version "2.16"
>>
>> \relative c'' {
>> ▸       \time 4/4
>> ▸       \repeat unfold 20 a4
>> ▸       \bar "||" \break
>> ▸       \repeat volta 2 {
>> ▸       ▸       \repeat unfold 20 a4
>> ▸       }
>> }
>>
>>
>> ______________________________**_________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/**listinfo/lilypond-user<https://lists.gnu.org/mailman/listinfo/lilypond-user>
>>
>
>
> ______________________________**_________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/**listinfo/lilypond-user<https://lists.gnu.org/mailman/listinfo/lilypond-user>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to