mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Fixed a few scores from previous fix
This commit is contained in:
parent
c222ebaea3
commit
17615a7236
34 changed files with 475 additions and 245 deletions
17
other/jonge_prins_van_friesland/config.ily
Normal file
17
other/jonge_prins_van_friesland/config.ily
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/2
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 2 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "De Jonge Prins van Friesland"
|
||||
meter = "Mars"
|
||||
Loading…
Add table
Add a link
Reference in a new issue