]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-staffs.ly
848579c9a2bd38a0794204faecab60a31b8a6c32
[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 4/4
8
9 [c8 c8 cis8 cis8]
10 [cis8 cis8 cis8 cis]
11
12
13  }
14    { \key d \major cis4 cis4 cis4 cis!4  } >
15
16    \paper { linewidth = -1. } 
17  }
18
19