From: Han-Wen Nienhuys Date: Mon, 22 Jan 2007 17:33:49 +0000 (+0100) Subject: add regtest X-Git-Tag: release/2.10.13-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f9792f58213a261e00750d57e1ee0138f90284b;p=lilypond.git add regtest --- diff --git a/input/regression/auto-beam-beaming-override.ly b/input/regression/auto-beam-beaming-override.ly new file mode 100644 index 0000000000..2eb529a05f --- /dev/null +++ b/input/regression/auto-beam-beaming-override.ly @@ -0,0 +1,21 @@ + +\header { + + + texidoc = "Autobeamer remembers @code{subdivideBeams} and other +beaming pattern related functions at the start of an autobeam." + +} + + +\version "2.11.12" +\paper { ragged-right = ##t } +{ + \time 2/4 + b16 b b b + b16 b b b + \set subdivideBeams = ##t + \set Score.beatLength = #(ly:make-moment 1 8) + b16 b b b + b16 b b b +}