From: Han-Wen Nienhuys Date: Wed, 6 Aug 2008 13:41:26 +0000 (-0300) Subject: Add regtest for staff symbol segmentation fault. X-Git-Tag: release/2.11.56-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e97799af36e50aa5de7bbecf8a981e249d9eb44;p=lilypond.git Add regtest for staff symbol segmentation fault. --- diff --git a/input/regression/staff-online-symbol-absence.ly b/input/regression/staff-online-symbol-absence.ly new file mode 100644 index 0000000000..f822b72c13 --- /dev/null +++ b/input/regression/staff-online-symbol-absence.ly @@ -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. +}