\version "2.24.0" \include "/home/raf/parts/00-alphaInclude.ly" \language "alpha" #(set-global-staff-size 19) #(set-default-paper-size "a4" ) composer="Raphaël André" title = "Marche funeste" subtitle = "" global = {\time 12/8 \tempo 4. = 60 \set Score.alternativeNumberingStyle = #'numbers-with-letters } harmonies = { \chords { \set Staff.midiExpression = 0 }} at=\acciaccatura {a16 t} az=\acciaccatura z sup = \relative c' { \global \mark \default \partial 8 \ottava -1 a8 \repeat volta2{ \at b4 8 \az a4 8 f4.~4 a8 \at b4 8 \az a8 a ~q4.~q4 a8 \break \at b4 8 \az a4 8 f4 8 g4 8} \alternative {{\< \az a4 8 4\!\> 8 4.~4 8\!}{\az a4 8 4 8 4.~4 d8}} \break \mark \default \repeat volta2{ \ottava 0 \acciaccatura w8 e4 8 d4 8 b4.~b4 w8 \acciaccatura w8 e4 8 d d g~4.~4 d8 \acciaccatura w8 e4 8 d4 8 b4 8 k4 8 l4 8 4 8 4.~4 8}\break \mark \default \repeat volta2{ \acciaccatura {l16 e} f4 8 l4 8 c4.~4 l8 \acciaccatura {l16 e} f4 8 l8 8 h~4.~4 l8 \acciaccatura {l16 e} f4 8 l4 8 c4 8 d4 8 \acciaccatura w8 e4 8~8 4~4. r4 l8 } } bas = { \global s8 4.<<2. {s4. d}>>4.<<{d(d,)} a,2.>> 4.2. | 4. r 4.r r r f8 (h c' l g i h, l h i h l) | k (f h l g i h, l f h f l) k (f h l g i f g a g a i a b v' d'4 8 v'4.) r } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \paper { page-count = #1 } \header{ subtitle = \subtitle composer = \composer footer = "" date = # ( strftime "%d-%m-%Y" ( localtime ( current-time ) ) ) tagline = \markup {\title"- LicenceArtLibre1.4 - "\composer" 2026 - Éd."\date} dedication = "" } deco={ \override Score.RehearsalMark.padding = #5 \set Score.rehearsalMarkFormatter = #format-mark-circle-letters \set Score.skipBars = ##t \set Staff.explicitClefVisibility = #end-of-line-invisible } music= \transpose c c << \new ChordNames \harmonies \new Staff = "sup" \with {instrumentName = ""}{ \clef "G" \deco \sup } \new Staff = "bas" \with {instrumentName = ""}{ \clef "F" \deco \bas } >> %\book{ % \header{title = \markup {\title" (Sib)"}} % \bookOutputSuffix "Zib" % \score {\transpose c d, \music} %} \book{ \header{title = \markup {\title}} %\bookOutputSuffix "Ut" \score {\new PianoStaff \music \layout{} } \score {\unfoldRepeats \music \midi{}} }