Re: \change Voice

2015-04-29 Thread Dan Eble
On Apr 26, 2015, at 16:04 , David Kastrup wrote: > > "Keith OHara" writes: > >> The wrapping context, though, means that we have to explicitly specify Voice >> in any overrides that should carry through to the combined part >> \partcombine { c'4 d'4 } {\slurDashed g'4( b') } >> \partcombine {

Re: svg font issue(bug?): can't change TimeSignature font (but markup fonts can be changed)

2015-04-29 Thread padovani
Nice! Thank you!! 2015-04-29 20:02 GMT-03:00 Dan Eble : > On Apr 29, 2015, at 16:48 , padovani wrote: > > > > So... I discovered that the TimeSignature issue is related to the fact > that > > it is not being written as text to the svg file, but as a path. > > > > If I use this code I can create

Re: svg font issue(bug?): can't change TimeSignature font (but markup fonts can be changed)

2015-04-29 Thread Dan Eble
On Apr 29, 2015, at 16:48 , padovani wrote: > > So... I discovered that the TimeSignature issue is related to the fact that > it is not being written as text to the svg file, but as a path. > > If I use this code I can create a svg file with different fonts for the > time signature, overriding t

Re: svg font issue(bug?): can't change TimeSignature font (but markup fonts can be changed)

2015-04-29 Thread padovani
So... I discovered that the TimeSignature issue is related to the fact that it is not being written as text to the svg file, but as a path. If I use this code I can create a svg file with different fonts for the time signature, overriding the stencil with a text: %% BEGIN CODE 1 \score { \new

Re: cygwin64 - building 2.18.2 doc fails

2015-04-29 Thread Masamichi HOSODA
> However, doing "git grep TMP" I also find > scripts/lilypond-invoke-editor.scm:(or > (getenv "TMP") > > which is from > >(or (getenv "TMP") >(getenv "TEMP") >