]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-single-manual.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / tie-single-manual.ly
index ab917b0b6b0f1a6c9afa41b3fbeb95c5352594f8..c505453d7fa3c52450aa1cc659b8a68e44b54e3b 100644 (file)
@@ -5,7 +5,7 @@ specifying their @code{direction} and/or @code{staff-position}."
   
 }
 
-\version "2.7.39"
+\version "2.12.0"
 
 \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'
 }