Re: scheme modalTranspose

2018-03-09 Thread Gianmaria Lari
On 10 March 2018 at 02:59, Andrew Bernard wrote: > Hi Gianamari, > > Add a numerical parameter. > > > \version "2.19.81" > multiModal = #(define-music-function (scale patternMelodic num) > (ly:music? ly:music? number?) >#{ >

Re: that migrating "opus"

2018-03-09 Thread David Wright
On Thu 08 Mar 2018 at 21:35:34 (-0800), Mark Stephen Mrotek wrote: > David, > > Very interesting, been there, done that! Except that the example you just posted doesn't seem to indicate that you took anything away from the one already posted in

Re: scheme modalTranspose

2018-03-09 Thread Andrew Bernard
Hi Gianamari, Add a numerical parameter. \version "2.19.81" multiModal = #(define-music-function (scale patternMelodic num) (ly:music? ly:music? number?) #{ #@(map(lambda (p) #{ \modalTranspose c #(ly:make-pitch -1 p) $scale

scheme modalTranspose

2018-03-09 Thread Gianmaria Lari
This function transpose modally some music in the seven degrees of the scale: \version "2.19.81" multiModal = #(define-music-function (scale patternMelodic) (ly:music? ly:music?) #{ #@(map(lambda (p) #{ \modalTranspose c #(ly:make-pitch -1 p) $scale

Re: Frescobaldi’s use of the version statement

2018-03-09 Thread Simon Albrecht
On 09.03.2018 17:13, David Wright wrote: You can even use Frescobaldi's option "Automatically choose LilyPond version from document". Ouch. I hadn't come across that one. Sounds really bad to me. a) you're not really in control of what's running, Huh? You can choose which of the LilyPond

Re: Having trouble understanding optional and variable amount of arguments

2018-03-09 Thread Urs Liska
Hi Stéfano, Am 09.03.2018 um 16:48 schrieb Stefano Troncaro: A few thoughts I think macro definitions for all the define- functions can be avoided like this: \version "2.19.80" \include "oll-core/package.ily" #(define-macro (with-options func-def-proc vars preds rulings . body)

Re: The frescobaldi Issue and Cannot load the 2.19 lily development version

2018-03-09 Thread David Wright
On Fri 09 Mar 2018 at 08:25:58 (-0700), Torsten Hämmerle wrote: > peter.gentry-2 wrote > > I have been using a saved download of 2.19.65-1.mingw.exe 25,348 KB. > > > Hi Peter, > > Out of curiosity, I have just downloaded 2.19.65 via > http://lilypond.org/downloads/binaries/mingw/ > >

Success

2018-03-09 Thread peter.gentry
Today both machines are working so fingers crossed I have seen the last of -1073741819. Downloads from http://lilypond.org/downloads/binaries/mingw/lilypond-2.19.81-1.mingw.exe> worked. My suspicion still remains something to do with file permissions/ownership but cannot pin it down.

Re: Help I despair

2018-03-09 Thread David Wright
On Fri 09 Mar 2018 at 06:43:58 (-0700), Torsten Hämmerle wrote: > As each LilyPond version has its own set of executables, includes, even > fonts, I always insert Lily's version number into the path during the > LilyPond installation process. That way, different LilyPond versions can > peacefully

Re: Having trouble understanding optional and variable amount of arguments

2018-03-09 Thread Stefano Troncaro
A few thoughts I think macro definitions for all the define- functions can be avoided like this: > \version "2.19.80"\include "oll-core/package.ily" > #(define-macro (with-options func-def-proc vars preds rulings . body) >`(,func-def-proc ,(append '(opts) vars) ,(append '(ly:context-mod?)

Re: slur on ornament

