1\header {
2    texidoc = "The notes of the first chord share a stem but the notes of the second chord do not."
3}
4
5\version "2.21.0"
6\layout { ragged-right = ##t }
7
8\score {
9  \context Voice = "v" {
10    r2
11    \grace { \partCombine \relative { e'16 e }
12                          \relative { c'16 f } }
13    c'2
14  }
15}
16