From 392c48b56825c3318ff6dd8c64575bcc51ef66ba Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 20 Dec 2006 12:01:21 +0100 Subject: [PATCH] add regtest for manual ties. --- input/regression/tie-direction-manual.ly | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 input/regression/tie-direction-manual.ly diff --git a/input/regression/tie-direction-manual.ly b/input/regression/tie-direction-manual.ly new file mode 100644 index 0000000000..898ccb2299 --- /dev/null +++ b/input/regression/tie-direction-manual.ly @@ -0,0 +1,16 @@ +\header +{ + texidoc = "Tie directions can be set with @code{_} and @code{^}. +This makes correction in complex chords easier." + +} +\version "2.10.4" +\paper +{ + ragged-right= ##t +} + +\relative c' { + ( ) +} + -- 2.39.2