lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3778 in lilypond: SVG backend: tempo marking c


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3778 in lilypond: SVG backend: tempo marking collides with stem
Date: Wed, 10 Jun 2015 04:46:31 +0000


Comment #28 on issue 3778 by address@hidden: SVG backend: tempo marking collides with stem
https://code.google.com/p/lilypond/issues/detail?id=3778

The code in stencil-integral.cc:stencil_dispatcher() ignores the stencil command 'utf-8-string such as we see in the SVG output. Strings in PDF output use the stencil command 'glyph-string. Probably stencil_dispatcher() should handle all the commands listed in define-stencil-commands.scm.

#(ly:set-option 'backend 'svg)
{\override Score.TextScript.after-line-breaking =
  #(lambda(g) (newline)(display (ly:stencil-expr (grob-interpret-markup g
  (ly:grob-property g 'text))))(newline))

 c'''1^\markup {\flat \flat }
 c'''1^\markup {"aa" \flat }
 c'''1^\markup {"aa" "bb" } }


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]