diff options
Diffstat (limited to 'bierlobx/bierlobx.ly')
-rw-r--r-- | bierlobx/bierlobx.ly | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/bierlobx/bierlobx.ly b/bierlobx/bierlobx.ly new file mode 100644 index 0000000..97978f4 --- /dev/null +++ b/bierlobx/bierlobx.ly @@ -0,0 +1,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 } + } + |