mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
aef0f5b65a
This needs to be done for every file New Scores for Tenor mostly (not fully integrated yet) Some bugfixes in layout
36 lines
501 B
Text
36 lines
501 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.tenor.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\tenorglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\part \line
|
|
\line
|
|
\bar "|."
|
|
\break
|
|
\line
|
|
\line
|
|
\bar "|."
|
|
}%Format
|
|
|
|
\new DrumVoice = "tenor" {
|
|
\tenorA
|
|
\tenorB s4
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentTenor
|
|
composer = \composerTenor
|
|
arranger = \arrangerTenor
|
|
}
|
|
}
|