From 9668ba7509464fe6004c51574af06344af33f1b4 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sat, 10 Feb 2018 22:38:28 +0100 Subject: [PATCH] Build script also lets lilypond compile preview images Slight fix in The Jolly Beggarman --- .gitignore | 1 + build | 2 +- hornpipes/the_jolly_beggarman/pipes.ly | 6 ++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9050a75..412cdef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ sets **/*.pdf **/*.midi +**/*.png diff --git a/build b/build index 3d16f7b..9301702 100755 --- a/build +++ b/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 $@ diff --git a/hornpipes/the_jolly_beggarman/pipes.ly b/hornpipes/the_jolly_beggarman/pipes.ly index 0f4351b..9827415 100644 --- a/hornpipes/the_jolly_beggarman/pipes.ly +++ b/hornpipes/the_jolly_beggarman/pipes.ly @@ -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 } >> }