]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-semi-single.ly
Web-es: delete news.itexi.
[lilypond.git] / input / regression / tie-semi-single.ly
index f666db35e841ae368c8779d826929ebc5819c0d7..e4ba0bd0669fe95c54d7a17395e9f6e15b32ec98 100644 (file)
@@ -4,11 +4,11 @@
 
   texidoc = "Like normal ties, single semities (LaissezVibrerTie or
 RepeatTie) get their direction from the stem direction, and may be
-tweaked with @code{#'direction}."
+tweaked with @code{'direction}."
 
 
 }
-\version "2.14.0"
+\version "2.17.6"
 \layout{ragged-right=##t}
 
 {
@@ -24,7 +24,7 @@ tweaked with @code{#'direction}."
   c''\laissezVibrer\repeatTie
   r
   
-  \override LaissezVibrerTie #'direction = #DOWN
-  \override RepeatTie #'direction = #DOWN
+  \override LaissezVibrerTie.direction = #DOWN
+  \override RepeatTie.direction = #DOWN
   c''\laissezVibrer_"override"\repeatTie
 }