]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-default-lengths.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-default-lengths.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Beamed stems have standard lengths if possible.  Quantization
5 is switched off in this example."
6 }
7
8 \relative c' {
9   \override Beam #'skip-quanting = ##t
10   f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
11 }