]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
release: 1.5.27
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
1
2 \header { 
3 texidoc = "Accidentals in different staffs don't effect the
4 spacing of the quarter notes here."
5 }
6
7 \score { \notes \relative c'' < \context Staff = SA { \time 8/4
8
9 c4 c4 cis4 cis4
10 cis4 cis4 cis4 cis
11
12
13  }
14    { \key d \major cis2 cis2 cis2 cis!2  } >
15
16    \paper { linewidth = -1. } 
17  }
18
19