Hi -

My hearty thank you to all involved in LilyPond! I don't feel like I'm
contributing much anymore.

I'm running LY 2.19.81 and Frescobaldi 2.18.1 under Linux/Ubuntu 16.04.

I would like to change the labels on a set of volta alternatives. I've
tried using
Volta text markup using repeatCommands
<http://lsr.di.unimi.it/LSR/Item?id=316> [0.10714]
from the LSR, but I can't seem to get it to work correctly.

In the following snippet, I'd like everything to remain the same, with the
exception of the alternative numbers. I'd like "1." to become "1, 2, 3,
etc.", and "2." to become "Last time".

%%%%%%%%%%%%% Begin Snippet %%%%%%%%%%%

\version "2.19.81"

\relative c'' {
  \repeat volta 2 {
    f4 g a b |
  }
  \alternative {
    {
      g4 a g a |
      c1 |
    }
    {
      b4 a g f |
      e1 \bar "|." |
    }
  }
}

%%%%%%%%%%%% End Snippet %%%%%%%%%

I appreciate any help you can give.

All the best,

Ralph

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

Attachment: VoltaTest.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