1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/2-4_marches/caller_herrin/side.ly

45 lines
696 B
Text
Raw Normal View History

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\halfline
\mark \markup { \musicglyph "scripts.segno"}
%\inStaffSegno
\halfline
\fine
}
\break
\part
\halfline
\halfline
\dsalfine
\bar "||"
} % Format
\new DrumVoice = "side" {
\sideglobal
\sideA s8
\removeWithTag #'fine \sideB
}%Side
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}