]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / scm / define-stencil-commands.scm
index c1452128af49a92e27067064d42ef54c03589a25..bbb2ac2a9f6e48977a6ffe178219b27869fee0b8 100644 (file)
@@ -27,7 +27,6 @@ defined in the output modules (output-*.scm)"
     bracket
     char
     circle
-    connected-shape
     dashed-line
     dashed-slur
     dot
@@ -47,15 +46,15 @@ defined in the output modules (output-*.scm)"
     repeat-slash
     resetcolor
     resetrotation
+    resetscale
     round-filled-box
     setcolor
     setrotation
+    setscale
     text
     unknown
     url-link
     utf-8-string
-    white-dot
-    white-text
     zigzag-line
     ))
 
@@ -69,6 +68,7 @@ are used internally in lily/stencil-interpret.cc."
     combine-stencil
     delay-stencil-evaluation
     rotate-stencil
+    scale-stencil
     translate-stencil
     ))