\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 20) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} italicas=\override LyricText #'font-shape = #'italic rectas=\override LyricText #'font-shape = #'upright \header { title=\markup{\fontsize #6 \column{" " "Les Chats" }} subtitle=\markup{\column{" " "canon jazz a 6 voces"}} subsubtitle=\markup{\column{" " " " " " " " }} %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key f \major \time 4/4 \skip 1*12 \bar ":|" } cantus=\relative c'{ \once \override Score.MetronomeMark #'X-offset = #-10 \tempo "Swing" d4^\markup{\large \large \large \large \box 1} r f r d8 f aes g4 f8 d c \mark \markup{\box 2} d4 e f8 g4 a8 ~ a1 \mark \markup{\box 3} d8 d c4 a8 a f g aes g f d ~ d2 \mark \markup{\box 4} a'8 a g g f f e e d2 r8 a b cis \mark \markup{\box 5} d4 r c r bes bes8 a r2 \mark \markup{\box 6} d1 a'8 a g g f f e e } textocantus=\lyricmode{ C'é -- tait dans un gre -- nier tous les chats les chattes du quar -- tier __ Qui dan -- saient la sam -- ba, le jazz, la ja -- va! En chan -- tant et en cla -- quant des doigts Cha -- bi -- dou bap dou bap dou wap dou qui sait chan -- ter aus -- si bien qu'un } textocantusb=\lyricmode{ Chat... sseur é -- che -- ve -- lé chas -- sant les chats, chattes qui chan -- taient __ Chat chuf -- fit, ch'est fi -- ni oui tout che cha -- hut? Ch'veux dor -- mir tran -- quille moi ch'en peux plus Cha -- bi -- dou bap dou bap dou wap dou plus un chat, une chatte au coin d'la } textocantusc=\lyricmode{ Rue... elle dans une pou -- belle tous les chats les chattes de plus belle __ Ont dan -- sé la sam -- ba, le jazz, la ja -- va En chan -- tant et en cla -- quant des doigts Cha -- bi -- dou bap dou bap dou wap dou et chaqu 'nuit l'cha -- hut re -- com -- men } \score { \new Staff <<\global \new Voice="v1" { %\set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } \new Lyrics \lyricsto "v1" {\textocantusc } >> \layout{ \context { %\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 \override PaperColumn #'keep-inside-line = ##t } \context {\Lyrics %\override LyricText #'font-size = #2 \override LyricHyphen #'minimum-distance = #0.33 } \context {\Voice %melismaBusyProperties = #'() autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 5) } } %\midi {} } \paper{ indent=1\cm line-width=19.0\cm page-count = 1 system-count = 4 %between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 20\mm %head-separation = 4\mm }