From 5fe5d276730e7f331d15f2be85a8597107a7a33e Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 1 Sep 2015 09:35:35 -0700 Subject: Add piano sheets --- esprit_piano.ly | 104 +++++++++++++++++++++++++++++++++++ gloria_piano.ly | 136 ++++++++++++++++++++++++++++++++++++++++++++++ marie_piano.ly | 115 +++++++++++++++++++++++++++++++++++++++ psalm_piano.ly | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++++ universal_piano.ly | 85 +++++++++++++++++++++++++++++ 5 files changed, 595 insertions(+) create mode 100644 esprit_piano.ly create mode 100644 gloria_piano.ly create mode 100644 marie_piano.ly create mode 100644 psalm_piano.ly create mode 100644 universal_piano.ly diff --git a/esprit_piano.ly b/esprit_piano.ly new file mode 100644 index 0000000..d75d44f --- /dev/null +++ b/esprit_piano.ly @@ -0,0 +1,104 @@ +singer = { + fis8 fis4 cis8 fis2 | + a8 gis8 fis4 e2 | + e8 e4 b8 e2 | + gis8 fis8 e4 fis2 | + fis8 fis4 cis8 fis2 | + a8 gis8 fis4 e2 | + e4 e cis e | + fis1 \bar "||" + + cis'4. b8 a4 a4 | + b a gis2 | + b4. a8 gis4 gis | + a4 gis fis2 | + cis'4. b8 a4 a4 | + b a gis2 | + b4 a gis e | + fis1 \bar "|." +} + +lyr = \lyricmode{ +} + +upper = { + \key a \major + \time 4/4 + \clef treble + \relative c' { + << + \new Voice = "singer" { + \voiceOne + \singer + } \new Voice { + \voiceTwo + cis4. cis8 cis2 + fis4 cis4 b2 + b4. b8 b2 + e8 b e4 cis2 + cis4. cis8 cis2 + fis4 cis4 b2 + b2 cis4 cis4 + cis1 + + fis2 e + gis e + gis2 e2 + fis2 fis2 + fis2 e + gis e + gis2 cis,2 + cis1 + } + >> + } +} + +lower = { + \key a \major + \time 4/4 + \clef bass + \relative c { + 2 2 + 2 2 + 2 2 + 2 2 + 2 2 + 2 2 + 2 4 4 + 1 + + 2 2 + 1 + 2 2 + 1 + 2 2 + 1 + 1 + 1 + } +} + +\book { +\score { + \new GrandStaff << + \new Staff = "upper" \upper + \new Lyrics \lyricsto "singer" \lyr + \new Staff = "lower" \lower + >> + \layout { + \context { + \GrandStaff + \accepts "Lyrics" + } + \context { + \Lyrics + \consists "Bar_engraver" + } + } + \midi { } +} +\header { + title = "Esprit de Dieu, souffle de vie" +} +} diff --git a/gloria_piano.ly b/gloria_piano.ly new file mode 100644 index 0000000..45b3c3c --- /dev/null +++ b/gloria_piano.ly @@ -0,0 +1,136 @@ +singer = { + g bes c2 + a8[ a] bes c d2 + bes4 c8 bes a4 g + fis e8 fis g4 g4 + g bes c2 + a8[ a] bes c d2 + bes4 c8 bes a4 a + a8[ a] bes a g2 \bar "||" + + d4 d8 g ees4 ees + f ees d4. d8 + g4 g a g + fis2 g + r8 bes a[ bes] c4 c4 + a c d2 + bes4 bes c2 + bes4 a bes g + d'4. d8 ees4 d + c2 bes4 f8 f + g4 bes8 bes c2 + bes4 a g2 +} + +lyr = \lyricmode{ + Gloire à Dieu + au plus haut des cieux, + paix sur la terre aux + hom -- mes qu'il ai -- me, + gloire à Dieu + au plus haut des cieux, + paix sur la ter -- re, + joie de l'u -- ni -- vers ! + + Pour tes mer -- veil -- les, + Sei -- gneur Dieu, ton + peu -- ple te rend + grâ -- ce ! + A -- mi des hom -- mes, + sois bé -- ni + pour ton Rè -- + gne qui vient ! À + toi, les chants de + Fê -- te, par ton + Fils Bien Ai -- mé, + dans l'Es -- prit. +} + +upper = { + \key g \minor + \time 4/4 + \relative c'' \repeat volta 2 { + \clef treble + << + \new Voice = "singer" { + \voiceOne \singer + } \new Voice { + \voiceTwo + d4 g g2 | + f4. ees8 f2 | + g2 ees2 | + d2 d2 | + + d4 g g2 | + f4. ees8 f2 | + g2 ees2 | + d2 bes2 | + + s1 s1 s1 s1 + r8 d4. ees2 | + f4 ees d2 | + g2 a4( g) | + fis2 g4 g4 | + g2 g2 | + a4( f4) d2 | + ees2 a4( g) | + fis2 g2 + } >> + } +} + +lower = { + \key g \minor + \time 4/4 + \clef bass + \relative c' { + 4 4 2 | + 2 2 | + 2 2 | + 2 2 | + + 4 4 2 | + 2 2 | + 2 2 | + 2 2 + + 2 2 | + 2 2 | + 1 | + 2 2 + + r8 4. 2 | + 1 | + 2 2 | + 2 2 | + 2 2 | + 2 2 | + 2 2 | + 4 4 2 + } +} + +\book { +\header { + title = "Gloire à Dieu" +} + +\score { + \new GrandStaff << + \new Staff = "upper" \upper + \new Lyrics \lyricsto "singer" \lyr + \new Staff = "lower" \lower + >> + \layout { + \context { + \GrandStaff + \accepts "Lyrics" + } + \context { + \Lyrics + \consists "Bar_engraver" + } + } + \midi { } +} +} diff --git a/marie_piano.ly b/marie_piano.ly new file mode 100644 index 0000000..41a3cb4 --- /dev/null +++ b/marie_piano.ly @@ -0,0 +1,115 @@ +singer = { + r8 c d e d e + e2. + r8 e e e d e + g4. g4. + r8 e e e f g + d2. + r8 d d d d e + e2. + + r8 c d e d e + e2. + r8 e e e d e + g4. g4. + r8 e e e f g + d2. + r8 d d d d e + e2. \bar "||" + + r4 r8 e a b + c4. c4. + b4. b8 g e + a4. a4. + g4. g8 e c + f4. f4. + e4. e8 e e + e4. gis4. + a2. +} + +lyr = \lyricmode{ + La pre -- mière en che -- + min, + Ma -- rie tu nous en -- + traî -- nes + à ris -- quer no -- tre "oui" + aux im -- pré -- vus de + Dieu. + Et voi -- ci qu'est se -- + mé + en l'ar -- gile in -- cer -- + tai -- ne + de notre hu -- ma -- ni -- + té, + Jé -- sus Christ, Fils de + Dieu. + + Marche a -- vec + nous, Ma -- + rie, sur nos che -- + mins de + foi. Ils sont che -- + mins vers + Dieux. Ils sont che -- + mins vers Dieu. + Gloire à Dieu + au plus haut des cieux, + paix sur la terre aux + hom -- mes qu'il ai -- me, + gloire à Dieu + au plus haut des cieux, + paix sur la ter -- re, + joie de l'u -- ni -- vers ! +} + +upper = { + \key c \major + \time 6/8 + \relative c' \repeat volta 2 { + \clef treble + << + \new Voice = "singer" { + \voiceOne \singer + } \new Voice { + \voiceTwo + r4. c,4 c8 + c2. + r8 c2 c8 + b4. b4. + } >> + } +} + +lower = { + \key c \major + \time 6/8 + \clef bass + \relative c' { + } +} + +\book { +\header { + title = "La première en chemin, Marie" +} + +\score { + \new GrandStaff << + \new Staff = "upper" \upper + \new Lyrics \lyricsto "singer" \lyr + \new Staff = "lower" \lower + >> + \layout { + \context { + \GrandStaff + \accepts "Lyrics" + } + \context { + \Lyrics + \consists "Bar_engraver" + } + } + \midi { } +} +} diff --git a/psalm_piano.ly b/psalm_piano.ly new file mode 100644 index 0000000..5ffe4fe --- /dev/null +++ b/psalm_piano.ly @@ -0,0 +1,155 @@ +singer = { + \partial 8 d8 | + d8. f16 g8 a8 bes c | + d8.( c16 bes8) c4 f,8 | + bes8 a g f4 d8 | + f8 g4 a d,8 | + d8. f16 g8 a8 bes c | + d8.( c16 bes8) c4 f,8 | + bes8 a g f4 d8 | + f8 e4 d4. + + d4 d8 f f f | + e f e d4 d8 | + d8 d d f4. | + g8 a bes a4 ~ a8 | + a4 a8 bes8 bes bes | + a8 a g f4 ~ f8 | + d4. a'8. g16 f8 + + \time 9/8 + e d c d4. d4. | +} + +upper = { + \key d \minor + \time 6/8 + \clef treble + \relative c' \repeat volta 2 { + << + \new Voice = "singer" { + \voiceOne \singer + } \new Voice { + \voiceTwo + \partial 8 d8 | + s4. f4. + f4. f4 f8 + d4. d4 d8 + d8 d4 e4 d8 + s4. f4. + f4. f4 f8 + d4. d4 s8 + d8 cis4 d4. + + d4 d8 d8 d d | + cis d cis a4 a8 | + bes8 bes bes c4. | + e8 f g f4 ~ f8 | + f4 f8 g8 g g | + e e e d4 ~ d8 | + d4. d4. | + c8 bes a d4. d4. | + } >> + } +} + +lyr = \lyricmode{ + Bé -- | nis le Sei -- gneur, ô mon | + â __ me, du fond de mon ê -- tre | + son saint Nom. Bé -- | + nis le Sei -- gneur, ô mon â __ me et | + n'ou -- blie au -- cun de | + ses bien -- faits ! + + \set stanza = #"1." + Le Sei -- gneur est ten -- + dresse et pi -- tié, lent + à la col -- lère + et plein d'a -- mour, + sa jus -- ti -- ce de -- meure à ja -- mais. + + Bé -- nis le Sei -- + gneur, ô mon â -- me ! +} + +lyrv = \lyricmode{ + \repeat unfold 36 {\skip 1} + \set stanza = #"2." + La bon -- té du Sei -- + gneur se ré -- pand sur + qui ac -- com -- plit + sa vo -- lon -- té, + + at -- ten -- tif _ à + sa _ Pa -- + \set ignoreMelismata = ##t + ro -- le + \unset ignoreMelismata +} + +lower = { + \key d \minor + \clef bass + \relative c { + \partial 8 r8 | + 4. 4. | + 4. 4. | + 4. 4. | + 8 4 4 r8 | + 4. 4. | + 4. 4. | + 4. 4. | + 8 4 4. | + + 4. 4. | + 4. 4. | + 4. 4. | + << {\voiceOne c'4.} \\ {\voiceTwo c,4 e8} >> 4 ~ 8 | + 4. 4. | + 4. 4 ~ 8 | + r4. 4. | + 4. 2. | + } +} + +\book { + \header { + title = "Bénis le seigneur, ô mon âme" + } +\score { + \new GrandStaff << + \new Staff = "upper" \upper + \new Lyrics \lyricsto "singer" \lyr + \new Lyrics \lyricsto "singer" \lyrv + \new Staff = "lower" \lower + >> + \layout { + \context { + \GrandStaff + \accepts "Lyrics" + } + \context { + \Lyrics + \consists "Bar_engraver" + } + } + \midi { } +} +} + +\book { +\score{ + << + \new Voice = "singer" { \key d \minor \time 6/8 \relative c' \singer ||} + \new Lyrics \lyricsto "singer" { \lyr } + \new Lyrics \lyricsto "singer" { \lyrv } + >> + \layout { + \context { + \Score + \remove "Bar_number_engraver" + } + } + \midi {} +} +} diff --git a/universal_piano.ly b/universal_piano.ly new file mode 100644 index 0000000..c5b37a7 --- /dev/null +++ b/universal_piano.ly @@ -0,0 +1,85 @@ +singer = { + b8[ b] gis e | + cis'4 b | + b8 gis4 e8 | + fis2 + b8[ b] gis e | + cis'4 b | + gis8 e4 fis8 | + e2 +} + +lyr = \lyricmode{ + En -- tends nos pri -- + è -- res, + En -- tends nos + voix. + En -- tends nos pri -- + è -- res + Mon -- ter vers + toi. +} + +upper = { + \key e \major + \time 2/4 + \clef treble + \relative c'' { + \clef treble + << + \new Voice = "singer" { + \voiceOne + \singer + } \new Voice { + \voiceTwo + e4 r4 + a gis + e4 s4 + s2 + e4 r4 + a gis + } + >> + } +} + +lower = { + \key e \major + \time 2/4 + \clef bass + \relative c { + 2 + 4 4 + r2 + 2 + 2 + 4 4 + r2 + 2 \bar "|." + + } +} + +\book { + \header { + title = "Entends nos prières" + } +\score { + \new GrandStaff << + \new Staff = "upper" \upper + \new Lyrics \lyricsto "singer" \lyr + \new Staff = "lower" \lower + >> + \layout { + \context { + \GrandStaff + \accepts "Lyrics" + } + \context { + \Lyrics + \consists "Bar_engraver" + } + } + \midi { } +} +} -- cgit v1.2.3-70-g09d2