]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-same-direction.ly
a9e136645d6b9b824ec86dc4e2e0c898900aac4a
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
1
2 \version "2.1.26"
3 \header {
4         texidoc = "For juxtaposed chords with the same direction, a
5 slight optical correction is used. It is constant, and works only if
6 two chords have no common head-positions range."
7 }
8
9 \score { \notes \relative c'' {
10 \stemDown
11 \time 12/4
12   f8[
13       e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
14 }
15 \paper { raggedright = ##t}
16 }
17