mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Fixes for tenor + GtVH bass
This commit is contained in:
parent
05d902604a
commit
a8986043ff
7 changed files with 97 additions and 9 deletions
|
|
@ -4,7 +4,7 @@
|
|||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
%\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
|
@ -72,13 +72,24 @@
|
|||
\tenorA
|
||||
|
||||
\tenorB
|
||||
|
||||
\tenorC
|
||||
|
||||
\tenorD
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\bassA
|
||||
|
||||
\bassB
|
||||
|
||||
\bassC
|
||||
|
||||
\bassD
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue