mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-10 13:43:31 +01:00
Cleaned up repo from .*.swp
Slight changes for tenor standards and molly connell
This commit is contained in:
parent
f20f20d599
commit
97f0271796
12 changed files with 16 additions and 32 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
to_process/
|
||||
piobaireachd/
|
||||
sets/
|
||||
sets
|
||||
tmp/
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
9
fix.sh
9
fix.sh
|
@ -2,3 +2,12 @@
|
|||
COMMAND=''
|
||||
|
||||
sed "s/\"\(.*.ily\)\"/\".\/\1\"/g" -i **/**/*.ly **/*.ly
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## dr|fr to tutti
|
||||
#:%s/\([^\s ]*\)\s*\\dr\(.\{-}\)\\fr/\\tutti { \1 \2 }
|
||||
|
|
2
makedrum
2
makedrum
|
@ -13,7 +13,7 @@ class MakeDrum:
|
|||
VERSION = '0.9.7'
|
||||
MASTER_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
RUN_DIR = os.path.abspath(os.curdir)
|
||||
TMP_DIR = '.'
|
||||
TMP_DIR = 'tmp'
|
||||
TMP_PREFIX = 'tmp_'
|
||||
OUT_DIR = '.'
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\header {title = "Set 5: Scotland the Brave / Wings / Rowan Tree / Scotland the brave (high)"}
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
#(ly:set-option 'relative-includes #t)
|
||||
|
||||
|
||||
%Scores
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/full.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/wings/full.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/rowan_tree/full.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/high-full.ly"
|
|
@ -1,12 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\header {title = "Set 5: Scotland the Brave / Wings / Rowan Tree / Scotland the brave (high)"}
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
#(ly:set-option 'relative-includes #t)
|
||||
|
||||
|
||||
%Scores
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/wings/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/rowan_tree/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/high-pipes.ly"
|
Binary file not shown.
|
@ -73,14 +73,14 @@ tenorFourfoursOneB = \drummode {
|
|||
% 6/8s
|
||||
% --------------------------
|
||||
tenorSixeightsOneA = \drummode {
|
||||
d4.\up g\up |
|
||||
\flourish d4. \flourish g |
|
||||
d^\splitTheFeather r |
|
||||
d g |
|
||||
\scoop { d8 r8 g8 d4. } |
|
||||
\flourish d4. \flourish g |
|
||||
d^\splitTheFeather r |
|
||||
d g |
|
||||
\scoop { d8r8 g8 d4. } |
|
||||
\scoop { d8 r8 g8 d4. } |
|
||||
}
|
||||
|
||||
tenorSixeightsOneB = \drummode {
|
||||
|
|
|
@ -88,11 +88,10 @@
|
|||
\time 9/8
|
||||
|
||||
\drummode {
|
||||
\repeat volta 2 {
|
||||
\repeat volta 2 {
|
||||
\tenorNineeightsOneA
|
||||
\bar "||"
|
||||
\break
|
||||
\tenorNineeightsOneB
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,5 +19,5 @@ tenorBB = \drummode {
|
|||
d4^\up g4^\up \flourish { d4 g4 } |
|
||||
d4 \parenthesize d8. g16 r8. g16 d4 |
|
||||
d4 g4 d8. g16 d4 |
|
||||
d4^\up g4^\up \flourish d4 \flourish g4 |
|
||||
\flourish d4 \flourish g4 d4^\up g4^\up |
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue