lilypond-user
[Top][All Lists]
Advanced

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

Re: Stupid question


From: IMAI Yuji
Subject: Re: Stupid question
Date: Wed, 08 Feb 2006 16:15:00 +0900

Hi, Jean Bergeron.

The \chords and music must be inside << >>.
And your music "c' c' ..." is not relative mode.
So, do not write relative.
I could create PDF file for your hope as following:

----
\header {
  title = "Chanson pour l\'Auvergnat"
  subtitle = " "
  source = " "
  composer = "Georges Brassens (1921-)"
  enteredby = " "
  copyright = " "
     }
\version "2.7.0"
\paper {
  #(set-paper-size "letter")
}

\layout {

}


\score {
  <<
    \chords {
      e:m r2 r2. b:7 r2 r2. r2. r2. e:m
      r2. r2. b:7 r2 r2. c:6 r2 a:m6 r2 b:7 r2 r2.
    }
    \new Staff {
        \clef treble
        \key g \major
        \time 3/4
        e' e' fis' g'2 e'4 dis'2 e'4 fis'2. dis'4 dis' e' fis'2 dis'4 e'2 fis'4
        g'2.   \break
        e'4 e' fis' g'2 e'4 dis'2 e'4 fis'2 g'4 e' fis' g' a' b' c'' b'2. ~ b'2.
        \break
    }
    \addlyrics {
      Elle est a toi2 cet te2 chan son2. Toi l'Au ver gnat2 qui
      sans2 fa con2
      M'a don ne qua2 tre bouts2 de bois2 Quand, dans ma vie, il fai sait
      froid2.
    }
  >>
}
----

> I start o work with Lily-Pond nd I have a question.
> I'm able to write the partition and put the lyrics beside but I'm not able
> to put the ChordsNames on top of the staves.  The Chords names are always
> on the top on many lines than the music with the lyricsappears correctly
> or the Chords are at the bottom after all the staves.
> 
> 
> Here is the document I wrote down :
> 
> \header {
>   title = "Chanson pour l\'Auvergnat"
>   subtitle = " "
>   source = " "
>   composer = "Georges Brassens (1921-)"
>   enteredby = " "
>   copyright = " "
>      }
> \version "2.7.0"
> \paper {
>   #(set-paper-size "letter")
> }
> 
> \layout {
> 
> }
> 
> relative =  c' {
>         \clef treble
>         \key g \major
>         \time 3/4
> e' e' fis' g'2 e'4 dis'2 e'4 fis'2. dis'4 dis' e' fis'2 dis'4 e'2 fis'4
> g'2.   \break
> e'4 e' fis' g'2 e'4 dis'2 e'4 fis'2 g'4 e' fis' g' a' b' c'' b'2. ~ b'2.
> \break
> 
>      }
> 
> \addlyrics { Elle est a toi2 cet te2 chan son2. Toi l'Au ver gnat2 qui
> sans2 fa con2 \break
> M'a don ne qua2 tre bouts2 de bois2 Quand, dans ma vie, il fai sait
> froid2. \break }
> 
> 
>  \chords { e:m r2 r2. b:7 r2 r2. r2. r2. e:m \break
> r2. r2. b:7 r2 r2. c:6 r2 a:m6 r2 b:7 r2 r2. \break
>  }
> 
> If there is something wrong (miswriting)  with the other parts of the
> document, feel free to let me know...
> 
> Jean Bergeron
> 514-522-2828

-- 
address@hidden  Yuji IMAI





reply via email to

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