mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +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,29 +9,25 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
\repeat volta 2 {\halfline}
|
||||
\alternative{ {\halfline}{\halfline}}
|
||||
}%Format
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA
|
||||
\pipesDBB
|
||||
\repeat volta 2 {
|
||||
\pipesA
|
||||
}
|
||||
>>
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\pipesB
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\pipesC
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\pipesDA
|
||||
} \alternative {
|
||||
{ \pipesDBA }
|
||||
{ \pipesDBB }
|
||||
}
|
||||
\bar "|."
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue