]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regtest for staff symbol segmentation fault.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 6 Aug 2008 13:41:26 +0000 (10:41 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 6 Aug 2008 13:41:26 +0000 (10:41 -0300)
input/regression/staff-online-symbol-absence.ly [new file with mode: 0644]

diff --git a/input/regression/staff-online-symbol-absence.ly b/input/regression/staff-online-symbol-absence.ly
new file mode 100644 (file)
index 0000000..f822b72
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.11.55"
+\header {
+
+  texidoc = "Symbols that need on-staffline info (like dots and ties)
+  continue to work in absence of a staff-symbol."
+
+}
+
+\new Staff \with {
+  \remove Staff_symbol_engraver
+}
+\relative c' {
+       \time 5/8
+       f4 ~ f4 
+       f4 f4.
+}