mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Removed a few double includes for "bagpipe.ly" and "lilydrum"
This needs to be done for every file New Scores for Tenor mostly (not fully integrated yet) Some bugfixes in layout
This commit is contained in:
parent
0220f74640
commit
aef0f5b65a
61 changed files with 1350 additions and 191 deletions
7
other/band_of_brothers/config.ily
Normal file
7
other/band_of_brothers/config.ily
Normal file
|
@ -0,0 +1,7 @@
|
|||
\version "2.18.2"
|
||||
%% Headers
|
||||
title = "Band of Brothers"
|
||||
subtitle = "for the Edinburgh Military Tattoo 2005"
|
||||
arranger = "Michael Kamen, arr. Richard Barriball"
|
||||
meter = ""
|
||||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
|
||||
#(set-default-paper-size "a4" 'landscape)
|
||||
#(set-global-staff-size 19)
|
||||
\layout {
|
||||
|
@ -104,10 +106,10 @@
|
|||
\grG a1 |
|
||||
}
|
||||
\header {
|
||||
title = "Band of Brothers"
|
||||
subtitle = "for the Edinburgh Military Tattoo 2005"
|
||||
arranger = "Michael Kamen, arr. Richard Barriball"
|
||||
title = \title
|
||||
subtitle = \subtitle
|
||||
arranger = \arranger
|
||||
meter = \meter
|
||||
instrument = "Bagpipe"
|
||||
meter = ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "./config.ily"
|
||||
|
||||
%#(set-default-paper-size "a4" 'landscape)
|
||||
#(set-global-staff-size 19)
|
||||
\layout {
|
||||
|
@ -116,11 +118,11 @@
|
|||
}
|
||||
}
|
||||
\header {
|
||||
title = "Band of Brothers"
|
||||
subtitle = "for the Edinburgh Military Tattoo 2005"
|
||||
arranger = "Michael Kamen, arr. Richard Barriball"
|
||||
title = \title
|
||||
subtitle = \subtitle
|
||||
arranger = \arranger
|
||||
meter = \meter
|
||||
instrument = "Snare Drum"
|
||||
meter = ""
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue