]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/type-swallow-translator.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / type-swallow-translator.hh
index 410169bff6a40db8408fbd7f18bc820aade17400..55a520d91af27107484a347ccc798ca2c7a64c99 100644 (file)
@@ -31,12 +31,12 @@ struct TYPE ## _swallow_translator : public Type_swallow_translator {       \
   TYPE ## _swallow_translator :: TYPE ## _swallow_translator() {\
       swallow_string_ =  #TYPE;                                                \
   }                                                                    \
-ADD_TRANSLATOR(TYPE ## _swallow_translator,                            \
-                 "Swallow events of " #TYPE " type.",          \
-                 "",                                                   \
-       "general-music",\
-                 "",                                                   \
-                 "",                                                   \
+ADD_TRANSLATOR(TYPE ## _swallow_translator,                            \
+                 "Swallow events of " #TYPE " type.",          \
+                 "",                                                   \
+       "general-music", \
+                 "",                                                   \
+                 "",                                                   \
                  "");
 
 #endif // TYPESWALLOW_GRAV_HH