X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-recheck.ly;fp=input%2Fregression%2Fauto-beam-recheck.ly;h=8e368de5d4402d4671ffc28b38d41694aac573d5;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/auto-beam-recheck.ly b/input/regression/auto-beam-recheck.ly new file mode 100644 index 0000000000..8e368de5d4 --- /dev/null +++ b/input/regression/auto-beam-recheck.ly @@ -0,0 +1,15 @@ +\version "2.14.0" +\header { + + texidoc = "In 4/4 time, the first and second and third and fourth +beats should be beamed together if only eighth notes are involved. +If any shorter notes are included, each beat should be beamed separately." + +} +\layout { ragged-right = ##t } + +\relative c'' { + \repeat unfold 8 { a8} | + a8 a a a16 a a8 a a16 a a8 | + r16 a8. a8 a16 a r8. a16 a8 a16 a | +}