lilypond-user
[Top][All Lists]
Advanced

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

Coda and Signo but with the file included :-)


From: Jean Bergeron
Subject: Coda and Signo but with the file included :-)
Date: Sat, 25 Feb 2006 11:55:13 -0400 (AST)
User-agent: SquirrelMail/1.4.4

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).

\header {
  title = " "
  subtitle = " "
  source = " "
  composer = " "
  enteredby = "jean"
  copyright = " "
         }
\version "2.7.0"
\paper {
  #(set-paper-size "letter")
       }
% définition des accords usuels en français.
chExceptionMusic =  {
     <c f g bes>1-\markup { \raise #0.5 "4" "/" \raise #-1.0 "7" }
        <c e g bes>1-\markup { "7" }
        <c ees g bes>1-\markup { \hspace #0.4 "m7" }
        <c ees g a>1-\markup { \hspace #0.4 "m6" }
        <c e g a>1-\markup { "6" }
        <c f g>1-\markup { "4" }
                     }
                                % add to existing exceptions.
chExceptions = #(append
                 (sequential-music-to-chord-exceptions chExceptionMusic #t)
                 ignatzekExceptions)
\layout {
}

scm = \chordmode {
    }

<<

\new ChordNames {
        \set instrument = #"french"
        \frenchChords\scm }

\new Staff {
        \clef treble
        \key g \major
        \time 3/4
c''2. ~ c''4 c'' b' \bar "||" 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 "||"   
\break
     }
>>

TIA for your help

Jean Bergeron




reply via email to

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