mirror of https://github.com/patacrep/patacrep.git
Oliverpool
9 years ago
5 changed files with 63 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
{title : Image included from a nested song directory with a space} |
||||
|
{subtitle: Chordpro} |
||||
|
{cover: subdir.png} |
||||
|
{lang: en} |
||||
|
|
||||
|
{partition: subdir.ly} |
||||
|
{image: subdir.png} |
@ -0,0 +1,19 @@ |
|||||
|
\include "_lilypond/header" |
||||
|
\paper{paper-height = 6.5\cm} |
||||
|
|
||||
|
{ |
||||
|
\key a \minor |
||||
|
\time 6/8 |
||||
|
\partial 8 a'8 |
||||
|
\relative c''{ |
||||
|
c4 d8 e8. (f16) e8 d4 b8 g8. (a16) b8 |
||||
|
c4 a8 a8. (gis16) a8 b4 gis8 e4 a8 |
||||
|
c4 d8 e8. (f16 e8) d4 b8 g8. (a16) b8 |
||||
|
c8. (b16) a8 gis8. (fis16) gis8 a4 a8 a4. |
||||
|
|
||||
|
g'4. g8. (fis16) e8 d4 b8 g8. (a16) b8 |
||||
|
c4 (a8) a8. (gis16) a8 b4 gis8 e4. |
||||
|
g'4. g8. (fis16) e8 d4 b8 g8. (a16) b8 |
||||
|
c8. (b16) a8 gis8. (fis16) gis8 a4. a4. |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1,10 @@ |
|||||
|
\beginsong{Image included from a nested song directory\\\LaTeX} |
||||
|
[cover={subdir}] |
||||
|
|
||||
|
\cover |
||||
|
|
||||
|
\lilypond{subdir.ly} |
||||
|
|
||||
|
\image{subdir} |
||||
|
|
||||
|
\endsong |
Loading…
Reference in new issue