lilypond-user
[Top][All Lists]
Advanced

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

Re: Tutorial


From: Manuel
Subject: Re: Tutorial
Date: Thu, 14 Dec 2006 20:51:03 +0100

I have just finished the first part of my didactical work. People usually comment on the nicety of the engraving's typeface (do you call it typeface?)

The second part contains a series of two-part pieces (cantus + bassus). I'm having trouble printing the titles. if I set the "print all headers" instruction, only the last one appears and not just two but three times, as can be seen in the following example. It is obvious that I'm doing something wrong, but I don't get it. It worked for the melodies, but it is different with the two-part pieces.

Also, the bar numbers appear too close to the bracket, which I don't understand since I didn't try to change any default.

Manuel




Here is the example:

\version "2.10.0"

\paper{
printallheaders=##t
bottom-margin = 1\cm
first-page-number = 2
}

\layout{
\context{
   \Score
  }
}

\header {
title = " Branle Quatre branles "
composer = " "
arranger = " "
}

\new ChoirStaff

\relative

<<

\new Staff

{ \override Staff.TimeSignature #'style = #'() \clef treble e'e8d c b c d e f g f e4 d e4 e8 d c b c d \break

e f g4 d2

\bar ":|:"

e8 f g a g f e d e4 c c f f e d2

\bar ":|:" \break

e8 f g4 e8 f g4 e8 f g4 f e

a a8 g f4 e \break

a a8 g f4 e e8 f g e f e d c b a c b c4 g'8 f \break


e4 d8 c d4 g8 f e4 d c g'8 f e4 d8 c d4 g8 f e4 d c2

\bar ":|:"

}

\new Staff

\relative

{\clef bass c,4 c8 d a4. f8 c'4 c c g c c8 d a4. f8 c'4 g g2

c4 c8 f, c'4. d8 c4 a a f f c' g2

c8d e4 a, e' a, e' d c f, f8 g a b c4 f, f8 g a b c4 c c f, f g g c e8 d c4 b8 a g4 g c g c e8 d c4 b8 a g4 g c g c2


}
>>

\layout {
\context {
\Score


  }
}

\header {
title = " Basse danse: Bergerette "
composer = "Tilman Susato"
arranger = "(1510-1570) "
}



\new ChoirStaff

\relative

<<

\new Staff

{ \override Staff.TimeSignature #'style = #'() \clef treble d'8 e f g a4. g8 a bes a4 f d d a' g4. f8 g a g4 e c \break

d e f2 f4 f f g8 a g f e d e4. d8 e f e4 e2 \break

d8 e f g a4. g8 a bes a4 f d d a' g4. f8 g a g4 e c \break

d e f g8 a g f e d c d e d c b d c d4. c8 d e d4 d2 \bar ":|:" \break

r4 d e4. d8 e f e4 f e8 d c d e f g4. f8 g a g4 g2 \break

e8 f g a g4 f e d c8 d e d c b c4 d4. c8 d e d4 d2 \bar ":|"

}

\new Staff

\relative

{ \override Staff.TimeSignature #'style = #'() \clef bass d,4 d d2 d4 a d d d f c4. d8 c f, g4 a a d c f,2 f4 f f c' c4. d8 c4 a c c c2

d4 d d2 d4 a d d d f c4. d8 c f, g4 a a d c8 e d4 g, g2 a4. bes8 a g a4 bes4. a8 f4 g d'2

r4 d c4. b8 c d c4 f, c' f e8 d c4. d8 e f g4 c,2 c4. a8 b c d4 a bes a g a2 d4 g, d'2 g,

}
>>













reply via email to

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