diff --git a/lilypond/Tom_Sawyer_1.ly b/lilypond/Tom_Sawyer_1.ly new file mode 100644 index 00000000..f35f6a2e --- /dev/null +++ b/lilypond/Tom_Sawyer_1.ly @@ -0,0 +1,28 @@ +\version "2.12.1" + +\paper +{ + make-footer=##f + make-header=##f + + left-margin = 0\cm + top-margin = 0\cm + bottom-margin = 0\cm + + indent = 0\cm + between-system-padding = 1\mm + + paper-width = 7.5\cm + line-width = 7\cm + paper-height = 1.6\cm +} + +{ +#(set-global-staff-size 12) + \key c \major + \time 2/4 + \relative c''{ + e,4 c g'2 a4 c8. d16 e8 c4 g8 a4 c8. d16 e8 c d4 c2 + } +} + diff --git a/lilypond/Tom_Sawyer_2.ly b/lilypond/Tom_Sawyer_2.ly new file mode 100644 index 00000000..366aa270 --- /dev/null +++ b/lilypond/Tom_Sawyer_2.ly @@ -0,0 +1,29 @@ +\version "2.12.1" + +\paper +{ + make-footer=##f + make-header=##f + + left-margin = 0\cm + top-margin = 0\cm + bottom-margin = 0\cm + + indent = 0\cm + between-system-padding = 1\mm + + paper-width = 7.5\cm + line-width = 7\cm + paper-height = 3.3\cm +} + +{ +#(set-global-staff-size 12) + \key c \major + \time 2/4 + \relative c''{ + e4 c g'2 a4 a8. a16 g8 e4 c8 a'4 a8. a16 g8 f e c d2~ d4 + e8 f g4 g8. g16 f8 e d c a c4 a8 g4 c8 d e8 g4 g,8 e' e d d c2 + } +} + diff --git a/songs/Dessins_Animes/Tom_Sawyer_debut.sg b/songs/Dessins_Animes/Tom_Sawyer_debut.sg index 2158daf8..a1ed110f 100644 --- a/songs/Dessins_Animes/Tom_Sawyer_debut.sg +++ b/songs/Dessins_Animes/Tom_Sawyer_debut.sg @@ -7,6 +7,9 @@ \gtab{Sol}{320003} \gtab{Ré}{000232} + +\lilypond{Tom_Sawyer_1} + \beginchorus \[Do]Tom Sawyer, \[Fa]c'est l'Amé\[Do]rique Le \[Fa]symbole \[Do]de la liber\[Sol]té @@ -35,4 +38,6 @@ Trois bouts de ficelle, quelques pierres et du bois Il les partage avec tous ses amis \endverse +\lilypond{Tom_Sawyer_2} + \endsong