]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-single-manual.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / tie-single-manual.ly
index c505453d7fa3c52450aa1cc659b8a68e44b54e3b..e937c7c846bc81d8feac0a2ab3a118dcc6aa9443 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.12.0"
+\version "2.19.2"
 
 \paper {
   ragged-right = ##t
 }
 
 {
-  \override Tie #'staff-position = #-5.5
-  c'4 ~ c'
-  \override Tie #'staff-position = #-6.5
-  c'4 ~ c'
-  \override Tie #'staff-position = #-7.5
-  c'4 ~ c'
-  \revert Tie #'staff-position
-  \override Tie #'direction = #UP
-  c'4 ~ c'
+  \override Tie.staff-position = #-5.5
+  c'4 ~ 4
+  \override Tie.staff-position = #-6.5
+  c'4 ~ 4
+  \override Tie.staff-position = #-7.5
+  c'4 ~ 4
+  \revert Tie.staff-position
+  \override Tie.direction = #UP
+  c'4 ~ 4
 }