]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Aug 2005 00:33:31 +0000 (00:33 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Aug 2005 00:33:31 +0000 (00:33 +0000)
ChangeLog
input/regression/tie-broken.ly [new file with mode: 0644]

index 1088f5b53d0c1ef9fd2ecb82a8aa900fc610ceea..a9e5325fbd1cc3ce5282a393af06ffc8a799f3a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * input/regression/tie-broken.ly: new file.
+
        * lily/tie-column.cc (set_chord_outlines): set outline for line
        break case too.
        
diff --git a/input/regression/tie-broken.ly b/input/regression/tie-broken.ly
new file mode 100644 (file)
index 0000000..15831d4
--- /dev/null
@@ -0,0 +1,16 @@
+\header
+{
+texidoc = "Ties behave properly at line breaks."
+  }
+
+\version "2.7.8"
+
+\paper { raggedright = ##t } 
+
+\relative c'
+{
+  r2...  <b e a>16 ~
+  \break
+  <b e a>4 r4 r2
+}
+