Re: point and click implementation

2013-04-10 Thread ArnoldTheresius
Eluze wrote > ... > @echo off > SETLOCAL enableExtensions enableDelayedExpansion > FOR /f "tokens=1*" %%a in ('REG QUERY HKCR\ly_auto_file\shell\open\command > ') do ( > CALL :xx editor %%b > IF NOT [!editor!]==[] SET editor=!editor! > ) > ECHO(&ECHO the LilyPond editor is: %editor% > GOTO

Re: cross staff notes collide

2013-04-10 Thread Werner LEMBERG
> If you don't like the word "bug", perhaps we can agree to call it an > "opportunity for improvement." I don't mind changing words if it > helps us stop getting distracted by other software :) We call such things a `feature request', and there are plenty of them already in the tracker. We

Re: cross staff notes collide

2013-04-10 Thread Evan Laforge
> I didn't say it was a hard to fix bug, I said it wasn't a bug and > illustrated what another expensive product does, as an illustration of > standard notation software layout practice. Well, Sibelius makes you fix many things manually. That's something that makes Sibelius more time-consuming to

Re: point and click implementation

2013-04-10 Thread Eluze
ArnoldTheresius wrote > > Eluze wrote >> ... >> the question is >> >> how do we get the default .ly editor from the registry and if there is >> one how do we get its (the editors) specification for line- and >> column-number specification - probably this has to go through a table >> (created and

Re: cross staff notes collide

2013-04-10 Thread Phil Holmes
- Original Message - From: "Evan Laforge" To: "Phil Holmes" Cc: Sent: Tuesday, April 09, 2013 11:15 PM Subject: Re: cross staff notes collide On Tue, Apr 9, 2013 at 1:54 PM, Phil Holmes wrote: "Evan Laforge" wrote in message news:CACbaDy6QRYvn_nQrpOVj72wwogDiA=-sdz2qct3niozkm_t...

Re: point and click implementation

2013-04-10 Thread ArnoldTheresius
Eluze wrote > ... > the question is > > how do we get the default .ly editor from the registry and if there is one > how do we get its (the editors) specification for line- and column-number > specification - probably this has to go through a table (created and > maintained by LilyPond) with the f

Re: PointAndClick on Windows

2013-04-10 Thread ArnoldTheresius
David Kastrup wrote > "Phil Holmes" < > mail@ > > writes: > >> - Original Message - >> From: "Francisco Vila" < > paconet.org@ > > >> To: "Phil Holmes" < > mail@ > > >> Cc: "Lilypond bug list" < > bug-lilypond@ > > >> Sent: Tuesday, April 09, 2013 6:15 PM >> Subject: Re: PointAndC