]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-single-manual.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-single-manual.ly
index 5859b488a66d4be2be9bcf48263a589624dc2448..23df905a94c1dd5e5aea4b87facdc11c6f6f2970 100644 (file)
@@ -1,24 +1,24 @@
 
 \header {
   texidoc = "Individual ties may be formatted manually by
-specifying their @code{direction} and/or @code{staff-position}."
+specifying their @code{direction} and/@/or @code{staff-position}."
   
 }
 
-\version "2.14.0"
+\version "2.17.6"
 
 \paper {
   ragged-right = ##t
 }
 
 {
-  \override Tie #'staff-position = #-5.5
+  \override Tie.staff-position = #-5.5
   c'4 ~ c'
-  \override Tie #'staff-position = #-6.5
+  \override Tie.staff-position = #-6.5
   c'4 ~ c'
-  \override Tie #'staff-position = #-7.5
+  \override Tie.staff-position = #-7.5
   c'4 ~ c'
-  \revert Tie #'staff-position
-  \override Tie #'direction = #UP
+  \revert Tie.staff-position
+  \override Tie.direction = #UP
   c'4 ~ c'
 }