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

@ -2,13 +2,16 @@
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\new PipeBandDrumStaff\with {
fontSize = #-0.5
\override StaffSymbol.staff-space = #(magstep -0.5)
\override StaffSymbol.thickness = #(magstep -0.5)
}
{
\global
<<
{
@ -28,17 +31,17 @@
}
}
{
r2.*4
R2.*4
\tenorIntro
\tenorA s8
\tenorB s8
\tenorC s8
\tenorD s8
\tenorE s8
\tenorF s8
\tenorG s8
\tenorH s8
\tenorA r8
\tenorB r8
\tenorC r8
\tenorD r8
\tenorE r8
\tenorF r8
\tenorG r8
\tenorH r8
}
>>