Small fixes

This commit is contained in:
Eric Teunis de Boone 2019-02-08 16:17:49 +01:00
parent 00d272d70a
commit 0434f61ca7
7 changed files with 38 additions and 34 deletions

View File

@ -2,7 +2,7 @@
% Pipes % Pipes
\version "2.18.2" \version "2.18.2"
composerPipes = "N. MacLean" composerPipes = "N. MacLean"
arrangerPipes = "Seaforth Highlanders (1936)" arrangerPipes = "1936"
pipeglobal = { pipeglobal = {
\bagpipeKey \bagpipeKey
} }

View File

@ -11,11 +11,12 @@
\score { \score {
\new StaffGroup << \new StaffGroup <<
\new Staff { \new Staff \with {
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global \global
\pipeglobal \pipeglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<< <<
{ {
\repeat volta 2 { \repeat volta 2 {
@ -36,10 +37,11 @@
}%Pipes }%Pipes
>> >>
} }
\new PipeBandDrumStaff = "side" { \new PipeBandDrumStaff = "side" \with {
instrumentName = \markup \column {\instrumentSide}
shortInstrumentName = \markup{\shortInstrumentSide}
} {
\sideglobal \sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
r8 \snareA s4 r8 \snareA s4
\snareB s4 \snareB s4

View File

@ -2,6 +2,7 @@
% Snare % Snare
\version "2.18.2" \version "2.18.2"
composerSide = "v1.4" composerSide = "v1.4"
arrangerSide = "E.T. de Boone"
sideglobal = { sideglobal = {
\eighthBeaming \eighthBeaming
} }

View File

@ -26,5 +26,6 @@
meter = \meter meter = \meter
instrument = \instrumentSide instrument = \instrumentSide
composer = \composerSide composer = \composerSide
arranger = \arrangerSide
} }
} }

View File

@ -24,7 +24,7 @@ $COM $D/set_2.$f.ly -t "Set 2: High Road to Gairloch / Brown Haired Maiden / Mai
; ;
$COM $D/set_3.$f.ly -t "Set 3: Green Hills of Tyrol / When the Battle is Over / My Land" \ $COM $D/set_3.$f.ly -t "Set 3: Green Hills of Tyrol / When the Battle is Over / My Land" \
3-4_marches/green_hill_of_tyrol/$f.ly \ 3-4_marches/green_hills_of_tyrol/$f.ly \
3-4_marches/when_the_battle_is_over/$f.ly \ 3-4_marches/when_the_battle_is_over/$f.ly \
3-4_marches/my_land/$f.ly \ 3-4_marches/my_land/$f.ly \
; ;

View File

@ -26,6 +26,7 @@ find "$DIRLINK/" -print0 |
*.git*) continue;; *.git*) continue;;
*.pdf ) continue;; *.pdf ) continue;;
*.png ) continue;; *.png ) continue;;
*.midi ) continue;;
esac esac
name="${oname/$DIRLINK\/}" name="${oname/$DIRLINK\/}"

View File

@ -6,7 +6,7 @@ composerSide = "E.T. de Boone, 05-01-2017"
midone = \drummode { midone = \drummode {
\tutti { \tutti {
g8 | g8 |
\flam d8. d16 g8 \flam d8. g16 g8
d4.:32(\< d4.:32(\<
d4)\! g8 d4)\! g8
| |
@ -60,34 +60,34 @@ pthree = \drummode {
d4 d4
} }
pfour = \drummode { pfour = \drummode {
d8:32( | d8:32( |
g8.) g16 \flam d8 g8.) g16 \flam d8
d16 g d g d8 d16 g d g d8
\flam d8. d16 \flam g8 \flam d8. d16 \flam g8
| |
\flam d8.-> g16 \flam g8 \flam d8.-> g16 \flam g8
d4.:32~ d4.:32~
d4 d4
} }
pfive = \drummode { pfive = \drummode {
g8 | g8 |
\flam d8. d16 g8 \flam d8. d16 g8
d8.:64~ d16 g8 d8.:64~ d16 g8
d4:32~->\> g8\! d4:32~->\> g8\!
| |
d16 g d g d8 d16 g d g d8
\flam d8. d16 g8 \flam d8. d16 g8
\flam d4 \flam d4
} }
psix = \drummode { psix = \drummode {
g8 | g8 |
d4.:32(-> d4.:32(->
d4.:32)(-> d4.:32)(->
d16) g d g d8 d16) g d g d8
| |
\flam d8.[ g16 \drag d8] \flam d8.[ g16 \drag d8]
d16 g d g d8 d16 g d g d8
\flam g4 \flam g4
} }
pseven = \drummode { pseven = \drummode {
g8 | g8 |
@ -119,4 +119,3 @@ pnine = \drummode {
d4.:32( d4.:32(
d4) d4)
} }
|