mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
0cd17410d9
Updated the templates a bit
37 lines
505 B
Text
37 lines
505 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.bass.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\bassglobal
|
|
<<
|
|
\new NullVoice = "format"
|
|
{
|
|
\repeat volta 2 {
|
|
\halfline
|
|
}
|
|
\break
|
|
\repeat volta 2 {
|
|
\halfline
|
|
}
|
|
}%Format
|
|
\new DrumVoice {
|
|
\bassA
|
|
|
|
\bassB
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentBass
|
|
composer = \composerBass
|
|
arranger = \arrangerBass
|
|
}
|
|
}
|