]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-shortened-lengths.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / beam-shortened-lengths.ly
1
2 \version "2.14.0"
3
4 \header{
5   texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
6 }
7 \layout{ ragged-right = ##t }
8
9
10 \relative c'{
11   \override Beam #'skip-quanting = ##t
12   \stemUp
13   f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
14 }
15