Re: hspace behaviour

2013-01-28 Thread Eluze
ers are concatenated, but negative \hspace no longer causes the > (desired) partial overlap. > > Now using this alternative approximate the result: thanks for this alternative! the behavior of \hspace changed indeed, see also http://lilypond.1069038.n5.nabble.com/hspace-behaviour-td1366

Re: hspace behaviour

2013-01-27 Thread Javier Ruiz
(no response requested) Sample lilypond documentation referencing use of negative hspace: http://lilypond.org/doc/v2.17/Documentation/snippets/expressive-marks#expressive-marks-creating-a-delayed-turn Intrestingly...the case above continues to work in 2.16.1...maybe as there are no colliding obj

Re: hspace behaviour

2012-11-21 Thread Keith OHara
Phil Burfitt talktalk.net> writes: > >> \markup { > >> \override #'(circle-padding . 0.55) > >> \fontsize #-2.5 { "tune " \circle 3 \hspace #-2 "to f #" } > >> } > though why am I having to do this? why is > there so much space after the circled "3" ? > The attempted fix for another b

Re: hspace behaviour

2012-11-21 Thread Phil Burfitt
Eluze wrote Phil Burfitt wrote Hi, I have just upgraded from version 2.13.17 to 2.17.7. Has the behaviour of \hspace changed in any way? It does not seem to act upon negative values anymore. example: \markup { \override #'(circle-padding . 0.55) \fontsize #-2.5 { "tune " \circle

Re: hspace behaviour

2012-11-20 Thread Keith OHara
Eluze gmail.com> writes: > > Phil Burfitt wrote > > > > Has the behaviour of \hspace changed in any way? It does not seem to act > > upon negative values anymore. > > It changed as part of the fix for this bug http://code.google.com/p/lilypond/issues/detail?id=732 ___

Re: hspace behaviour

2012-11-20 Thread james
On Nov 20, 2012, at 10:22 PM, Eluze wrote: > Phil Burfitt wrote >> Hi, >> >> I have just upgraded from version 2.13.17 to 2.17.7. >> >> Has the behaviour of \hspace changed in any way? It does not seem to act >> upon negative values anymore. >> >> example: >> >> \markup { >>\override #'(

Re: hspace behaviour

2012-11-20 Thread Eluze
sappeared with version 2.15.7, but I don't know the reasons forwarded this question to the bug-list: http://lilypond.1069038.n5.nabble.com/negative-values-for-hspace-don-t-work-anymore-td136610.html thanks for your report! Eluze -- View this message in context: http://lilypond.1069038.n5.n

hspace behaviour

2012-11-20 Thread Phil Burfitt
Hi, I have just upgraded from version 2.13.17 to 2.17.7. Has the behaviour of \hspace changed in any way? It does not seem to act upon negative values anymore. example: \markup { \override #'(circle-padding . 0.55) \fontsize #-2.5 { "tune " \circle 3 \hspace #-2 "to f #" } } now leave