]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-same-direction.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
1
2 \version "2.7.39"
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 \layout { ragged-right = ##t}
10
11 \relative c'' {
12   \stemDown
13   \time 12/4
14   f8[
15     e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
16 }
17
18
19