\version "2.18.2" % automatically converted by musicxml2ly from xml_test.mxl %% additional definitions required by the score: \language "deutsch" \header { encodingsoftware = "MuseScore 3.4.2" encodingdate = "2020-02-16" composer = Composer title = Title } \layout { \context { \Score skipBars = ##t autoBeaming = ##f } } PartPOneVoiceOne = \relative h' { \clef "treble" \key c \major \numericTimeSignature\time 4/4 h4 b4 bes4 his4 | % 2 R1*31 \bar "|." } % The score definition \score { << \new Staff << \set Staff.instrumentName = "Piano" \set Staff.shortInstrumentName = "Pno." \context Staff << \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {} }