]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
1 \version "2.6.0"
2
3 \header { 
4   texidoc = "Accidentals in different staves do not affect the
5 spacing of the eighth notes here."
6 }
7
8 \relative c'' <<
9   \new Staff {
10     \time 4/4
11
12     c8[ c8 cis8 cis8]
13     cis8[ cis8 cis8 cis]
14   }
15   {
16     \key d \major cis4 cis4 cis4 cis!4
17   }
18 >>
19
20 \layout { raggedright = ##t} 
21
22
23
24