Re: Mac terminal question

2017-10-10 Thread Thomas Scharkowski
Original-Nachricht Am 08.10.2017 um 09:05 schrieb Jacques Menu Muzhic: Hello Craig, You can create a script (text) file like this one, make it executable and accessible in your PATH: I don’t know Mac but I assume that it can be done *MUCH* easier: lilypond

Re: Mac terminal question

2017-10-10 Thread Malte Meyn
Not standard way for such simple things that only require a shell expansion of *.ly … but of course you can do that. Am 10.10.2017 um 01:18 schrieb Ivan Kuznetsov: You could learn how to use a makefile. That is the standard way to do such a thing under unix. Maxime's Music

Re: Mac terminal question

2017-10-09 Thread Ivan Kuznetsov
You could learn how to use a makefile. That is the standard way to do such a thing under unix. Maxime's Music wrote: > > What do I need to type to get lilypond to engrave all files in a folder > (wihout the point-and-click)?

Re: Mac terminal question

2017-10-08 Thread Malte Meyn
Am 08.10.2017 um 09:05 schrieb Jacques Menu Muzhic: Hello Craig, You can create a script (text) file like this one, make it executable and accessible in your PATH: I don’t know Mac but I assume that it can be done *MUCH* easier: lilypond -dno-point-and-click *.ly

Re: Mac terminal question

2017-10-08 Thread David Kastrup
"Maxime's Music" writes: > Hi Lilyponders, > > I'm trying to run lilypond from the terminal (Mac OS 10.13) but I must be > doing something wrong. So what are you doing, and what is the response? > What do I need to type to get lilypond to engrave all files in a

Re: Mac terminal question

2017-10-08 Thread Jacques Menu Muzhic
Hello Craig, You can create a script (text) file like this one, make it executable and accessible in your PATH: ### user@lilydev: ~/bin > cat CompileAllLilyPondFiles #!/bin/bash USAGE="==> Usage: $0 sourceFolder destFolder" if [ $# -ne 4 ]; then echo "$USAGE"

Mac terminal question

2017-10-07 Thread Maxime's Music
Hi Lilyponders, I'm trying to run lilypond from the terminal (Mac OS 10.13) but I must be doing something wrong. What do I need to type to get lilypond to engrave all files in a folder (wihout the point-and-click)? All the best, Craig -- *Craig Dabelstein* Maxime's Music