]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-shortened-lengths.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-shortened-lengths.ly
1 \version "2.16.0"
2
3 \header{
4   texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
5 }
6 \layout{ ragged-right = ##t }
7
8
9 \relative c'{
10   \stemUp
11   f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
12 }