1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-29 04:54:42 +02:00
pipeband-music/reels/jock_wilsons_ball/bass.ly

38 lines
453 B
Text
Raw Normal View History

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.bass.ily"
pBreak = {\break}
\score {
\new PipeBandDrumStaff {
\global
\bassglobal
<<
{
\halfline
\pBreak
\halfline
\section
\halfline
\pBreak
\halfline
\fine
}%Format
{
\bassA
\bassB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentBass
composer = \composerBass
}
}