mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 06:53:32 +01:00
20 lines
No EOL
278 B
Text
Executable file
20 lines
No EOL
278 B
Text
Executable file
\version "2.18.2"
|
|
|
|
\include "config.ily"
|
|
\include "notes.bass.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
<<
|
|
{\formatA \formatB}
|
|
{\bassA \bassB}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentBass
|
|
composer = \composerBass
|
|
}
|
|
} |