From: Han-Wen Nienhuys Date: Wed, 20 Dec 2006 11:01:21 +0000 (+0100) Subject: add regtest for manual ties. X-Git-Tag: release/2.10.4-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5dd04691a20318887479db354da0c6c2f24267d5;p=lilypond.git add regtest for manual ties. --- 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' { + ( ) +} +