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