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