lilypond-user
[Top][All Lists]
Advanced

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

Re: acciaccatura problem under volta bracket !


From: Erik Sandberg
Subject: Re: acciaccatura problem under volta bracket !
Date: Thu, 23 Dec 2004 11:47:39 +0100
User-agent: KMail/1.6.2

On Tuesday 21 December 2004 21.53, Albert Einstein wrote:
> Volta brace  interprets  acciaccatura as other bar.
> And in case of acciaccatura under second brace the brace is divided as
> in example.
> In this example I applied :
> \set Score.repeatCommands = #'((volta "1.") )
> \partial 4 a4--
> \mark\default  \bar ":|"
> \set Score.repeatCommands = #'((volta #f) end-repeat (volta "2."))
>  \acciaccatura a'16 a'8-. a'8-. a'8-. a'8-.
>  \set Score.repeatCommands = #'((volta #f))
> only for third staff.
> When I use \repeat volta 2{} and alternative the ! second brace is
> divaded into too and tha last is longer then bar - is long until
> acciaccatura in nex bar after second last
> volta bracket.

This is a problem with the way grace note timing work.

The workaround right now, is to pad all voices with a dummy skip grace note, 
like:

<<
\new Staff {c4 d e f \bar "||" \grace c8 c4 d e f}
\new Staff {e4 f g a \bar "||" \grace s8 e4 f g a}
>>

Erik




reply via email to

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