New alist to replace special characters. (issue4553056)

2011-05-23 Thread bordage . bertrand
Reviewers: , Message: A feature that helps text typesetting. Bertrand Description: New alist to replace special characters. Please review this at http://codereview.appspot.com/4553056/ Affected files: A input/regression/markup-special-characters-shorthands.ly M lily/text-interface.cc M

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread bordage . bertrand
This prints every character with its shorthand, but works bad because of '\t', '\v' and '\n' : \version 2.15.0 \include special-characters.ly #(define-markup-list-command (show-special-characters layout props) () (interpret-markup-list layout props

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread m...@apollinemike.com
On May 23, 2011, at 12:38 PM, bordage.bertr...@gmail.com wrote: This prints every character with its shorthand, but works bad because of '\t', '\v' and '\n' : \version 2.15.0 \include special-characters.ly #(define-markup-list-command (show-special-characters layout props) ()

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread bordage . bertrand
(1) You can do it using \override #'(replacement-string-max-length . 0) But I agree, there's a problem with backslashes. (2) What if we define something like \tz when we want 'ꜩ' and just write tz when no ligature is needed ? This isn' t so constraining. (3) I know, this is another change to

Branches?

2011-05-23 Thread David Kastrup
What happens where? It appears like most work is done on release/unstable, partly on release/2.14, but almost nothing on master. What is the strategy here? When and how are changes expected to percolate to master? What is the difference between release/unstable and release/2.14 with regard to

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread reinhold . kainhofer
http://codereview.appspot.com/4553056/diff/1/ly/special-characters.ly File ly/special-characters.ly (right): http://codereview.appspot.com/4553056/diff/1/ly/special-characters.ly#newcode1 ly/special-characters.ly:1: #(define special-characters-alist Is there any (public) command to add a

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread Carl . D . Sorensen
http://codereview.appspot.com/4553056/diff/1/lily/text-interface.cc File lily/text-interface.cc (right): http://codereview.appspot.com/4553056/diff/1/lily/text-interface.cc#newcode40 lily/text-interface.cc:40: int max_length = scm_to_int (ly_chain_assoc_get (ly_symbol2scm

Re: Branches?

2011-05-23 Thread Carl Sorensen
On 5/23/11 5:46 AM, David Kastrup d...@gnu.org wrote: What happens where? It appears like most work is done on release/unstable, partly on release/2.14, but almost nothing on master. What is the strategy here? When and how are changes expected to percolate to master? What is the

Re: Branches?

2011-05-23 Thread David Kastrup
Carl Sorensen c_soren...@byu.edu writes: On 5/23/11 5:46 AM, David Kastrup d...@gnu.org wrote: What happens where? It appears like most work is done on release/unstable, partly on release/2.14, but almost nothing on master. What is the strategy here? When and how are changes expected

Re: Doc: NR rewrite of 3.2 Titles and Headers (issue4124056)

2011-05-23 Thread Jan Warchoł
LGTM 2011/5/19 pkx1...@gmail.com On 2011/05/05 23:06:25, Graham Percival wrote: http://codereview.appspot.com/4124056/diff/32001/Documentation/notation/input.itely File Documentation/notation/input.itely (right):

Images broken in web-big-page.html

