mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +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
21
4-4_marches/51st_highland_division/notes.tenor.ily
Normal file
21
4-4_marches/51st_highland_division/notes.tenor.ily
Normal file
|
@ -0,0 +1,21 @@
|
|||
% 4/4 51st Highland Division
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = "v1.0, 2012"
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorAA = \drummode {
|
||||
g8 |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 d8[ g] d4 d8[ g] |
|
||||
d4 g d r8
|
||||
}
|
||||
tenorAB = \drummode {
|
||||
g8 |
|
||||
d4 g d r8 g8 |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 g d r8
|
||||
}
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
|
|
37
4-4_marches/51st_highland_division/tenor.ly
Normal file
37
4-4_marches/51st_highland_division/tenor.ly
Normal file
|
@ -0,0 +1,37 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 2 {
|
||||
\repeat repeat 2 {
|
||||
\partial 8 s8 \line
|
||||
\break
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorAA \tenorAB s8
|
||||
\tenorAA \tenorAB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue