Re: Markup, page-ref: do not backspace; issue 3334 (issue 8639045)

2013-04-26 Thread dak
On 2013/04/27 06:14:00, Keith wrote: That symptom is probably a sign that it was unwise to have \hspace try to correct for inter-word space. Definitely. Given the amount of trouble we have had with \hspace so far (we have several alignment problems open in the context of trying to allow \hs

Re: Markup, page-ref: do not backspace; issue 3334 (issue 8639045)

2013-04-26 Thread k-ohara5a5a
On 2013/04/27 05:38:12, dak wrote: On 2013/04/27 05:29:48, Keith wrote: > (In version 2.16, \hspace sees the global 'word-space' and corrects for it > whether it locally effective or not, closing the gap in the first line, "Page3 > contains".) Issue 1100 has only been fixed in version 2.17

Re: Markup, page-ref: do not backspace; issue 3334 (issue 8639045)

2013-04-26 Thread dak
On 2013/04/27 05:29:48, Keith wrote: https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (left): https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm#oldcode4083 scm/define-markup-commands.scm:4083: (markup

Re: Markup, page-ref: do not backspace; issue 3334 (issue 8639045)

2013-04-26 Thread k-ohara5a5a
https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (left): https://codereview.appspot.com/8639045/diff/1/scm/define-markup-commands.scm#oldcode4083 scm/define-markup-commands.scm:4083: (markup #:concat (#:hspace gap page-markup)))

Re: note-name-engraver: add user-defined note names support (issue 8593046)

2013-04-26 Thread janek . lilypond
On 2013/04/24 17:16:14, fanziye1 wrote: I found the variable 'pitchnames'(Thanks for your teaching:). There is a note-name->lily-string procedure can be used to get a pitch's name. Now I want to use it in C++ code. According to the Guile Reference, 'gh_call' seems a right choice. But I found