From d6ec874c8c9b9b61d25c79970fdd4fdef0bc0c79 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Sun, 18 May 2003 13:35:39 +0000
Subject: [PATCH] *** empty log message ***

---
 input/test/bagpipe.ly | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/input/test/bagpipe.ly b/input/test/bagpipe.ly
index d648c9604d..4a815effff 100644
--- a/input/test/bagpipe.ly
+++ b/input/test/bagpipe.ly
@@ -1,16 +1,15 @@
 \version "1.7.18"
-
-% bagpipe music.
-
 \header
 {
  title="Flower of Scotland"
+ texidoc = "bagpipe music "
 }
 
-#(add-to-grace-init NoteHead 'font-relative-size -2)
-#(add-to-grace-init Stem 'stroke-style "")
-#(add-to-grace-init Stem 'length 6)
-#(add-to-grace-init Stem 'font-relative-size -2)
+#(add-to-grace-init "Voice" 'Stem 'length 6)
+#(add-to-grace-init "Voice" 'Stem 'stroke-style '())
+
+% doen't work??  
+%#(add-to-grace-init "Voice" 'Stem 'font-relative-size -)
 
 \paper {
   linewidth = 14.0 \cm
-- 
2.39.5