]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-semi-single.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tie-semi-single.ly
index a5c226dc009e70139efaf04254e7738d98d1c8a2..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.12.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
 }