]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
1 \version "2.1.26"
2
3 \header { 
4 texidoc = "Accidentals in different staves do not affect the
5 spacing of the quarter notes here."
6 }
7
8 \score { \notes \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    \paper { raggedright = ##t} 
18  }
19
20
21