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
|
@ -7,9 +7,9 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
part = { \partial 4 \grace { s4 } s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\part \halfline \halfline \bar "|." \break
|
||||
|
||||
\part \halfline \halfline \bar "|."
|
||||
\break
|
||||
\part \halfline \halfline \bar "|."
|
||||
}%Format
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue