]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-engraver.cc
Fix update-snippets.py '@lilypond' regexp
[lilypond.git] / lily / ottava-engraver.cc
index 01bf1d85c6f4a38e1d9ef26e6925124b95ef6a6b..f1042877963d6b3eba29f0973cdb9f2b7f90b843 100644 (file)
@@ -129,12 +129,17 @@ Ottava_spanner_engraver::finalize ()
 ADD_ACKNOWLEDGER (Ottava_spanner_engraver, note_column);
 
 ADD_TRANSLATOR (Ottava_spanner_engraver,
-               /* doc */ "Create a text spanner when the ottavation property changes..",
-               /* create */ "OttavaBracket",
-               /* read */ "ottavation "
+               /* doc */
+               "Create a text spanner when the ottavation property changes.",
+
+               /* create */
+               "OttavaBracket ",
+
+               /* read */
+               "ottavation "
                "originalMiddleCPosition "
-               "currentMusicalColumn "
-               
-               ,
+               "currentMusicalColumn ",
                
-               /* write */ "");
+               /* write */
+               ""
+               );