]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-nobeam.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / autobeam-nobeam.ly
1 \version "2.16.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 }