pipeband-music/template/tenor.ly

31 lines
424 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format" {
}%Format
\new DrumVoice = "tenor" {
}
>>
2016-01-07 14:47:02 +01:00
}
\header {
title = \title
subtitle = \subtitle
2016-01-07 14:47:02 +01:00
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
2016-12-02 08:41:40 +01:00
arranger = \arrangerTenor
2016-01-07 14:47:02 +01:00
}
2016-02-22 02:12:09 +01:00
}