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
sinterklaas/00_sets/set_1.ly
Normal file
9
sinterklaas/00_sets/set_1.ly
Normal file
|
@ -0,0 +1,9 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "./dag_sinterklaasje/pipes.ly"
|
||||
\include "./bonne_bonne_bonne/pipes.ly"
|
||||
\include "./sinterklaas_goedheiligman/pipes.ly"
|
8
sinterklaas/00_sets/set_2.ly
Normal file
8
sinterklaas/00_sets/set_2.ly
Normal file
|
@ -0,0 +1,8 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "./zachtjes_gaan_de_paarden_voetjes/pipes.ly"
|
||||
\include "./zie_ginds_komt_de_stoomboot/pipes.ly"
|
8
sinterklaas/00_sets/set_3.ly
Normal file
8
sinterklaas/00_sets/set_3.ly
Normal file
|
@ -0,0 +1,8 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "./sinterklaasje_kom_maar_binnen_met_je_knecht/pipes.ly"
|
||||
\include "./de_zak_van_sinterklaas/pipes.ly"
|
8
sinterklaas/00_sets/set_4.ly
Normal file
8
sinterklaas/00_sets/set_4.ly
Normal file
|
@ -0,0 +1,8 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "./sinterklaas_is_jarig/pipes.ly"
|
||||
\include "./o_kom_er_eens_kijken/pipes.ly"
|
|
@ -1,9 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/dag_sinterklaasje/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/bonne_bonne_bonne/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/sinterklaas_goedheiligman/pipes.ly"
|
|
@ -1,8 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/zachtjes_gaan_de_paardenvoetjes/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/zie_ginds_komt_de_stoomboot/pipes.ly"
|
|
@ -1,8 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/sinterklaasje_kom_maar_binnen_met_je_knecht/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/de_zak_van_sinterklaas/pipes.ly"
|
|
@ -1,8 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||
|
||||
|
||||
%Scores
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/sinterklaas_is_jarig/pipes.ly"
|
||||
\include "/home/ericteunis/public/www/pipeband-drumming/music/sinterklaas/o_kom_er_eens_kijken/pipes.ly"
|
|
@ -12,7 +12,8 @@
|
|||
<<
|
||||
\new NullVoice = "format" {
|
||||
\line \bar "|." \break
|
||||
\halfline
|
||||
|
||||
\halfline \break
|
||||
\repeat volta 2 {
|
||||
\partial 4 \grace{s4} s4
|
||||
\halfline
|
||||
|
|
|
@ -10,7 +10,7 @@ pipeglobal = {
|
|||
pipesA = {
|
||||
\grg a8 \grG a |
|
||||
\thrwd d4 \grc d4 \grg d8[ e] |
|
||||
\grg f4 \thrwd d4 | % Note this is 2/4
|
||||
\grg f4 \thrwd d4 |% Note this is 2/4
|
||||
\grg e8[ \gra e8] \grg e8[ \gra e] \grg f[ e] |
|
||||
\thrwd d2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue