Re: Changing alternative ending number to text

2017-08-10 Thread Ralph Palmer
On Wed, Aug 9, 2017 at 9:21 AM, Lukas-Fabian Moser  wrote:
> Deriving from http://lsr.di.unimi.it/LSR/Item?id=316 (and regretting that I
> don't fully understand the scheme code involved):
>
> \version "2.19.44"
>
> Fine = \markup { \text \small FINE }
>
> test =
> \repeat volta 3 {
>   e''1 | }
>
>
> \alternative {
>   {
> c''1|
>   }
>   {
> a''1 \bar "|." |
>   }
>   {
>\set Score.repeatCommands = #(list (list 'volta Fine) 'start-repeat)
> g''1 \bar "|." |
>   }
> }
>
> \score {
>   \test
> }
>
> 2017-08-09 15:04 GMT+02:00 Ralph Palmer :
>>
>> I have three endings : first, second, and FINE. Is it possible to
>> change the "3." to "FINE" without using manual repeats?
>>

Beautiful! Thanks so much!

All the best,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Changing alternative ending number to text

2017-08-09 Thread Lukas-Fabian Moser
Deriving from http://lsr.di.unimi.it/LSR/Item?id=316 (and regretting that I
don't fully understand the scheme code involved):

\version "2.19.44"

Fine = \markup { \text \small FINE }

test =
\repeat volta 3 {
  e''1 | }


\alternative {
  {
c''1|
  }
  {
a''1 \bar "|." |
  }
  {
   \set Score.repeatCommands = #(list (list 'volta Fine) 'start-repeat)
g''1 \bar "|." |
  }
}

\score {
  \test
}

2017-08-09 15:04 GMT+02:00 Ralph Palmer :

> Greetings -
>
> I'm running LilyPond 2.19.58 under Win7.
>
> I have three endings : first, second, and FINE. Is it possible to
> change the "3." to "FINE" without using manual repeats?
>
> Thanks in advance for your help,
>
> Ralph
>
> %
>
> \version "2.19.58"
>
> test =
> \repeat volta 3 {
>   e''1 | }
>
>
> \alternative {
>   {
> c''1|
>   }
>   {
> a''1 \bar "|." |
>   }
>   {
> g''1 \bar "|." |
>   }
> }
>
> \score {
>   \test
> }
>
> 
>
> --
> Ralph Palmer
> Brattleboro, VT
> USA
> palmer.r.vio...@gmail.com
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user