]> git.donarmstrong.com Git - lilypond.git/commitdiff
add regtest for manual ties.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Dec 2006 11:01:21 +0000 (12:01 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 20 Dec 2006 11:01:21 +0000 (12:01 +0100)
input/regression/tie-direction-manual.ly [new file with mode: 0644]

diff --git a/input/regression/tie-direction-manual.ly b/input/regression/tie-direction-manual.ly
new file mode 100644 (file)
index 0000000..898ccb2
--- /dev/null
@@ -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' {
+  <f^~ d'>(  <e f c'>)
+}
+