]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
Account for title spacing in page breaking.
[lilypond.git] / scm / define-stencil-commands.scm
index df810cc724994734058fdddd8edcdd4e749b1c7a..bbb2ac2a9f6e48977a6ffe178219b27869fee0b8 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; Copyright (C) 2005--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -40,20 +40,21 @@ defined in the output modules (output-*.scm)"
     no-origin
     oval
     path
+    partial-ellipse
     placebox
     polygon
     repeat-slash
     resetcolor
     resetrotation
+    resetscale
     round-filled-box
     setcolor
     setrotation
+    setscale
     text
     unknown
     url-link
     utf-8-string
-    white-dot
-    white-text
     zigzag-line
     ))
 
@@ -67,6 +68,7 @@ are used internally in lily/stencil-interpret.cc."
     combine-stencil
     delay-stencil-evaluation
     rotate-stencil
+    scale-stencil
     translate-stencil
     ))