\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 9/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
\repeat volta 2{a4 g8 b4. \acciaccatura {b8 v} d8 v b a4 g8 g4. \acciaccatura {a8 b} c8 b a g4 y8 a4 g8 e4.}
\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.}
\mark \default 
}
bas =  \transpose c c'{ \global s4.                       
<w e><d e>r<v e><c e>r<b, e><b, w><b, d>
<c e>r<b, d><a,c>r<g,b,><a,c>r<b,d><b,w>r 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{}}
}