]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
1 \version "1.7.16"
2
3 \header { 
4 texidoc = "Accidentals in different staffs don't effect the
5 spacing of the quarter notes here."
6 }
7
8 \score { \notes \relative c'' < \context Staff = SA { \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 %% new-chords-done %%