]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-same-direction.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
1 \version "1.5.68"
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 { linewidth = -1. }
14 }