]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-same-direction.ly
Web-ja: update introduction
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
1
2 \version "2.19.21"
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 {
12   \override Score.PaperColumn.layer = #1
13   \override Score.PaperColumn.stencil = #ly:paper-column::print
14
15   \stemDown
16   \time 12/4
17   f''8[
18     e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
19 }
20
21
22