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
\version "2.19.58"

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


\alternative {
  {
    c''1|
  }
  {
    a''1 \bar "|." |
  }    
  {
    g''1 \bar "|." |
  }
}

\score {
  \test 
}

Attachment: alternative_test.pdf
Description: Adobe PDF document

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

Reply via email to