2011-05-23 Thread Reinhold Kainhofer
The web-big-page.html (found at http://kainhofer.com/~lilypond/Documentation/web-big-page.html ) has all its images broken, because all images point to ../pictures/blah.jpg rather than pictures/blah.jpg... As the web-big-page.html is rarely used by any user, this wouldn't be a problem, except

Re: Branches?

2011-05-23 Thread Graham Percival
On Mon, May 23, 2011 at 04:43:38PM +0200, David Kastrup wrote: Carl Sorensen c_soren...@byu.edu writes: As far as I know, we have master as the current development snapshot. Yes. We have stable/2.14 as the 2.14 candidate; patches are cherry-picked from master to stable/2.14. Yes.

Re: Branches?

2011-05-23 Thread Carl Sorensen
On 5/23/11 1:13 PM, Graham Percival gra...@percival-music.ca wrote: Carl Sorensen c_soren...@byu.edu writes: We have stable/2.14 as the 2.14 candidate; patches are cherry-picked from master to stable/2.14. Yes. Expect a release tomorrow. Please check with me before you make the

Re: Branches?

2011-05-23 Thread m...@apollinemike.com
On May 23, 2011, at 9:16 PM, Carl Sorensen wrote: On 5/23/11 1:13 PM, Graham Percival gra...@percival-music.ca wrote: Carl Sorensen c_soren...@byu.edu writes: We have stable/2.14 as the 2.14 candidate; patches are cherry-picked from master to stable/2.14. Yes. Expect a release

Re: Doc: NR 1.6.3 - edit eg.s in quoting other voices (issue4518053)

2011-05-23 Thread pkx166h
On 2011/05/20 07:52:22, t.daniels_treda.co.uk wrote: mailto:pkx1...@gmail.com wrote Thursday, May 19, 2011 5:57 PM Trevor, do you still object to my last comment about that para? The main use for adjusting quotedEventTypes is to prevent irrelevant clutter being inserted into the quoting

Re: Doc: NR 1.6.3 - edit eg.s in quoting other voices (issue4518053)

2011-05-23 Thread pkx166h
6th Draft. James http://codereview.appspot.com/4518053/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Branches?

2011-05-23 Thread Keith OHara
mike at apollinemike.com mike at apollinemike.com writes: Just a question - are we comfortable making a release even though issue 1648 isn't resolved? I think it would be fine to leave issue 1648 open for version 2.13.62. I am rather expecting someone to argue that issue 1648 is not

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread Carl Sorensen
On 5/23/11 3:32 PM, bordage.bertr...@gmail.com bordage.bertr...@gmail.com wrote: http://codereview.appspot.com/4553056/diff/1/lily/text-interface.cc#newcode40 lily/text-interface.cc:40: int max_length = scm_to_int (ly_chain_assoc_get (ly_symbol2scm (replacement-string-max-length), It is

Re: Images broken in web-big-page.html

2011-05-23 Thread Phil Holmes
- Original Message - From: Reinhold Kainhofer reinh...@kainhofer.com To: Lilypond-devel@gnu.org Sent: Monday, May 23, 2011 7:59 PM Subject: Images broken in web-big-page.html The web-big-page.html (found at http://kainhofer.com/~lilypond/Documentation/web-big-page.html ) has all its

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread bordage . bertrand
Yes. Knowing this, I suggest we keep whitespaces, punctuation, quotes and word dividers (with some small changes). There's still something that bothers me : isn't there some special characters that you can't do with you keyboard ? Even on linux I can't type some symbols like ſ or • without

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread Carl . D . Sorensen
On 2011/05/23 22:15:38, Bertrand Bordage wrote: Yes. Knowing this, I suggest we keep whitespaces, punctuation, quotes and word dividers (with some small changes). There's still something that bothers me : isn't there some special characters that you can't do with you keyboard ? Even on

Re: Branches?

2011-05-23 Thread Graham Percival
On Mon, May 23, 2011 at 10:18:12PM +0200, m...@apollinemike.com wrote: On May 23, 2011, at 9:16 PM, Carl Sorensen wrote: Please check with me before you make the release. I'm in the midst of some patch cherry-picking. argh. We were ready for a devel release 3 weeks ago. Can't I just

Re: Images broken in web-big-page.html

2011-05-23 Thread Graham Percival
On Mon, May 23, 2011 at 11:07:06PM +0100, Phil Holmes wrote: http://kainhofer.com/~lilypond/Documentation/web-big-page.html ) Think it's actually because the page is in the wrong place. If it was in /Documentation/web/web-big-page.html, the images would all be OK. All the -big-page.html

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread bordage . bertrand
...definitely not user-friendly! I totally agree it's better to type in UTF and that's what I always did with LilyPond. But this REALLY wastes time when we type several symbols and ligatures. Making this easier should be the OS's job. I'll think more about this and make another patch set.

Re: New alist to replace special characters. (issue4553056)

2011-05-23 Thread Carl . D . Sorensen
On 2011/05/23 23:11:33, Bertrand Bordage wrote: Making this easier should be the OS's job. Yes, I agree. That's why I'm not in favor of making it part of LilyPond for us to maintain. Having the facility to do the general substitution as part of LilyPond is fine, IMO. Having the list of all

Re: Doc: NR 1.6.3 - edit eg.s in quoting other voices (issue4518053)

2011-05-23 Thread k-ohara5a5a
On 2011/05/23 20:38:30, J_lowe wrote: 6th Draft. Still looks fine to me. http://codereview.appspot.com/4518053/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel