\version "2.19.45" % automatically converted by musicxml2ly from x.xml \pointAndClickOff \header { encodingsoftware = "MuseScore 2.0.3" source = "http://musescore.com/score/1578186" copyright = "Círculo da Música - 2011" encodingdate = "2016-08-16" } PartPOneVoiceOne = \relative a { \clef "treble" \key f \major \numericTimeSignature\time 4/4 \partial 8 a8 \bar "||" a'8 f8 d2. } PartPOneVoiceOneChords = \chordmode { \partial 8 s8 \bar "||" d8:m5 s8 } % The score definition \score { << \context ChordNames = "PartPOneVoiceOneChords" { \PartPOneVoiceOneChords} \new Staff << \set Staff.instrumentName = "Guitar" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 100 } }