]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 2 Apr 2004 22:38:27 +0000 (22:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 2 Apr 2004 22:38:27 +0000 (22:38 +0000)
input/test/boxed-molecule.ly [deleted file]
input/test/boxed-stencil.ly [new file with mode: 0644]

diff --git a/input/test/boxed-molecule.ly b/input/test/boxed-molecule.ly
deleted file mode 100644 (file)
index 0fb6829..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-
-\version "2.2.0"
-\header {
-texidoc = "@cindex Boxed Stencil
-
-The @code{print-function} can be overridden to draw a box around an arbitrary 
-grob. " }
-
-
- \score { \notes \relative c''  {
-
- \override TextScript  #'print-function =
-   #(make-stencil-boxer 0.1 0.3 0.2 Text_item::print)
-
-   c'4^"foo"
-
-\override Stem  #'print-function =
-   #(make-stencil-boxer 0.05 0.25 0.25 Stem::print)
-
-\override Score.RehearsalMark  #'print-function =
-   #(make-stencil-boxer 0.15 0.3 0.3 Text_item::print)
-      c8
-\revert Stem #'print-function
-
-      c4. c4 \mark "F" c1 
-   }
-\paper{raggedright = ##t}
-}
-
diff --git a/input/test/boxed-stencil.ly b/input/test/boxed-stencil.ly
new file mode 100644 (file)
index 0000000..0fb6829
--- /dev/null
@@ -0,0 +1,29 @@
+
+\version "2.2.0"
+\header {
+texidoc = "@cindex Boxed Stencil
+
+The @code{print-function} can be overridden to draw a box around an arbitrary 
+grob. " }
+
+
+ \score { \notes \relative c''  {
+
+ \override TextScript  #'print-function =
+   #(make-stencil-boxer 0.1 0.3 0.2 Text_item::print)
+
+   c'4^"foo"
+
+\override Stem  #'print-function =
+   #(make-stencil-boxer 0.05 0.25 0.25 Stem::print)
+
+\override Score.RehearsalMark  #'print-function =
+   #(make-stencil-boxer 0.15 0.3 0.3 Text_item::print)
+      c8
+\revert Stem #'print-function
+
+      c4. c4 \mark "F" c1 
+   }
+\paper{raggedright = ##t}
+}
+