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

42 lines
609 B
Text
Raw Normal View History

\version "2.24.1"
2019-06-23 16:24:08 +02:00
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
2019-06-23 16:24:08 +02:00
<<
\new NullVoice = "format" {
\repeat segno 2 {
\repeat volta 2 {
\part \halfline
\volta 2 {
\fine
}
}
\break
\section
\part \repeat unfold 4 \measure
\section
2019-06-23 16:24:08 +02:00
}
}%Format
\new DrumVoice = "side" {
\sideglobal
2019-06-23 16:24:08 +02:00
\snareA s4
\snareBA s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}