mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-23 00:33:31 +01:00
Build script also lets lilypond compile preview images
Slight fix in The Jolly Beggarman
This commit is contained in:
parent
fa459373ce
commit
9668ba7509
3 changed files with 6 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
sets
|
sets
|
||||||
**/*.pdf
|
**/*.pdf
|
||||||
**/*.midi
|
**/*.midi
|
||||||
|
**/*.png
|
||||||
|
|
2
build
2
build
|
@ -23,4 +23,4 @@ BAGPIPELY="$LIB/bagpipe.ly/"
|
||||||
OPTIONS="-dno-strip-output-dir -dno-point-and-click -dpaper-size=\"a4landscape\""
|
OPTIONS="-dno-strip-output-dir -dno-point-and-click -dpaper-size=\"a4landscape\""
|
||||||
|
|
||||||
# Execute
|
# Execute
|
||||||
lilypond -dinclude-settings=$STYLESHEET -I $LILYDRUM -I $BAGPIPELY $OPTIONS $@
|
lilypond -dinclude-settings=$STYLESHEET -I $LILYDRUM -I $BAGPIPELY $OPTIONS -dpreview $@
|
||||||
|
|
|
@ -24,13 +24,15 @@
|
||||||
{\part \halfline}
|
{\part \halfline}
|
||||||
{\part \halfline}
|
{\part \halfline}
|
||||||
}
|
}
|
||||||
|
\bar "|."
|
||||||
}%Format
|
}%Format
|
||||||
|
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
\pipesA s8
|
\pipesA s8
|
||||||
|
|
||||||
\pipesBA \pipesBBA s8
|
\pipesBA
|
||||||
\pipesBA \pipesBBB s8
|
\pipesBBA s8
|
||||||
|
\pipesBBB s8
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue