\version "2.18.2" sb = {\breathe} mBreak = { \bar "" \break } bBreak = { \break } x = {\once\override NoteHead #'style = #'cross } gl=\glissando app = #(define-music-function (parser location notes) (ly:music?) #{ \appoggiatura $notes #} ) kvs = #(define-music-function (parser location notes) (ly:music?) #{ \slashedGrace $notes #} ) itime = #(define-music-function (parser location timesig) (fraction?) #{ \once\override Staff.TimeSignature #'stencil = ##f \time $timesig #} ) ficta = {\once\set suggestAccidentals = ##t} fine = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{Fine}}} dc = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.C.}}} dcf = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.C. al Fine}}} dcc = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.C. al Coda}}} ds = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.S.}}} dsf = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.S. al Fine}}} dsc = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.S. al Coda}}} pv = {\set Score.repeatCommands = #'((volta "1"))} sv = {\set Score.repeatCommands = #'((volta #f) (volta "2"))} tv = {\set Score.repeatCommands = #'((volta #f) (volta "3"))} qv = {\set Score.repeatCommands = #'((volta #f) (volta "4"))} xv = {\set Score.repeatCommands = #'((volta #f))} % At top of doc % prevent multi-page output: #(append! paper-alist '(("long" . (cons (* 210 mm) (* 2000 mm))))) #(set-default-paper-size "long")mBreak = { \bar "" \break } bBreak = { \break } \header { tagline = "" title = "No754. Triomphez tendre Alcindor" } \paper{ %top-margin = 0\mm %bottom-margin = 0\mm %left-margin = 0\mm %before-title-space = 0\mm after-title-space = 0\mm head-separation = 0\mm %foot-separation = 0\mm %page-top-space = 0\mm ragged-last = ##f } \score { { \key d \lydian \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 4*2 \time 4/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) a4 a\grace {gis8} fis4.\segno gis8 a4 a\grace {fis8} e4. fis8 gis4 gis\grace {gis8} fis4 gis8 e d4 e\grace {gis8} fis4\grace {e8} d4\sb a''4 a\grace {gis8} fis4. gis8 a4 a\grace {fis8} e4. fis8 gis4 gis\grace {gis8} fis4 gis8 e d4 e d2^"fin"\bar "||" \bBreak a8 a d fis gis e e4 a,8 a cis e fis d d4 a8 a d fis\grace {fis8} e4 fis8 d cis4 b\trill a2\sb a'4 a a,4. b8 cis4 d b\trill a a'a a,4. b8 cis4 b a2\fermata\sb a4 a\segno\bar "|." \bBreak } \addlyrics { Triom -- phez ten -- dre Al -- cin -- dor _ triom -- phez l'amour _ vous cou -- _ ron -- ne triom -- phez ten -- dre Al -- cin -- dor _ un Coeur qu'il donne est un Tré -- sor dans cet -- te jour -- née _ _ un doux hyme _ -- née _ _ dans cet -- te jour -- née for -- me vos noeuds _ et sa chaine _ for -- tu -- née _ pour tou -- jours _ rend heu -- reux } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" De melodie wordt in de bron voorafgegaan door een instrumentale inleiding van 8 maten. In de bron staat tevens een basso continuo partij geschreven. " }