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.11.4-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=392c48b56825c3318ff6dd8c64575bcc51ef66ba;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' { + ( ) +} +