mirror of https://github.com/patacrep/patacrep.git
olivier desrobert
13 years ago
4 changed files with 39 additions and 30 deletions
@ -1,17 +0,0 @@ |
|||||
\include "header" |
|
||||
\paper { |
|
||||
paper-width = 8.5\cm |
|
||||
line-width = 8\cm |
|
||||
paper-height = 1.3\cm |
|
||||
} |
|
||||
|
|
||||
\score |
|
||||
{ << |
|
||||
|
|
||||
\relative c'' |
|
||||
{ \key a \major |
|
||||
b8 b b cis d4 cis8 b b a b e a a a4 |
|
||||
a8\accent a\accent a\accent a\accent a\accent a\accent b\accent a\accent cis4\accent b\accent a\accent gis\accent |
|
||||
} |
|
||||
>> |
|
||||
} |
|
@ -0,0 +1,25 @@ |
|||||
|
\include "header" |
||||
|
\paper { |
||||
|
paper-width = 8.5\cm |
||||
|
line-width = 8\cm |
||||
|
paper-height = 3\cm |
||||
|
} |
||||
|
|
||||
|
\score |
||||
|
{ << |
||||
|
\chords { |
||||
|
\frenchChords |
||||
|
d2:m a2:m |
||||
|
d2:m a2:m d2:m c2 f1 |
||||
|
g1:m d1:m |
||||
|
bes1 a1:7} |
||||
|
|
||||
|
\relative c''' |
||||
|
{ \key a \major |
||||
|
cis8\accent b\accent a\accent gis\accent a\accent gis\accent fis\accent e\accent |
||||
|
fis4 a cis,4. fis8 fis8 fis fis a gis8. fis16 e8 fis cis4 \times 2/3 {b8 cis b} a4_^ e_^ |
||||
|
b'8 b b cis d4 cis8 b b a b e a a a4 |
||||
|
a8\accent a\accent a\accent a\accent a\accent a\accent b\accent a\accent cis4\accent b\accent a\accent gis\accent |
||||
|
} |
||||
|
>> |
||||
|
} |
Loading…
Reference in new issue