]> git.donarmstrong.com Git - lilypond.git/commitdiff
coverage.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Jan 2007 15:05:01 +0000 (16:05 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Jan 2007 15:05:01 +0000 (16:05 +0100)
input/regression/skiptypesetting-show-last.ly [new file with mode: 0644]

diff --git a/input/regression/skiptypesetting-show-last.ly b/input/regression/skiptypesetting-show-last.ly
new file mode 100644 (file)
index 0000000..b0ebfda
--- /dev/null
@@ -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
+}