]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-staff-symbol-engraver.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / tab-staff-symbol-engraver.cc
index 5b339711279bc739989b6d5aa5e601db93603102..0fd7f8296ad3f4fd0362acd74d4e34092172cc7d 100644 (file)
@@ -44,16 +44,16 @@ Tab_staff_symbol_engraver::Tab_staff_symbol_engraver ()
 
 ADD_ACKNOWLEDGER (Tab_staff_symbol_engraver, staff_symbol);
 ADD_TRANSLATOR (Tab_staff_symbol_engraver,
-               /* doc */
-               "Create a tablature staff symbol, but look at"
-               " @code{stringTunings} for the number of lines.",
+                /* doc */
+                "Create a tablature staff symbol, but look at"
+                " @code{stringTunings} for the number of lines.",
 
-               /* create */
-               "StaffSymbol ",
+                /* create */
+                "StaffSymbol ",
 
-               /* read */
-               "stringTunings ",
+                /* read */
+                "stringTunings ",
 
-               /* write */
-               ""
-               );
+                /* write */
+                ""
+               );