]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-nobeam.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / autobeam-nobeam.ly
1 \version "2.14.0"
2
3 \header {
4
5   texidoc = "
6   @code{\\noBeam} should terminate an autobeam, even if it's not a
7   recommended place for stopping a beam.  In this example,
8   the first three eighth notes should be beamed.
9   "
10 }
11
12 \relative c'{
13   c8 d e f\noBeam  g a b c
14 }