\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 = "Mucus et autres sécrétions" subtitle = "" global = {\time 12/8 \tempo 4. = 60 \set Score.alternativeNumberingStyle = #'numbers-with-letters } harmonies = \chords { \set Staff.midiExpression = 0 } sup = \relative c'' { \global \partial 4. d8 c b \mark \default \repeat volta 2{a4 g8 b4. r \acciaccatura {b8 v} d8 v b a4 g8 g4. r \acciaccatura {a8 b} c8 b a g4 y8 a4 g8 e4. d'8 c b} \break \mark \default \time 9/8 \repeat volta 2{\acciaccatura {y8 g}a4 8~a g y g4 e8 a4 8~a g y e4. a4 8~a g y g4 a8 b c b a g y e4.} } bas = \transpose c c'{ \global s4. rrrr r8<<{e4 w4. d}\\{b,4~2.} >> r4. r r rr b, } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \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 PianoStaff << \new ChordNames \harmonies \new Staff = "sup" { \clef "G" \deco \sup } \new Staff = "bas" { \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{}} }