mirror of https://github.com/patacrep/patacrep.git
crep
15 years ago
3 changed files with 38 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
\include "header" |
||||
|
\paper{paper-height=4.3\cm} |
||||
|
|
||||
|
{ |
||||
|
\key e \minor |
||||
|
\time 2/4 |
||||
|
\tempo 2 = 60 |
||||
|
\relative c'' |
||||
|
{ |
||||
|
b8 c d g, a b d, e fis g a4 b2 |
||||
|
b8 c d g, a b d, e fis g a b a g fis4 |
||||
|
b8 c d g, a b d, e fis g a4 b2 |
||||
|
b8 c d g, a b a g fis e d4 e2 |
||||
|
} |
||||
|
} |
||||
|
|
@ -0,0 +1,17 @@ |
|||||
|
\include "header" |
||||
|
\paper{paper-height=4.3\cm} |
||||
|
|
||||
|
{ |
||||
|
\key e \minor |
||||
|
\time 4/4 |
||||
|
\tempo 2 = 60 |
||||
|
\relative c'' |
||||
|
{ |
||||
|
e4 b8 e e4 \times 2/3{g8 fis e} d4 e4 <<{e2}\\{b2}>> |
||||
|
g8 a b a g fis e d e fis g a b4 c8 b |
||||
|
e4 b8 e e4 \times 2/3{g8 fis e} d4 e4 <<{e2}\\{b2}>> |
||||
|
g8 a b a g fis g a b b \times 2/3{a' g fis} e2 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
Loading…
Reference in new issue