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


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

Reply via email to