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

25 lines
350 B
Text
Raw Normal View History

2023-08-08 11:03:26 +02:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
\repeat volta 2 { \snareA s8 }
\snareBA s8
\snareBB s8
\bar "|."
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}