]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-same-direction.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
1 \version "1.7.16"
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 e f e]  f-[ d f d]  f-[ c f c]  f-[ b, f' b,]  f'-[ a, f' a,]
12 }
13 \paper { raggedright = ##t}
14 }
15 %% new-chords-done %%