From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sat, 27 Jan 2007 13:28:03 +0000 (+0100)
Subject: debugging gob.
X-Git-Tag: release/2.11.15-1~25
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=39049aff501e5407177f6afa2c70c802c70efca7;p=lilypond.git

debugging gob.
---

diff --git a/input/regression/skip-of-length.ly b/input/regression/skip-of-length.ly
index e80bede98c..b02a185afc 100644
--- a/input/regression/skip-of-length.ly
+++ b/input/regression/skip-of-length.ly
@@ -19,7 +19,7 @@ last as long as their arguments."
   \new Staff {
     \applyMusic #skip-of-length { c\breve } f4 r2.
     \applyMusic #mmrest-of-length { c\breve } f4 r2.
-    \displayMusic \musicMap #skip->rest s\breve 
+    \musicMap #skip->rest s\breve 
   }
 >>