mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Various Tune Fixes
Most are fixing (gracing) alignment by restructuring the Staff.
This commit is contained in:
parent
677cd1d89e
commit
14f0332b28
66 changed files with 384 additions and 500 deletions
32
airs/la_baum/side.ly
Normal file
32
airs/la_baum/side.ly
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\partial 8 s8
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue