]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-same-direction.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
1
2 \version "2.6.0"
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 \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 \layout { raggedright = ##t}
16
17