mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13: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
|
||||
**/*.pdf
|
||||
**/*.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\""
|
||||
|
||||
# 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}
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA \pipesBBA s8
|
||||
\pipesBA \pipesBBB s8
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue