pipeband-music/2-4_marches/caller_herrin/bass.ly

50 lines
764 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.bass.ily"
mbreak = {\break}
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat segno 2 {
\repeat volta 2 {
\part
\halfline
\volta 2 { \segnoMark \default }
\halfline
\volta 2 { \fine }
}
\volta 1 {
\allowBreak
\mbreak
\part
\halfline
\halfline
\bar "||"
}
}
}%Format
\new DrumVoice = "bass" {
\bassglobal
\bassA
\removeWithTag #'fine \bassB
}%Bass
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentBass
composer = \composerBass
arranger = \arrangerBass
}
}