mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Fixed gracing/measure for a lot of tunes
fixed errors in strathspeys and reels
This commit is contained in:
parent
55dad71d0e
commit
e3bceb965a
39 changed files with 208 additions and 226 deletions
|
|
@ -7,8 +7,18 @@
|
|||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{\repeat volta 2 { \line } \break \part \line \bar "||" \break \line \bar "|."}
|
||||
{\snareA s16 \snareBA \snareBB}
|
||||
{
|
||||
\repeat volta 2 { \line }
|
||||
\break
|
||||
\part \line \bar "||"
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}
|
||||
{
|
||||
\snareA s16
|
||||
\snareBA s16
|
||||
\snareBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
@ -17,4 +27,4 @@
|
|||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue