mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02: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
|
@ -9,27 +9,13 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s16
|
||||
|
||||
\pipesB s16
|
||||
|
||||
\pipesC s16
|
||||
|
||||
\pipesD s16
|
||||
}
|
||||
>>
|
||||
\repeat volta 2 { \partial 16 \pipesA }
|
||||
\break
|
||||
\repeat volta 2 { \partial 16 \pipesB }
|
||||
\break
|
||||
\repeat volta 2 { \partial 16 \pipesC }
|
||||
\break
|
||||
\repeat volta 2 { \partial 16 \pipesD }
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
@ -9,33 +9,20 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
\partial 8
|
||||
\pipesA
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\repeat unfold 3 \measure
|
||||
\grace{s1} s4 s8
|
||||
\partial 8
|
||||
\pipesBA
|
||||
} \alternative {
|
||||
{\part \halfline}
|
||||
{\part \halfline}
|
||||
{\partial 8 \pipesBBA }
|
||||
{\partial 8 \pipesBBB }
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
}%Forma }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
% <<TimeSig>> <<Title>>
|
||||
% 2/4 The Walrus
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "R. Mathieson"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue