From 276a9e6cfdc0ff7a6b4734b15a673a7c6b16d7fb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 23 Jan 2007 16:05:01 +0100 Subject: [PATCH] coverage. --- input/regression/skiptypesetting-show-last.ly | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 input/regression/skiptypesetting-show-last.ly diff --git a/input/regression/skiptypesetting-show-last.ly b/input/regression/skiptypesetting-show-last.ly new file mode 100644 index 0000000000..b0ebfda432 --- /dev/null +++ b/input/regression/skiptypesetting-show-last.ly @@ -0,0 +1,18 @@ +\header { + + texidoc = "@code{showLastLength} will only show the last bit of a score" + + } + +\version "2.10.12" + +showLastLength = R1*3 +\paper { + ragged-right = ##T +} + +{ + c1 c1 + c1 c1 + c1 c1 +} -- 2.39.5