mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
A little bit of cleaning
This commit is contained in:
parent
f6d67192b2
commit
7f99754be7
41 changed files with 520 additions and 438 deletions
|
@ -1,20 +1,20 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.bass.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
|
||||
\repeat volta 2 { \tenorA } \break
|
||||
\tenorBA \break
|
||||
\tenorBB
|
||||
\repeat volta 2 { \bassA } \break
|
||||
\bassBA \break
|
||||
\bassBB
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
instrument = \instrumentBass
|
||||
composer = \composerBass
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue