]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/forbid-break-engraver.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / forbid-break-engraver.cc
index 81c03e15bef45389532dd6621e97289aa1bee5bf..b1d89ddf24380ade44a7adba2a249e4542d7229d 100644 (file)
@@ -59,16 +59,16 @@ Forbid_line_break_engraver::start_translation_timestep ()
 }
 
 ADD_TRANSLATOR (Forbid_line_break_engraver,
-               /* doc */
-               "Forbid line breaks when note heads are still playing at some"
-               " point.",
+                /* doc */
+                "Forbid line breaks when note heads are still playing at some"
+                " point.",
 
-               /* create */
-               "",
+                /* create */
+                "",
 
-               /* read */
-               "busyGrobs ",
+                /* read */
+                "busyGrobs ",
 
-               /* write */
-               "forbidBreak "
-               );
+                /* write */
+                "forbidBreak "
+               );