\header { crossRefNumber = "1" footnotes = "" tagline = "Lily was here 1.6.5 -- automatically converted from ABC" title = "test of grace note" } voiceB = \notes { \property Score.defaultBarType="empty" g''4 r8 f''8 ees''8 d''4 cis''8 \bar "|" d''8 c''!4 b'8 c''8 bes'!4 a'8 \bar "|" bes'8 c''16 d''16 e''16 f''16 g''16 a''16 bes''16 g''16 a''16 f''16 g''16 e''16 f''16 d''16 \bar "|" \grace { f''8 } e''4. f''8 f''4. \bar "|." } voiceC = \notes { \property Score.defaultBarType="empty" \key f \major \clef bass f,8 f8 f,8 f8 f,8 f8 f,8 f8 \bar "|" f,8 f8 f,8 f8 f,8 f8 f,8 f8 \bar "|" g4 r8 f8 e8 f8 bes8 g8 \bar "|" c'4 c4 f4. \bar "|." } voicedefault = \notes { \property Score.defaultBarType="empty" \key f \major }\score{ \notes < \context Staff="1" { \voicedefault \voiceB } \context Staff="2" { \voicedefault \voiceC } > \paper { } \midi {} }