1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-29 04:54:42 +02:00
pipeband-music/4-4_marches/wings/side.ly

52 lines
742 B
Text
Raw Normal View History

\version "2.24.1"
2016-01-07 14:47:02 +01:00
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
2016-01-07 14:47:02 +01:00
mbreak = {\break}
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
2016-01-07 14:47:02 +01:00
\partial 8 s8
\repeat segno 2 {
\repeat volta 2 {
\quartline
\alternative {
\quartline
\quartline
}
\volta 2 { \fine }
}
\volta 1 {
\allowBreak
\mbreak
\partial 8 s8
\halfline
\bar "||"
}
}
}%Format
\new DrumVoice = "side" {
\sideglobal
2016-01-07 14:47:02 +01:00
\snareAA
\snareABA
\snareABB r8 s8
\snareBA
2016-01-07 14:47:02 +01:00
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}