]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-nobeam.ly
Fix issue 1641 -- Make \noBeam terminate the current autobeam
[lilypond.git] / input / regression / autobeam-nobeam.ly
1 \version "2.13.61"
2 %%  Hack -- this should be 2.15.0, unless it is backported
3 %%  Set to 2.13.61 in order to keep compile working
4
5 \header {
6
7   texidoc = "
8   \noBeam should terminate an autobeam, even if it's not a
9   recommended place for stopping a beam.  In this example,
10   the first three eighth notes should be beamed.
11   "
12 }
13
14 \relative c'{
15   c8 d e f\noBeam  g a b c
16 }