Re: Controllling repeat volta text

2016-02-22 Thread Stan Mulder
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

Re: Controllling repeat volta text

2016-02-22 Thread David Wright
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

Re: Controllling repeat volta text

2016-02-22 Thread Stan Mulder
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

Re: Controllling repeat volta text

2016-02-22 Thread Andrew Bernard
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

Re: Controllling repeat volta text

2016-02-22 Thread Andrew Bernard
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