]> git.donarmstrong.com Git - lilypond.git/commitdiff
Coverage fix: add skyline-debug test.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 22:46:08 +0000 (23:46 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 22:46:08 +0000 (23:46 +0100)
input/regression/skyline-debug.ly [new file with mode: 0644]

diff --git a/input/regression/skyline-debug.ly b/input/regression/skyline-debug.ly
new file mode 100644 (file)
index 0000000..0180d04
--- /dev/null
@@ -0,0 +1,20 @@
+\header {
+  texidoc = "@code{-ddebug-skyline} draws the outline of the skyline used."
+  }
+\version "2.11.10"
+
+#(set-default-paper-size "a6" )
+
+\header {
+  tagline = ##f
+}
+
+#(ly:set-option 'debug-skylines #t)
+\book {
+  \score {
+    {
+      a,,1 | a'4 b' c'' d'' \break
+      \repeat unfold 2 {a' b' c'' d''} | b''''1
+    }
+  }
+}