]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/auto-beam.scm
(context-doc): add aliases to
[lilypond.git] / scm / auto-beam.scm
index d40e52860cc5d66943eefa03b960927553fdbac9..1f4ad95ca4c92d6ae9c360a9135e5438141ed00d 100644 (file)
@@ -124,7 +124,7 @@ a fresh copy of the  list-head is made."
                           c 'autoBeamSettings
                           setting (ly:make-moment num den))
                          ))
-    "Voice")
+    'Voice)
   ))
 
 (define-public (revert-auto-beam-setting setting)
@@ -135,7 +135,7 @@ a fresh copy of the  list-head is made."
                           c 'autoBeamSettings
                           setting)))
     
-    "Voice")))
+    'Voice)))