]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-single-manual.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / tie-single-manual.ly
index c085a7208b4eb3011d0aba24facfe7b1bc675546..e86c67562ee72ea9829da72b31c0abe5dabee204 100644 (file)
@@ -5,7 +5,7 @@ specifying their @code{direction} and/or @code{staff-position}."
   
 }
 
-\version "2.10.0"
+\version "2.11.51"
 
 \paper {
   ragged-right = ##t
@@ -18,4 +18,7 @@ specifying their @code{direction} and/or @code{staff-position}."
   c'4 ~ c'
   \override Tie #'staff-position = #-7.5
   c'4 ~ c'
+  \revert Tie #'staff-position
+  \override Tie #'direction = #UP
+  c'4 ~ c'
 }