1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-11-16 08:33:31 +01:00
lilydrum/strathspeys/molly_connell/bass.ly
2015-11-18 02:42:10 +01:00

20 lines
No EOL
306 B
Text
Executable file

\version "2.18.2"
\include "config.ily"
\include "notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\repeat volta 2 { \line \break \line \break }
{\bassAA \bassAB}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentBass
composer = \composerBass
}
}