Hi Yota,

On 9/6/07, yota moteuchi <[EMAIL PROTECTED]> wrote:
>
>
> Here, magically, the second alternative bar vanished... why ?!

You can't put overrides (or anything else) between the bracketed sections of
\alternative; just put the bar number override inside the second
alternative.

The problem here is obviously the spanner, far too long. While \set
> Staff.voltaSpannerDuration = #(ly:make-moment 4 4) don't change anything
> (and I don't know why !)


If you check the program reference, you'll see that the Volta_engraver lives
in the Score context. Therefore your override should be changed to \set
Score.voltaSpannerDuration = #(ly:make-moment 4 4).

The documentation is incorrect here - the Volta_engraver used to live in the
Staff context, but the example in section 6.7.2 hasn't been changed yet
(I've requested a correction for this).

By the way, you'll get a warning (LilyPond doesn't like ending volta
spanners early) when you use this override, but it can be ignored.

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

Reply via email to