\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 = "que voulez vous que je vous donne / pour bouquet e [...]" } \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 g \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 4 \time 2/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) c16( b) b a \grace {a8(} g8.) g'16 g( fis) \grace {g8(} fis16) e e8\trill d \grace {c8(} b16) a c( b) e8. d16 \grace {d8(} c8.) b16 \grace {b8(} a4) \mBreak c16 b b a \grace {a8(} g8.)^"1)" g'16 g fis fis e e8 d b16 d cis e d16 a \grace {c8(} b16)^"2)" a32 g fis8 e\trill d4 \bar ":..:" \bBreak a'8 \grace {c8(} b16) \grace {a8(} g16) \grace {g8(} fis4) \times 2/3 {g16[ a b]} \times 2/3 {a b c} \grace {d8(} \times 2/3 {c16[) b c]} b8 d8.( dis16) e16( c) d( b) a32([ b a b]) c32( d c d) \mBreak e32([ c a g]) g16\trill fis d'8. d16 cis8 b16 a c8 \mBreak c16. c32 \grace {c8(} b8) a16 g \times 2/3 {g'16[ b d,]} d16(^"1)" dis^"1)") e32([ fis g fis]) g16([ e d c]) b16.( c32) a8\trill \grace {a8(} g4)\fermata \bar ":|." \bBreak } \addlyrics { Que _ vou -- lez vous que je -- _ vous _ don -- ne pour _ bou -- _ quet en ce mo -- ment j'ai vois une -- _ _ _ cou -- _ ron -- ne je -- _ vous _ en -- _ fe -- rois _ _ _ _ pre -- sent mon em -- bar -- ras est ex -- _ tre -- _ me _ _ _ _ non je pos -- se -- de _ _ _ _ _ _ _ _ _ _ de _ _ rien _ et vous offre un _ coeur qui vous ai -- me _ c'est _ _ vous _ ren -- _ _ _ dre _ _ _ vo -- tre _ bien. } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" 1) Achtste noot in bron. 2) Gepuncteerde zestiende noot in bron. " }