\version "2.12.2" \paper{ between-system-space = 4\cm between-system-padding = 1\cm ragged-top=##t ragged-bottom=##t ragged-last-bottom=##t indent = 0\cm paper-height = 80\cm } \header { title = "Ode à Isis" poet = "2000-08" composer = "Faré (1973–)" tagline = "À la déesse enchanteresse" } #(set-global-staff-size 28) #(set-default-paper-size "letter") global = { \time 12/8 \skip 1.*11 \skip 8 %% 1-12 } globalTempo = { \override Score.MetronomeMark #'transparent = ##t \tempo 4 = 72 \skip 1.*11 \skip 8 } \book { \score { << % common % force offset of colliding notes in chords: \override Score.NoteColumn #'force-hshift = #1.0 \new Staff = "track 1, flute" << %\set Staff.instrument = \markup { \column { "flute" } } \set Staff.midiInstrument = #"Pan Flute" \set Score.skipBars = ##t \set Staff.printKeyCancellation = ##f \new Voice \global \new Voice \globalTempo \context Voice = "voice 1" { \override Voice.TextScript #'padding = #2.0 \override MultiMeasureRest #'expand-limit = 1 \once \override Staff.TimeSignature #'style = #'() \time 12/8 \clef "treble" \partial 8 c'' 8 | b'' 4. f'' 4 c'' 16 f'' b'' 4 b'' 8 d''' 8. c''' 16 b'' 16 a'' | g'' 4. e'' 2. b'4 c''8 | b'' 4. f'' 4 c'' 16 f'' b'' 4 b'' 8 d''' 8. c''' 16 b'' 16 a'' | e''' 4 g'' 2. ~ g'' 4. b' 8 | e''' 4 d''' 16 c''' b'' a'' g'' f'' d'' 8 b' e'' 4 gis' 8 gis' a' 8 | e'' 4 bes'' 8 ~ bes'' 8. a'' 16 g'' e'' g'' f'' e'' 8 fis'' a'' 4. b' 8 b' cis'' a'' 2. c''' 8. f'' 16 f'' 16 f'' gis'' 4. b'' 8. c'' 16 \times 2/3 { c'' c'' c'' } cis'' 4. r4. c'' 8 e'' g'' b'' a'' g'' a'' 16 g'' e'' 8 cis'' e'' d'' %% 10 c'' 8 b'' 4 b'' 8 b' b' b' e'' 2. ~ e'' 1. \bar "|." } % Voice \addlyrics { "Dé" -- esse de la ma -- gie, Tu ins -- pi -- res mon "â" -- me. "Dé" -- "" -- es -- se de la vie, Tu a -- ni -- mes mon coe -- ur. "Dé" -- es -- se de la "fé" -- con -- di -- "té," com -- "" -- ble donc mes bras. Tu em -- plis mon u -- ni -- vers "d'a" -- mour et "d'a" -- ven -- ture. Tu dis -- penses les joies; Tu in -- fli -- ges les peines. Tu es la sour -- ce de tou -- tes cho -- ses. Ô ma "Dé" -- es -- se, je suis "à" toi. } >> % Staff ends \context Staff = "track 2, oboe" << %\set Staff.instrument = \markup { \column { "oboe" } } \set Staff.midiInstrument = #"Oboe" \set Score.skipBars = ##t \set Staff.printKeyCancellation = ##f \new Voice \global \new Voice \globalTempo \context Voice = "voice 2" { \override Voice.TextScript #'padding = #2.0 \override MultiMeasureRest #'expand-limit = 1 \once \override Staff.TimeSignature #'style = #'() \time 12/8 \clef "treble" \partial 8 r8 c' b' b' d' b' b' f' b' b' g' b' b' 8 c' b' b' c' b' b' e' b' b' g' b' b' 8 a' b' b' d' b' b' f' b' b' b b' b' 8 g' b' b' e' b' b' f' b' b' g' b' %% 5 b' 8 b b' b' e' b' b' g' b' b' c' b' b' 8 g' b' b' e' b' b' bes' b' b' fis' b' b' 8 d' b' b' e' b' b' fis' b' b' a' b' b' 8 c' b' b' gis' b' b' bes' b' b' g' b' b' 8 g' b' b' c' b' b' g' b' b' c' b' %% 10 b' 8 g' b' b' e' b' b' c' b' b' g' 4. r4. fis' d' 2. \bar "|." } % Voice >> % Staff ends \context Staff = "track 3, cello" << %\set Staff.instrument = \markup { \column { "cello" } } \set Staff.midiInstrument = #"Cello" \set Score.skipBars = ##t \set Staff.printKeyCancellation = ##f \new Voice \global \new Voice \globalTempo \context Voice = "voice 3" { \override Voice.TextScript #'padding = #2.0 \override MultiMeasureRest #'expand-limit = 1 \once \override Staff.TimeSignature #'style = #'() \time 12/8 \clef "bass" r8 f 4. c 2. < f, c > 4. e 4. g 2. e 4. f 2. c 4. f, 4. c 4. d 2. e 4. %% 5 g, 2. e 4. d 4. cis 4. c 2. < b, d > 4. fis 4. c d f 4. e 2. d 4. ees 4. e 2. c 4. g 4. %% 10 < c e > 4. g 2. g 4. c 1. \bar "|." } % Voice >> % Staff (final) ends >> % notes \layout { % \context { \GrandStaff \accepts "Lyrics" } } \midi { \context { \Score % \tempo 4 = 96 tempoWholesPerMinute = #(ly:make-moment 80 4) } } } % score }