CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/22 14:06:11

Modified files:
        .              : ChangeLog 
        input/regression: tie-chord.ly 
Added files:
        input/regression: tie-manual.ly 

Log message:
        * input/regression/tie-manual.ly: new file
        
        * input/regression/tie-chord.ly: update.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4058&tr2=1.4059&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/tie-manual.ly?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/tie-chord.ly.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4058 lilypond/ChangeLog:1.4059
--- lilypond/ChangeLog:1.4058   Mon Aug 22 14:03:10 2005
+++ lilypond/ChangeLog  Mon Aug 22 14:06:11 2005
@@ -1,5 +1,9 @@
 2005-08-22  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * input/regression/tie-manual.ly: new file
+
+       * input/regression/tie-chord.ly: update.
+
        * flower/include/interval.hh (struct Interval_t): 
 
        * lily/tie.cc (distance): new function 
Index: lilypond/input/regression/tie-chord.ly
diff -u lilypond/input/regression/tie-chord.ly:1.34 
lilypond/input/regression/tie-chord.ly:1.35
--- lilypond/input/regression/tie-chord.ly:1.34 Thu Aug 18 22:01:01 2005
+++ lilypond/input/regression/tie-chord.ly      Mon Aug 22 14:06:11 2005
@@ -1,23 +1,67 @@
+\header {
 
-\version "2.6.0"
-\header{
-  texidoc="
-When tying chords, the outer ties point outwards, the inner ties
-point away from the center of the staff. The behavior can be overridden 
-by setting explicitly the @code{direction} of a @code{TieColumn}.
-"
-}
-
-
-t =  \relative c' {   <c e g> ~ <c e g> }
 
+  texidoc = "In chords, ties keep closer to the note head vertically,
+but never collide with heads or stems. Seconds are formatted up/down;
+the rest of the ties are positioned according to their  vertical position."
+  
 
-\context Voice {
-  \t
-  \transpose c g \t
+}
 
-  \t
+\version "2.7.7"
 
+\paper {
+  indent = #0.0
+  raggedright = ##t
 }
 
+testShort =
+{
+   \time 4/4
+  \key c \major
+  \relative c'' {
+                               %  c ~ c
+    <c e> ~ <c e>
+    <b c e> ~ <b c e>
+    <a c e> ~ <a c e>
+    <a b e> ~ <a b e>
+    <a b e f> ~ <a b e f> 
+  }
+
+  \relative c' {
+    <c e f a> ~ <c e f a>
+    <c e g a> ~ <c e g a>
+    
+    <a' c d f> ~ <a c d f>  
+    <a c e f> ~ <a c e f>
+    <a b c d e> ~ <a b c d e>
+  }
+}  
+
+testLong =
+{
+  \time 5/8
+  \key c \major
+  \relative c'' {
+    <c e>2 ~ <c e>8
+    <b c e>2 ~ <b c e>8
+    <a c e>2 ~ <a c e>8
+    <a b e>2 ~ <a b e>8
+    <a b e f>2 ~ <a b e f>8
+  }
+
+  \relative c' {
+    <c e f a>2 ~ <c e f a>8
+    <c e g a>2 ~ <c e g a>8
+    <a' c d f>2  ~   <a c d f>8  
+    <a c e f>2  ~   <a c e f>8  
+  }
+}  
+
+\new Voice
+{ \testShort \break
+  \transpose c d \testShort \break
+  \testLong \break
+  \transpose c d \testLong \break
+}
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to