2008/8/20 fiëé visuëlle <[EMAIL PROTECTED]>:
> Hello,

> I get (1.-2.) and (3.) alternatives, but I need (1.) and (2.-3.).
> How can I achieve that?
>
> I found the docs on "manual repeat marks"
> (http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Manual-repeat-marks),
> but I'd like to avoid that ugly syntax...

Wild guess.

You can write smth like:
\repeat volta 1 {
        \firstRepeatHere
}
\alternative {
        \alternativeForFirstRepeat
}
% and then
\set Score.repeatCommands = #(list(list 'volta "2-3."))
{ c d e f ees des bes aes }
\set Score.repeatCommands = #'((volta #f) end-repeat)

> I generate my MIDI with \unfoldRepeats - didn't try yet if manual marks
> would work with that.
Mmm... not sure about the best way for midi.

> Greetlings from Lake Constance
> ---
> fiëé visuëlle
> Henning Hraban Ramm
> http://www.fiee.net
> http://angerweit.tikon.ch/lieder/
> https://www.cacert.org (I'm an assurer)

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

Reply via email to