1
0
Fork 0
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:
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

@ -1,7 +1,7 @@
% 4/4 The Leaving of Liverpool
% Tenor
\version "2.18.2"
composerTenor = "F.J. de Boone,2011"
composerTenor = "F.J. de Boone, v1.0, 2011"
tenorglobal = {}
%%music
tenorA = \drummode {

View file

@ -2,8 +2,6 @@
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
@ -11,8 +9,15 @@
\new PipeBandDrumStaff {
\global
<<
{\repeat volta 2 { \partial 16 s16 \line }}
{\tenorA d4 r8.}
{
\repeat volta 2 { \partial 16 s16 \line }
\break
\repeat volta 2 { \partial 16 s16 \line }
}
{
\tenorA r8. s16
\tenorA r8. s16
}
>>
}
\header {
@ -21,4 +26,4 @@
instrument = \instrumentTenor
composer = \composerTenor
}
}
}