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
|
@ -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
|
||||
|
||||
}
|
||||
>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue