[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Repeat with alternatives
From: |
David Wright |
Subject: |
Re: Repeat with alternatives |
Date: |
Thu, 15 Oct 2015 10:48:33 -0500 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Quoting Thomas Morley (address@hidden):
> 2015-10-13 3:18 GMT+02:00 David Wright <address@hidden>:
> > Quoting address@hidden (address@hidden):
> >
> >> I’m trying to write a piece that has repeats with alternatives. It seems
> >> that “
> >> \repeat volta 2” is the way to go with supplying the alternatives in “\
> >> alternative”. However, this seems to work only for alternative endings,
> >> while I
> >> have alternative middle parts.
> >
> > Hi again, thanks to
> > http://lists.gnu.org/archive/html/lilypond-user/2015-10/msg00399.html
> > I can now close the volta bracket with this undocumented feature,
> > \allowVoltaHook, thus avoiding inkscape postprocessing.
> >
> > Be aware, however, that \allowVoltaHook is global and unresettable,
> > at least at the level of \score. (I don't use \book myself.)
>
> Apart from being listed in available music-functions there is indeed
> no documentation for `allowVoltaHook' and it is indeed global and
> unresettable.
Yes; I'm not sure what the function was written for, if using it in
the way I did is "appalling".
> Probably best to changed it into a property. Another entry on my
> (very) long TODO-list.
>
> To get around the problem of `allowVoltaHook' being global you could
> define a new bar-line (basically renaming):
>
> \version "2.18.2"
>
> #(define-bar-line "|-b" "|" #f "|")
> \allowVoltaHook "|-b"
This seems to work well. I noticed that define-bar-line was the only
other occurrence of [void] - bar (string) in the Notation manual,
but that meant nothing to me. Now I have another target to think
about: how music functions work.
Thanks for the snippet.
Cheers,
David.
- Re: Repeat with alternatives, (continued)
- Re: Repeat with alternatives, Richard Shann, 2015/10/08
- Re: Repeat with alternatives, mskala, 2015/10/08
- Re: Repeat with alternatives, Anthonys Lists, 2015/10/08
- Re: Repeat with alternatives, Brian Barker, 2015/10/08
- Re: Repeat with alternatives, Wols Lists, 2015/10/08
Re: Repeat with alternatives, Richard Shann, 2015/10/08
Message not available
Re: Repeat with alternatives [solved], David Wright, 2015/10/12