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
BIN
4-4_marches/the_pikemans_march/.notes.pipes.ily.swp
Normal file
BIN
4-4_marches/the_pikemans_march/.notes.pipes.ily.swp
Normal file
Binary file not shown.
BIN
4-4_marches/the_pikemans_march/.pipes.ly.swp
Normal file
BIN
4-4_marches/the_pikemans_march/.pipes.ly.swp
Normal file
Binary file not shown.
|
@ -26,6 +26,7 @@ pipesBA = {
|
|||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dblg g4 A16 [ g16 e16 ] g16 ] |
|
||||
}
|
||||
|
||||
pipesBB = {
|
||||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 |
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\line \break
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
|
|
53
4-4_marches/the_pikemans_march/pipes.ly~
Normal file
53
4-4_marches/the_pikemans_march/pipes.ly~
Normal file
|
@ -0,0 +1,53 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
\part \line \break
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
\pipesBC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
\pipesBC
|
||||
}
|
||||
\midi { \confTempo }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue