Build script also lets lilypond compile preview images

Slight fix in The Jolly Beggarman
This commit is contained in:
Eric Teunis de Boone 2018-02-10 22:38:28 +01:00
parent fa459373ce
commit 9668ba7509
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
sets
**/*.pdf
**/*.midi
**/*.png

2
build
View File

@ -23,4 +23,4 @@ BAGPIPELY="$LIB/bagpipe.ly/"
OPTIONS="-dno-strip-output-dir -dno-point-and-click -dpaper-size=\"a4landscape\""
# Execute
lilypond -dinclude-settings=$STYLESHEET -I $LILYDRUM -I $BAGPIPELY $OPTIONS $@
lilypond -dinclude-settings=$STYLESHEET -I $LILYDRUM -I $BAGPIPELY $OPTIONS -dpreview $@

View File

@ -24,13 +24,15 @@
{\part \halfline}
{\part \halfline}
}
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA s8
\pipesBA \pipesBBA s8
\pipesBA \pipesBBB s8
\pipesBA
\pipesBBA s8
\pipesBBB s8
}
>>
}