\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 = "Le plaisir de vous voir est un plaisir extrème" } \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 = #'() \time 3/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) r4 r8 g8 d'4 b a4. g8 fis4. d8 e fis g a a2\trill g4 \mBreak b8 b16 b b8 a16 b c4. d8 b4 e4 cis4.\trill d8 \pv d2. \bar ":..:" \sv d4. \xv \mBreak a8 a b c4\segno b8 b[ a16 gis] a8 gis4 e'8 a, d8 b gis2 a8. b16 c4~ c2 a4. \mBreak c8 c d b[ c16 d] \times 2/3 {c16[ b a]} \times 2/3 {a g fis} g4^"1)" fis4 d'8 g, c a fis2 \mBreak g8( a b) c16[ a] a2 g4 r8 a a b\segno \bar ":..:" \sv g2\fermata \xv \bar "|." \bBreak } \addlyrics { Le plai -- sir de vous voir est un plai -- sir ex -- trê -- me mais il est dan -- _ ge -- reux de s'en lais -- ser char -- mer mer vous sça -- vez trop vous faire _ _ ay -- mer et vous ig -- no -- rer comme on ay -- _ me vous sça -- vez trop _ _ vous _ _ faire _ _ ay -- mer et vous ig -- no -- rez comme _ _ on _ ay -- me vous sça -- vez me } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" 1) Achtste noot in bron. " }