mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02: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
|
@ -6,9 +6,10 @@ global = {
|
|||
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 2 { s1 | } }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "A. A. Cameron's Strathspey"
|
||||
meter = "Strathspey"
|
||||
meter = "Strathspey"
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
<<
|
||||
{
|
||||
\repeat unfold 2 {
|
||||
\repeat volta 2 { \halfline }
|
||||
\alternative {
|
||||
{\halfline}
|
||||
{\halfline }
|
||||
}
|
||||
\line
|
||||
\bar "||"
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
\break
|
||||
}
|
||||
\bar "|."
|
||||
|
@ -21,11 +21,13 @@
|
|||
{
|
||||
\snareAA
|
||||
\snareABA
|
||||
\snareAA
|
||||
\snareABB
|
||||
|
||||
|
||||
\snareBA
|
||||
\snareBBA
|
||||
\snareBA
|
||||
\snareBBB
|
||||
}
|
||||
>>
|
||||
|
@ -36,4 +38,4 @@
|
|||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue