lilypond-user
[Top][All Lists]
Advanced

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

Re: how to shorten a bit the last volta bracket


From: Robin Bannister
Subject: Re: how to shorten a bit the last volta bracket
Date: Sun, 18 Oct 2009 11:55:06 +0200

Frédéric Bron wrote:
  Any idea?

Well, there is LSR 428.
http://lsr.dsi.unimi.it/LSR/Item?id=428

From this you would expect
    \set Score.voltaSpannerDuration = #(ly:make-moment 7 8)
to work, but it doesn't.

It seems the bracket is hung between barlines
(something this snippet doesn't mention),
so it only works if you arrange for a
     \bar ""
to occur at that specified moment.


But it is simpler to do something similar using a manual command:

 \alternative {
   c1
   << c1 { s2.. \set Score.repeatCommands = #'((volta #f)) } >>
 }


Cheers,
Robin




reply via email to

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