% Gammes et Accords \version "2.16.2" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC GAMMES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DO ET LA MINEUR HARMONIQUE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SOL ET MI MINEUR HARMONIQUE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% sol_mim_gammes = \relative c' { \key g \major g1 a b c d e fis e fis g a b c d } % sol_mim_gammes sol = { \key g \major \chordmode { g1:maj7 a:m7 b:m7 c:maj7 d:7 e:m7 fis:3-.5-.7 \break g:6.9 a:m6.9 b:m7.9- c:6.9 d:6.9 e:m6-.7.9 fis:3-.5-.7.9- \break } % chordmode "sol" } % sol mimh = { \key g \major \chordmode { e:3-.5.7+ fis:3-.5-.7 g1:maj7.5+ a:m7 b:7 c:maj7 dis:3-.5-.7- \break e:3-.5.6-.9 fis:3-.5-.6.7.9- g1:6.9.5+ a:3-.5.6.9 b:7.9 c:6.9 dis:3-.5-.7-.9- \break } % chordmode "mimh" } % mimh %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC SCORE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \score { \new Staff \do_lam_gammes \header { piece = "Do majeur et La mineur" } } % score \score { << \new ChordNames \do \new Staff \do >> } % score \score { << \new ChordNames \lamh \new Staff \lamh >> \header { piece = "La mineur harmonique" } } % score \score { \new Staff \sol_mim_gammes \header { piece = "Sol majeur et Mi mineur" } } % score \score { << \new ChordNames \sol \new Staff \sol >> } % score \score { << \new ChordNames \mimh \new Staff \mimh >> \header { piece = "Mi mineur harmonique" } } % score %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% BLOC LAYOUT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \layout { \context { \Score \remove "Bar_number_engraver" \remove "Time_signature_engraver" } %context "Score" \context { \Staff \accidentalStyle forget %{ STYLES DISPONIBLES : default voice modern modern-cautionary modern-voice modern-voice-cautionary piano piano-cautionary neo-modern neo-modern-cautionary neo-modern-voice neo-modern-voice-cautionary dodecaphonic teaching no-reset forget %} \consists "Accidental_engraver" } %context "Staff" } %layout