blob: 97978f493873179d9ee6cf10afdd5fdea1f17ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
\version "2.24.3"
% automatically converted by musicxml2ly from bierlobx.musicxml
\pointAndClickOff
\header {
encodingsoftware = "MuseScore 4.3.2"
encodingdate = "2024-07-19"
}
#(set-global-staff-size 19.997457142857144)
\paper {
paper-width = 21.01\cm
paper-height = 29.69\cm
top-margin = 1.5\cm
bottom-margin = 1.5\cm
left-margin = 1.5\cm
right-margin = 1.5\cm
}
\layout {
\context { \Score
autoBeaming = ##f
}
}
% The score definition
\score {
<<
>>
\layout {}
% To create MIDI output, uncomment the following line:
% \midi {\tempo 4 = 100 }
}
|