\version "2.21.1" % automatically converted by musicxml2ly from simpleChord.musicxml \pointAndClickOff \header { title = "simple chord" encodingsoftware = "MuseScore 3.4.2" encodingdate = "2020-05-23" } #(set-global-staff-size 20.158742857142858) \paper { paper-width = 21.01\cm paper-height = 29.69\cm top-margin = 1.0\cm bottom-margin = 2.0\cm left-margin = 1.0\cm right-margin = 1.0\cm indent = 1.6161538461538463\cm short-indent = 1.292923076923077\cm } \layout { \context { \Score autoBeaming = ##f } } PartPOneVoiceOne = \relative f' { \clef "treble" \numericTimeSignature\time 4/4 \key c \major | % 1 f1 | % 1 a1 | % 1 c1 \bar "|." } % The score definition \score { << \new Staff << \set Staff.instrumentName = "Piano" \set Staff.shortInstrumentName = "Pno." \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 100 } }