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

44 lines
617 B
Text
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
<<
{
\part
\repeat volta 2{
\line \break
\line \break
\line \break
2022-07-27 02:10:12 +02:00
\halfline
}
\alternative {
{ \halfline }
{ \halfline }
2016-01-07 14:47:02 +01:00
}
2022-07-27 02:10:12 +02:00
\bar "|."
2016-01-07 14:47:02 +01:00
}
{
\snarePart
\snareAA
\snareAB
\snareAC
2022-07-27 02:10:12 +02:00
\keepWithTag #'with-volta \snareAD
\snareADendB
2016-01-07 14:47:02 +01:00
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
2022-07-27 02:10:12 +02:00
arranger = \arrangerSide
2016-01-07 14:47:02 +01:00
}
}