lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Coda and Signo but with the file included :-)


From: Gilles
Subject: Re: Coda and Signo but with the file included :-)
Date: Sat, 25 Feb 2006 17:18:32 +0100
User-agent: Mutt/1.5.11

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]