David Wright lionunicorn.co.uk> writes:
> Perhaps this is more to your liking:
Thanks David. You got it!
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On Tue 23 Feb 2016 at 03:25:04 (+), Stan Mulder wrote:
> Andrew Bernard gmail.com> writes:
> > Something like this?
> >
> > \version "2.19.36"
> >
> > voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
> > voltaLast = \markup { \text "last" }
> > \relative {
> > \set Score.repea
Andrew Bernard gmail.com> writes:
>
> Something like this?
>
> \version "2.19.36"
>
> voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
> voltaLast = \markup { \text "last" }
> \relative {
> \set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat)
> s1*8
> s1
Something like this?
\version "2.19.36"
voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
voltaLast = \markup { \text "last" }
\relative {
\set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat)
s1*8
s1*8
s1*8
s1*7
\set Score.repeatCommands = #(list (list
Hi Stan,
How to do that is exactly described in the NR, Section 1.4.1 Manual repeats,
with an example of volta ad lib.
Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user