]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3
4 \header { 
5 texidoc = "Accidentals in different staffs don't effect the
6 spacing of the quarter notes here."
7 }
8
9 \score { \notes \relative c'' < \context Staff = SA { \time 4/4
10
11  c8-[ c8 cis8 cis8]
12  cis8-[ cis8 cis8 cis]
13
14
15  }
16    { \key d \major cis4 cis4 cis4 cis!4  } >
17
18    \paper { raggedright = ##t} 
19  }
20
21
22