\version "2.13.15-1" \paper { top-margin = 5.5\cm % REMONTE OU DESCEND LA PARTITION ragged-bottom = ##t left-margin = 24\mm % POUSSE LA MARGE DEPUIS LA GAUCHE } \header { texidoc = " Oeuvre polyphonique pour 4 voix " doctitle = "S - A - T - B " title = "Vert Véronèze" subtitle = "" tagline = "© François-Xavier Jean - mars 2010 - cca 3.0" poet = "tranquilement" composer = "François-Xavier Jean" } #(set-global-staff-size 30) % LA PARTITION EST ICI AGRANDIE, ZOOMÉE … \include "english.ly" % L'ECRITURE EST ANGLAISE C-D-E REMPLACE DO-RE-MI upperOne = % LA PREMIERE VOIX EST APPELEE ICI: upperOne = \relative c'' { % LA MESURE ETALON POOUR AVOIR LE BON EQUILBRE DES NOTES SUR LA PORTEE \time 5/8 % LA MESURE ICI À 5/8 \voiceOne \tiny % CHANGEMENT DE LA TAILLE DES NOTES r8 a8 b c a r b d |\break e4. % |\break PERMET D'ALLER A LA LIGNE r4. a,8 g |\break % |\break PERMET D'ALLER A LA LIGNE f8 e4. g2 } upperTwo = \relative c'' { \voiceTwo % SI J'EFFACE \voiceTwo L'ALTO EST COLLÉ A LA HAMPE DE L'ALTO, VERS LE BAS \tiny % CHANGEMENT DE LA TAILLE DES NOTES r8. e, g4 e4. b' } lowerOne = \relative a { \time 4/4 \voiceOne \tiny g4 a f d a'2 b c, d } lowerTwo = \relative c { \voiceTwo \tiny d2 d4 a g'8 f e d2 e8 ~ a,2 c4 |\break } firstverse = \lyricmode { Le po èt' qui é crit dans les feuill' c'est le vent } secondverse = \lyricmode { Est le vent } } \score { \context StaffGroup << \context Staff = "upper" << \clef treble \context Voice = "one" \upperOne \context Voice = "two" \upperTwo >> \lyricsto "one" \new Lyrics { \set stanza = "" % LE NUMERO DU COUPLET DISPARAIT SI L'ON ECRIT RIENT DANS LES PARENTHESES \firstverse } \lyricsto "Two" \new Lyrics { \set stanza = "2." \secondverse } \context Staff = "lower" << \clef bass \context Voice = "one" \lowerOne \context Voice = "two" \lowerTwo >> >> \layout { \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.5 . 22) } \context { \StaffGroup \remove "Span_bar_engraver" } \context { \Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4) autoBeaming = ##t \unset melismaBusyProperties } \context { \Score barNumberVisibility = #(lambda (barnum) #f) } } \midi { } } \paper { line-width = 6\in indent = 0 }