Re: editor Re: final score

2013-03-04 Thread Sarah k Alawami
I can't see well enough to do that.  Actually I can't see at all and vo is 
notable at differentiation these things. It won't recignase a gray image in a 
title bar I"m trying to install the last commit of the lily pond tool in to 
Jedit with no success at all  and all the directions said was to unzip it in 
the Jedit directory which was ~/libraries/JEdit/

No dice. The program never found the plugin folder so I could install it via 
the plugin manager.

Tc and be blessed.
On Mar 3, 2013, at 11:02 PM, Jacques Menu  wrote:

> Hello Sarah,
> 
> My setup it to use TeXShop, which is part of TeXLive, to edit the .ly files.
> A trick : in order not to lose the current selection or cursor positition 
> when you re-activate an editor window, click in the gray background of its 
> title bar, not in in the text pane below.
> 
> I compile the files in the Terminal with:
>   lily myFile.ly
> The command can be called again with the up arrow of the keyboard.
> 
> "lily" is defined as an alias in "${HOME}/.bashrc":
>   alias lily="/Applications/LilyPond.app/Contents/Resources/bin/lilypond 
> --pdf"
> 
> Another way round is to define a function in  "${HOME}/.bashrc" to avoid 
> typing the ".ly" extension of the file:
> function lil ()
>   {
>   /Applications/LilyPond.app/Contents/Resources/bin/lilypond --pdf ${1}.ly
>   }
> and then "lil myFile" does the compilation.
> 
> Sorry if I over-explained things you already know.
> 
> Regards,
> 
> 
> Le 4 mars 2013 à 06:57, Sarah k Alawami  a écrit :
> 
>> yeah I'm horrible  at compiling stuff and using the terminal. i was looking 
>> for a GUI way of doing this.  and I've never even heard of JEdit. lol! Not 
>> even on windows. yeah I'm a geek but not much of one lol! plus I'm not sure 
>> point and click will work with voice over. I know it does not work too well 
>> with nvda  and windows as of yet. Will try and follow the manual 
>> instructions but since I dunno where python is located on mac and its 
>> running what ever version came with osx mountain lion I dunno.
>> 
>> Tc and be blessed. all.
>> On Mar 3, 2013, at 9:47 PM, flup2  wrote:
>> 
>>> Hello,
>>> 
>>> There are some solutions for text editing with LilyPond under Mac OS X. But
>>> one of the easiest to get working is the "JEdit + lilypondtool" combo. That
>>> editor has line numbering, is far easier to install than Frescobaldi and
>>> keeps "point-and-click" unlike TeXShop, TextMate or Textwrangler
>>> 
>>> Installation instructions are here given for Windows, but they are pretty
>>> similar with OS X:  http://lilypondtool.blogspot.be/p/install-configure.html
>>>   
>>> 
>>> Philippe
>>> 
>>> 
>>> 
>>> --
>>> View this message in context: 
>>> http://lilypond.1069038.n5.nabble.com/final-score-tp141977p141993.html
>>> Sent from the User mailing list archive at Nabble.com.
>>> 
>>> ___
>>> lilypond-user mailing list
>>> lilypond-user@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>> 
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: editor Re: final score

2013-03-04 Thread Wim van Dommelen

Hi Sarah,

TeXShop has line numbers, work OK with Lilypond. Has a possibility to  
compile it and open the PDF afterwards. Easy.


Regards,
Wim.




On 4 Mar 2013, at 06:57 , Sarah k Alawami wrote:

yeah I'm horrible  at compiling stuff and using the terminal. i was  
looking for a GUI way of doing this.  and I've never even heard of  
JEdit. lol! Not even on windows. yeah I'm a geek but not much of one  
lol! plus I'm not sure point and click will work with voice over. I  
know it does not work too well with nvda  and windows as of yet.  
Will try and follow the manual instructions but since I dunno where  
python is located on mac and its running what ever version came with  
osx mountain lion I dunno.


Tc and be blessed. all.
On Mar 3, 2013, at 9:47 PM, flup2  wrote:


Hello,

There are some solutions for text editing with LilyPond under Mac  
OS X. But
one of the easiest to get working is the "JEdit + lilypondtool"  
combo. That
editor has line numbering, is far easier to install than  
Frescobaldi and

keeps "point-and-click" unlike TeXShop, TextMate or Textwrangler

Installation instructions are here given for Windows, but they are  
pretty

similar with OS X:  http://lilypondtool.blogspot.be/p/install-configure.html


Philippe



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/final-score-tp141977p141993.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: editor Re: final score

2013-03-03 Thread Jacques Menu
Hello Sarah,

My setup it to use TeXShop, which is part of TeXLive, to edit the .ly files.
A trick : in order not to lose the current selection or cursor positition when 
you re-activate an editor window, click in the gray background of its title 
bar, not in in the text pane below.

I compile the files in the Terminal with:
lily myFile.ly
The command can be called again with the up arrow of the keyboard.

"lily" is defined as an alias in "${HOME}/.bashrc":
alias lily="/Applications/LilyPond.app/Contents/Resources/bin/lilypond 
--pdf"

Another way round is to define a function in  "${HOME}/.bashrc" to avoid typing 
the ".ly" extension of the file:
function lil ()
{
/Applications/LilyPond.app/Contents/Resources/bin/lilypond --pdf ${1}.ly
}
and then "lil myFile" does the compilation.

Sorry if I over-explained things you already know.

Regards,


Le 4 mars 2013 à 06:57, Sarah k Alawami  a écrit :

> yeah I'm horrible  at compiling stuff and using the terminal. i was looking 
> for a GUI way of doing this.  and I've never even heard of JEdit. lol! Not 
> even on windows. yeah I'm a geek but not much of one lol! plus I'm not sure 
> point and click will work with voice over. I know it does not work too well 
> with nvda  and windows as of yet. Will try and follow the manual instructions 
> but since I dunno where python is located on mac and its running what ever 
> version came with osx mountain lion I dunno.
> 
> Tc and be blessed. all.
> On Mar 3, 2013, at 9:47 PM, flup2  wrote:
> 
>> Hello,
>> 
>> There are some solutions for text editing with LilyPond under Mac OS X. But
>> one of the easiest to get working is the "JEdit + lilypondtool" combo. That
>> editor has line numbering, is far easier to install than Frescobaldi and
>> keeps "point-and-click" unlike TeXShop, TextMate or Textwrangler
>> 
>> Installation instructions are here given for Windows, but they are pretty
>> similar with OS X:  http://lilypondtool.blogspot.be/p/install-configure.html
>>   
>> 
>> Philippe
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://lilypond.1069038.n5.nabble.com/final-score-tp141977p141993.html
>> Sent from the User mailing list archive at Nabble.com.
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: editor Re: final score

2013-03-03 Thread Sarah k Alawami
yeah I'm horrible  at compiling stuff and using the terminal. i was looking for 
a GUI way of doing this.  and I've never even heard of JEdit. lol! Not even on 
windows. yeah I'm a geek but not much of one lol! plus I'm not sure point and 
click will work with voice over. I know it does not work too well with nvda  
and windows as of yet. Will try and follow the manual instructions but since I 
dunno where python is located on mac and its running what ever version came 
with osx mountain lion I dunno.

Tc and be blessed. all.
On Mar 3, 2013, at 9:47 PM, flup2  wrote:

> Hello,
> 
> There are some solutions for text editing with LilyPond under Mac OS X. But
> one of the easiest to get working is the "JEdit + lilypondtool" combo. That
> editor has line numbering, is far easier to install than Frescobaldi and
> keeps "point-and-click" unlike TeXShop, TextMate or Textwrangler
> 
> Installation instructions are here given for Windows, but they are pretty
> similar with OS X:  http://lilypondtool.blogspot.be/p/install-configure.html
>   
> 
> Philippe
> 
> 
> 
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/final-score-tp141977p141993.html
> Sent from the User mailing list archive at Nabble.com.
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: editor Re: final score

2013-03-03 Thread flup2
Hello,

There are some solutions for text editing with LilyPond under Mac OS X. But
one of the easiest to get working is the "JEdit + lilypondtool" combo. That
editor has line numbering, is far easier to install than Frescobaldi and
keeps "point-and-click" unlike TeXShop, TextMate or Textwrangler

Installation instructions are here given for Windows, but they are pretty
similar with OS X:  http://lilypondtool.blogspot.be/p/install-configure.html
  

Philippe



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/final-score-tp141977p141993.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: editor Re: final score

2013-03-03 Thread Sarah k Alawami
Iuse a screen reader called voice over. It is not that good in the terminal so 
if line numbers could be enabled in lily pond that would be nice as I could 
then see where the mistake is and correct it. or copy and paste the relevant 
line on to the list or what not.

Take care. all and be blessed.
On Mar 3, 2013, at 9:27 PM, Roland Goretzki  wrote:

> Hello list, hello Sarah,
> 
>> I don't have or use a braille display and have not for years ...
> 
> Upps, how can You read without a braille display?
> 
> I'm not familiar with the lilypond editor, so others could better help
> You with it.
> 
> The following only with saying, that vim is an editor with (similar to
> lilypond) a steep learning curve (but neverthelss the best I know):
> 
> Vim is also for mac.
> 
> The vim editor (also for blind) with explanation, but as far as I can
> see, only in german:
> http://www.linux-fuer-blinde.de/55-0-texteditor-vim.html
> 
> The vim-download page for macintosh:
> http://www.vim.org/download.php#mac
> 
> HTH
> 
> Best Regards   Roland


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: editor Re: final score

2013-03-03 Thread Sarah k Alawami
Yeah is there a line editor I could use? I thought lilly pond had line numbers 
on by default but the since the prefs option is dimmed for some odd reason I 
dunno. lol!

You are right that it would speed up my progress greatly. is there a line 
editor that's a guy for mac that you know of that can take .ly files and still 
compile them correctly? I don't have or use a braille display and have not for 
years so I'm working with I have which is the lily pond editor for mac osx v 
2.16.

Tc all and be blessed.


On Mar 3, 2013, at 8:46 PM, Roland Goretzki  wrote:

> Hello list, hello Sarah,
> 
> You wrote:
> 
>> Well I saw a presences thing in the lily pond menu but it was dimmed.
>> Any way how to make it undimmed so I can see if there is a line
>> numbers thing?
>> 
>> This would make it much much easier in solving errors and keeping
>> track of where I am in terms of the piece. or pieces I will be doing
>> this semester and for the next few years.
> 
> I'm using the editor vim, which shows the line numbers per default.
> 
> I remember You are using a mac, am I right?
> 
> Well, I don't know the editors at mac, and You especially have to use a
> braille editor, correct?
> 
> If You can get a braille editor for mac with this feature, that would
> solve it.
> 
> In Your previous mail You wrote something about beeing not so far after
> two weeks. An editor with line numbers would extremely increase not only
> the working tempo, but also the learning tempo, I think. :-)
> 
> Good luck. :-)
> 
> Best Regards   Roland


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user