]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord.ly
*** empty log message ***
[lilypond.git] / input / regression / tie-chord.ly
index 9a8ce159776caa2cbb05021ded9087fe7f95b90b..14918a58334f2f85500b5837ef8ab9385d2410e1 100644 (file)
@@ -1,7 +1,7 @@
 
 \version "2.6.0"
 \header{
-texidoc="
+  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}.
@@ -11,14 +11,14 @@ by setting explicitly the @code{direction} of a @code{TieColumn}.
 
 t =  \relative c' {   <c e g> ~ <c e g> }
 
-       \score { 
- \context Voice {
-   \t
-   \transpose c g \t
 
-   \override TieColumn  #'direction = #-1
-   \t
+\context Voice {
+  \t
+  \transpose c g \t
+
+  \override TieColumn  #'direction = #-1
+  \t
 
-  }
 }
 
+