]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
1 \version "1.5.68"
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 { linewidth = -1. } 
18  }
19
20