]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / tie-chord.ly
index b2ed3936c4610ae7b9e1029e5eafa9e2aca81b3f..42f3a8759c773dfce56a16311e1cb31d14ebf7e6 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "1.9.2"
+\version "2.3.4"
 \header{
 texidoc="
-When tieing chords, the outer slurs point outwards, the inner slurs
-point away from the center of the staff.  Override with
-@code{tieVerticalDirection}.
+When tying chords, the outer slurs point outwards, the inner slurs
+point away from the center of the staff. The behavior can be overridden 
+by setting explicitly the @code{direction} of a @code{TieColumn}.
 "
 }
 
 
-t =  \notes \relative c' {   <<c e g>> ~ <<c e g>> }
+t =  \relative c' {   <c e g> ~ <c e g> }
 
        \score { 
-\notes \context Voice {
+ \context Voice {
    \t
    \transpose c g \t
 
-   \property Voice.TieColumn \override #'direction = #-1
+   \override TieColumn  #'direction = #-1
    \t
 
   }