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