mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Fixed a few scores from previous fix
This commit is contained in:
parent
c222ebaea3
commit
17615a7236
34 changed files with 475 additions and 245 deletions
|
|
@ -2,37 +2,44 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\line
|
||||
\bar "|."
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\snareA s4
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "trom" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{Trom}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{T.}
|
||||
|
||||
\new DrumVoice = "trom" {
|
||||
\snareOrigA s4
|
||||
}%End of side
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue