1\version "2.19.21"
2
3\header {
4  texidoc = "Accidentals in different staves do not affect the
5spacing of the eighth notes here."
6}
7
8\layout { ragged-right = ##t}
9
10\relative <<
11  \new Staff {
12    \time 4/4
13
14    c''8[ c8 cis8 cis8]
15    cis8[ cis8 cis8 cis]
16  }
17  {
18    \key d \major cis4 cis4 cis4 cis!4
19  }
20>>
21
22
23
24
25
26
27