How is this
\version "2.18.2" \language "english" daCapo = { %\once %\override Score.RehearsalMark #'self-alignment-X = #RIGHT \once \override Score.RehearsalMark #'self-alignment-X = #0 \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \tweak direction #DOWN \mark \markup { \hspace #-11 \italic "Da Capo" } } global = { \markLengthOn \time 2/4 \key d \major \repeat volta 2 { s2*8 } \mark \default \repeat volta 2 { s2*8 } \once \override Score.RehearsalMark #'self-alignment-X = #LEFT \mark "TRIO (ad lib.)" \key g \major \repeat volta 2 { s2*8 } } piccoloNotes = \transpose c c'' { \relative c' { \transposition c'' \clef "treble" a8(\f fs) a( fs) | d'8(\sf a) a4 | d8( cs) b-. a-. | g8 fs e4 | a8( fs) a( fs) | d'8(\sf a) a4 | d8( cs) b-. a-. | gs8 b a4 | e8( a) a4\sf | fs8( a) a4\sf | g8-. a-. b-. cs-. | d8( a) fs4 | e8( a) a4\sf | fs8( a) a4\sf | \grace { a16 } g8-. fs-. g-. e-. | d8-. d'-. d-. r | r4 r8 b\p | c8 c d4 | b8 b d4 | a8\ff a16 b a8 d, | r4 r8 b'\p | c8 c d4 | b8 c a d | g,8\ff b16 a g8 r | \daCapo } } \score { \new Staff = "Piccolo" << \global \piccoloNotes >> }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user