1
0
Fork 0
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:
Eric Teunis de Boone 2016-12-21 01:41:50 +01:00
parent 0220f74640
commit aef0f5b65a
61 changed files with 1350 additions and 191 deletions

View 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 = ""

View file

@ -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 = ""
}
}

View file

@ -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 = ""
}
}