\version "2.21.6" % automatically converted by musicxml2ly from test.xml \pointAndClickOff \header { title = Notes subtitle = Notes composer = "Music21" encodingsoftware = "music21 v.6.1.0" encodingdate = "2020-09-13" } #(set-global-staff-size 20.0) \paper { } \layout { \context { \Score autoBeaming = ##f } } PartPbSixNineThreefOneeOneeTwoFourEightTwoThreeSixEightZerocZerocEightEightOneEightNineacaOneFoureaVoiceOne = \relative c { \clef "treble" \numericTimeSignature\time 4/4 \key c \major c4 d4 e4 f4 | % 1 g4 a4 b4 c4 | % 2 d4 e4 f4 g4 | % 3 a4 b4 c4 d4 | % 4 e4 f4 g4 a4 | % 5 b4 c4 d4 e4 | % 6 f4 g4 a4 b4 \bar "|." } % The score definition \score { << \new Staff << \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPbSixNineThreefOneeOneeTwoFourEightTwoThreeSixEightZerocZerocEightEightOneEightNineacaOneFoureaVoiceOne" { \PartPbSixNineThreefOneeOneeTwoFourEightTwoThreeSixEightZerocZerocEightEightOneEightNineacaOneFoureaVoiceOne } >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 100 } }