]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
* ly/performer-init.ly: add CueVoice to MIDI too.
[lilypond.git] / scm / output-ps.scm
index 33dbdbc9fd92475a82585324c08ec61860f5a23c..ceaf44306b2f31461e09af3496eb79dd55866177 100644 (file)
 
            (if (and (= 0.0 x)
                     (= 0.0 y))
-               (format #f " /~a glyphshow " g)
-               (format #f " ~a ~a rmoveto /~a glyphshow "
+               (format #f " /~a glyphshow\n" g)
+               (format #f " ~a ~a rmoveto /~a glyphshow\n"
                        x y g))))
        x-y-named-glyphs))
   ))