\version "2.17.19" voltaOne = \markup { \text \fontsize #2 \bold "1.– " } voltaTwo = \markup { \text \fontsize #2 \bold "Fine" } \relative c'' { \time 4/2 \repeat volta 2 {f2 g a4. (g8 f4) e} \alternative {{\set Score.repeatCommands = #(list (list 'volta voltaOne)) d\breve} {#(list (list 'volta #f) (list 'volta voltaTwo) 'end-repeat) d\breve}} \bar "|." }