2018-03-09 Thread Torsten Hämmerle
By the way, In addition to all the viable solutions provided, I'd like to point out that an \appoggiatura slur is just an ordinary slur in the end and if you don't like the default direction you may just override Slur.direction or use the \slurUp shortcut. { \clef bass \slurUp \appoggiatura d'8

RE: slur on ornament

2018-03-09 Thread Mark Stephen Mrotek
Kieren, Yes it does. I forgot about using the ^( inside of a chord. Many thanks. Mark -Original Message- From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca] Sent: Friday, March 09, 2018 7:26 AM To: Mark Stephen Mrotek Cc: Lilypond-User Mailing List

Re: slur on ornament

2018-03-09 Thread Robert Schmaus
I think this could work with simultaneous implicit voices like this: << { \appoggiatura{e16} f4 } { \grace{s16} c4 } >> Sorry, I'm not at my computer right now, but I'm sure this construction should do. Best, Robert > On 9 Mar 2018, at 16:19, Mark Stephen Mrotek

Re: slur on ornament

2018-03-09 Thread Kieren MacMillan
Hi Mark, > This is what I want > > \grace does not provide a slur. > \appoggiatura slurs to the f. > > Any suggestions welcome. { \clef bass \grace { d'8^( } 4) } Hope that helps! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣

Re: The frescobaldi Issue and Cannot load the 2.19 lily development version

2018-03-09 Thread Torsten Hämmerle
peter.gentry-2 wrote > I have been using a saved download of 2.19.65-1.mingw.exe 25,348 KB. Hi Peter, Out of curiosity, I have just downloaded 2.19.65 via http://lilypond.org/downloads/binaries/mingw/ Windows Explorer says "33,556 KB" for lilypond-2.19.65-1.mingw.exe Perhaps you should try

Re: Help I despair

2018-03-09 Thread Dr . Raphael D . Thöne
Setup a virtual Linux machine and compile it under Frescobaldi Linux or directly from the command prompt. Raphael. Am 09.03.2018 um 11:13 schrieb peter.gen...@sunscales.myzen.co.uk: Today Fresco on Laptop working Fresco on Desktop produces the

Absolute temporal positioning of mm-rests

2018-03-09 Thread Arttu Punkkinen
Hi! I was wondering, if there is a way to specify a multimeasure rest which length is only relatively defined so that it ends at predetermined bar number? I often find myself needing to adjust or add material between multimeasure rests, which currently need manual adjustment to keep alignment.

slur on ornament

2018-03-09 Thread Mark Stephen Mrotek
Hello, This is what I want \grace does not provide a slur. \appoggiatura slurs to the f. Any suggestions welcome. Thank you! Mark ___ lilypond-user mailing list lilypond-user@gnu.org

Re: The frescobaldi Issue and Cannot load the 2.19 lily development version

2018-03-09 Thread Abraham Lee
Hi, Peter! One thought, that you’ve possibly considered, but I’ll mention it anyway... On Fri, Mar 9, 2018 at 8:00 AM wrote: > I have been using a saved download of 2.19.65-1.mingw.exe 25,348 KB. > > > > Installing today resulted in failure, no response

The frescobaldi Issue and Cannot load the 2.19 lily development version

2018-03-09 Thread peter.gentry
I have been using a saved download of 2.19.65-1.mingw.exe 25,348 KB. Installing today resulted in failure, no response from the command promt. So I went back to 2.18.2 this did work from command prompt and Frescobaldi. It seems there may be something in the 2.19.65-1 file that I have

Re: More Lily Issues

2018-03-09 Thread Karlin High
On 3/9/2018 7:52 AM, peter.gen...@sunscales.myzen.co.uk wrote: The requested URL /lilypond/binaries/mingw/lilypond-2.19.81-1.mingw.exe was not found on this server. /Apache/2.4.25 (Debian) Server at

More Lily Issues

2018-03-09 Thread peter.gentry
The requested URL /lilypond/binaries/mingw/lilypond-2.19.81-1.mingw.exe was not found on this server. _ Apache/2.4.25 (Debian) Server at download.linuxaudio.org Port 80 Cannot load this from Lilypond.org ___ lilypond-user mailing list

Re: Help I despair

2018-03-09 Thread Torsten Hämmerle
Hi Peter, Occasionally, I've had similar problems with Windows 10 in the past. What saved me was the possibility to choose between several versions of LilyPond. Default Windows path (as I've seen it in your postings) C:\Program Files (x86)\LilyPond\usr\bin\lilypond.exe As each LilyPond version

Re: Help I despair

2018-03-09 Thread Ben
On 3/9/2018 5:13 AM, peter.gen...@sunscales.myzen.co.uk wrote: Today Fresco on Laptop working Fresco on Desktop produces the -1073741819 exception error. This is the opposite of yesterday. Again there are NO log messages except this error. Moving a compiled file from laptop to desktop and

Help I despair

2018-03-09 Thread peter.gentry
Today Fresco on Laptop working Fresco on Desktop produces the -1073741819 exception error. This is the opposite of yesterday. Again there are NO log messages except this error. Moving a compiled file from laptop to desktop and Fresco will display the revised file and play the midi. It will