mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
736a01c6a3
The Royal Scots Polka Heroes of Oosterbeek The Accordion Man MacDonald of the Isles Jimmy Blue Muss i denn Lady Seaforth
18 lines
324 B
Text
18 lines
324 B
Text
\version "2.19.0"
|
|
%% Globals
|
|
global = {
|
|
\key d \major
|
|
\time 4/4
|
|
}
|
|
confTempo = {
|
|
\tempo 4 = 80
|
|
}
|
|
%% Format
|
|
part = { \partial 4 \grace{s4.} s4 }
|
|
measure = { \grace {s1} s1 | }
|
|
halfline = { \repeat unfold 1 \measure }
|
|
line = { \repeat unfold 5 { \halfline } }
|
|
|
|
%% Headers
|
|
title = "Muss I Denn (Wooden Heart)"
|
|
meter = ""
|