]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mf-to-table.py
* lily/grob-pq-engraver.cc (stop_translation_timestep): save up
[lilypond.git] / buildscripts / mf-to-table.py
index c51b9a276a72a94efcc65eccd24048a1f496a2cc..4a663b73dfc5f587a61aaf21095e70dd326b790a 100644 (file)
@@ -211,7 +211,9 @@ r"""%% LilyPond file to list all font symbols and the corresponding names
 
                file.write ('''    \\markup { \\raise #0.75 \\vcenter
              \\musicglyph #"%s"
-             \\typewriter " %s" } 4\n''' % (scm_string, scm_string))
+             \\typewriter " %s" } 4
+             \\noBreak
+             ''' % (scm_string, scm_string))
 
                if (count % per_line) == 0:
                        file.write ('    \\skip 8 \\break\n')