Hi. > > I want to achieve the following from the .ly included. It's included this > time. > > 1) On the top on the first double bar, I want to put a ''Signo'' the sign > (I am not sure of the name, but it's a kind on $ to tell you to restart > there) > 2) on the top on the second double bar, I want to put Al Coda and the sign > of a Coda (O with a cross). >
Here you are: %----- \version "2.6.3" \new Staff { \clef treble \key g \major \time 3/4 c''2. ~ c''4 c'' b' \bar "||" \mark \markup { \musicglyph #"scripts.segno" } c'' f'2 ~ f'4 c'' b' c'' g'2 g'4 bes' a' \break aes'2 g'4 d'2 ees'4 g'2. ~ g'4 c'' b' c'' f'2 ~ f'4 d'' c'' \break ees'' g'2 ees''4 d'' c'' bes'2 aes'4 g'2 f'4 g' 2. ~ g'2 r4 \bar "||" \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT \mark \markup { "Al coda" \hspace #1 \raise #1 \musicglyph #"scripts.coda" } \break } %----- Additional suggestions: - Use "\relative" mode - Use "|" (bar checks) - (When asking for help) include only the relevant part of what you are trying to achieve. Best, Gilles _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user