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