]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grob-tweak.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / grob-tweak.ly
index baf6ef1d6ad471d13b88e9cdb6ed93cb7c697145..9a065a3217b57629d06fa9b7446d30b086d0c233 100644 (file)
@@ -1,22 +1,22 @@
 \header
 {
 
-  texidoc = "With the @code{\tweak} function, individual grobs that
+  texidoc = "With the @code{\\tweak} function, individual grobs that
   are directly caused by events may be tuned directly."
 
 }
 
-\version "2.7.22"
+\version "2.17.6"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 {
   \set fingeringOrientations = #'(right)
   <
-    \tweak #'font-size #3  c
-    \tweak #'color #red  d-\tweak #'font-size #8 -4
-    \tweak #'style #'cross  g
-    \tweak #'duration-log #1  a
+    \tweak font-size #3  c
+    \tweak color #red  d-\tweak font-size #8 -4
+    \tweak style #'cross  g
+    \tweak duration-log #1  a
   >4
 }