Re: Feature request for Nalesnik's rN.ly

2015-12-09 Thread David Nalesnik
On Wed, Dec 9, 2015 at 6:21 PM, David Nalesnik wrote: > > > I've moved all development of this to a GitHub repository here: > https://github.com/davidnalesnik/lilypond-roman-numeral-tool. There are > significant improvements over what you'll find in the archives. Ability to > do altered figures i

Re: Feature request for Nalesnik's rN.ly

2015-12-09 Thread David Nalesnik
Hi Ferdinand, On Wed, Dec 9, 2015 at 5:23 PM, Ferdinand Grau wrote: > The problem is that I severely lack the ability to typest chords like the > ones in the attachment: II6/5/♭, II7/♭5, etc. Interestingly enough, > arbitrary number of inversion digits was supported by earlier version of > \rN (

Feature request for Nalesnik's rN.ly

2015-12-09 Thread Ferdinand Grau
The problem is that I severely lack the ability to typest chords like the ones in the attachment: II6/5/♭, II7/♭5, etc. Interestingly enough, arbitrary number of inversion digits was supported by earlier version of \rN (https://lists.gnu.org/archive/html/lilypond-user/2014-11/msg00470.html). but it

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Thomas Morley
2015-12-09 17:17 GMT+01:00 David Kastrup : > Thomas Morley writes: > >> 2015-12-09 15:19 GMT+01:00 David Kastrup : >>> Thomas Morley writes: >>> This whole stuff looks quite obfuscated to me. Currently we do a lot of calculation to end up with then hard-coded vectors. Why not

RE: Can't access LinuxAudio server

2015-12-09 Thread Daniel Rosen
> -Original Message- > From: Brian Barker [mailto:b.m.bar...@btinternet.com] > Sent: Wednesday, December 09, 2015 4:46 PM > To: Daniel Rosen > Subject: Re: Can't access LinuxAudio server > > At 21:11 09/12/2015 +, you wrote: > >Whenever I try to access any page in the linuxaudio.org

Re: Can't access LinuxAudio server

2015-12-09 Thread David Kastrup
Daniel Rosen writes: > Hello all, > > Whenever I try to access any page in the linuxaudio.org domain > (including pages in download.linuxaudio.org), my browser (Firefox) > returns a "Server not found" error, which makes it impossible for me > to download the latest version of LilyPond for Windows

Re: recent modifications to \partcombine

2015-12-09 Thread Gilberto Agostinho
Thanks David, cheers! -- View this message in context: http://lilypond.1069038.n5.nabble.com/recent-modifications-to-partcombine-tp184608p184614.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@

Re: recent modifications to \partcombine

2015-12-09 Thread David Kastrup
Gilberto Agostinho writes: > I see on the documentation that the command \partcombineApartOnce > isn't listed any more, and that is has been substituted \once > \partcombineApart. As much as I think this new command is much more > logical, wouldn't it be reasonable to still allow the ...Once com

Re: Microtonal notation - arrows up and down

2015-12-09 Thread Graham Breed
Date: Wed, 9 Dec 2015 01:05:11 +0100 From: Luca Danieli Hello everybody, I found out very few about arrows down and up for microtonal notation.Neither a quick research on the mailing-list has shown many results. I found the best example of it in the following page but I hoped to find some mor

Re: recent modifications to \partcombine

2015-12-09 Thread Gilberto Agostinho
Hi Urs, Urs Liska wrote > But it does so after running convert-ly on the code (apart from the > erroneous "=" before \partcombine). Oh, of course you are right, I completely forgot about convert-ly! My bad... So we can completely ignore my previous post, except perhaps about that phrase in the

Re: recent modifications to \partcombine

2015-12-09 Thread Urs Liska
Am 09.12.2015 um 22:06 schrieb Gilberto Agostinho: > Hi all, > > It seems that a recent modification to \partcombine has cause a major > problem with some older scores. The code below compiles on version 2.19.28 > but not on version 2.19.32: ... But it does so after running convert-ly on the cod

Can't access LinuxAudio server

2015-12-09 Thread Daniel Rosen
Hello all, Whenever I try to access any page in the linuxaudio.org domain (including pages in download.linuxaudio.org), my browser (Firefox) returns a "Server not found" error, which makes it impossible for me to download the latest version of LilyPond for Windows. http://isup.me tells me that

recent modifications to \partcombine

2015-12-09 Thread Gilberto Agostinho
Hi all, It seems that a recent modification to \partcombine has cause a major problem with some older scores. The code below compiles on version 2.19.28 but not on version 2.19.32: %% A = { \repeat unfold 4 {c' d' e' f'} } B = { c' d' e' f' \partcombineApart c' d' e' f'

Re: Moving a single note (optical spacing once more)

2015-12-09 Thread Urs Liska
Am 09.12.2015 um 20:37 schrieb Simon Albrecht: > On 09.12.2015 17:07, Kieren MacMillan wrote: >> Hi Urs, >> >>> It is surprising that LilyPond makes it that hard to move a >>> single note that doesn't have any dependencies … >> Is this maybe a case where #'extra-offset is your [current] best opti

Re: Moving a single note (optical spacing once more)

2015-12-09 Thread Simon Albrecht
On 09.12.2015 17:07, Kieren MacMillan wrote: Hi Urs, It is surprising that LilyPond makes it that hard to move a single note that doesn't have any dependencies … Is this maybe a case where #'extra-offset is your [current] best option? It’s possible to wrap into a music function to deal with

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Kieren MacMillan
Hi all, On Dec 9, 2015, at 11:17 AM, David Kastrup wrote: > Why not > \set Score.markFormat = \markup \circle \bold \markletter \etc Gosh, that’s pretty! (At least relatively speaking.) Cheers, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.i

Re: Lower-case letter rehearsal marks

2015-12-09 Thread David Kastrup
Thomas Morley writes: > 2015-12-09 15:19 GMT+01:00 David Kastrup : >> Thomas Morley writes: >> >>> This whole stuff looks quite obfuscated to me. >>> Currently we do a lot of calculation to end up with then hard-coded vectors. >>> Why not give the initial value directly? >>> Below three suggesti

Re: Moving a single note (optical spacing once more)

2015-12-09 Thread Kieren MacMillan
Hi Urs, > It is surprising that LilyPond makes it that hard to move a > single note that doesn't have any dependencies … Is this maybe a case where #'extra-offset is your [current] best option? Of course, I don’t love it… but I don’t shy away from using it [via the edition-engraver] when absolut

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Johan Vromans
On Wed, 9 Dec 2015 14:16:37 +0100 Thomas Morley wrote: > This whole stuff looks quite obfuscated to me. Aren't we just looking for \mark \locase \default? I can think of many other purposes for \locase \upcase \titlecase ... -- Johan ___ lilypond

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Thomas Morley
2015-12-09 15:19 GMT+01:00 David Kastrup : > Thomas Morley writes: > >> This whole stuff looks quite obfuscated to me. >> Currently we do a lot of calculation to end up with then hard-coded vectors. >> Why not give the initial value directly? >> Below three suggestions, via string, char-set, vecto

Re: Lower-case letter rehearsal marks

2015-12-09 Thread David Kastrup
Thomas Morley writes: > This whole stuff looks quite obfuscated to me. > Currently we do a lot of calculation to end up with then hard-coded vectors. > Why not give the initial value directly? > Below three suggestions, via string, char-set, vector. > Maybe we could even introduce a context-prope

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Thomas Morley
2015-12-09 12:52 GMT+01:00 Andrew Bernard : > Hi Abraham, > > Well, as a very quick hack, you can change the uppercase hardwired A in this > code to lowercase hardwired as below. I am not suggesting this is the best > solution, but it works. > > Andrew > > > > — snip > > define-markup-commands.scm

Re: custom right-hand fingering

2015-12-09 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Wednesday, December 09, 2015 10:51 AM Subject: Re: custom right-hand fingering "Phil Holmes" writes: - Original Message - From: "David Kastrup" To: "Thomas Morley" Cc: Sent: Tuesday, December 08, 2

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Andrew Bernard
Hi Abraham, Well, as a very quick hack, you can change the uppercase hardwired A in this code to lowercase hardwired as below. I am not suggesting this is the best solution, but it works. Andrew — snip define-markup-commands.scm (define number->mark-letter-vector (make-vector 25 #\a)) (d

Re: custom right-hand fingering

2015-12-09 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: "Thomas Morley" > Cc: > Sent: Tuesday, December 08, 2015 8:47 PM > Subject: Re: custom right-hand fingering > > >> Thomas Morley writes: >> >>> Also possible: >>> >>> #(define (my-stroke-finger::calc-text grob

Re: custom right-hand fingering

2015-12-09 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Thomas Morley" Cc: Sent: Tuesday, December 08, 2015 8:47 PM Subject: Re: custom right-hand fingering Thomas Morley writes: Also possible: #(define (my-stroke-finger::calc-text grob) (let ((event (event-cause grob))) (or (ly:e

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Brian Barker
At 09:34 09/12/2015 +0100, Urs Liska wrote: Am 09.12.2015 um 08:57 schrieb Brian Barker: At 17:08 08/12/2015 -0700, Abraham Lee wrote: I am trying to figure out how to make rehearsal mark letters be their lower-case counterparts. I've read through all the options in "scm/translation-functions.

Re: Lower-case letter rehearsal marks

2015-12-09 Thread Urs Liska
Am 09.12.2015 um 08:57 schrieb Brian Barker: > At 17:08 08/12/2015 -0700, Abraham Lee wrote: >> I am trying to figure out how to make rehearsal mark letters be their >> lower-case counterparts. I've read through all the options in >> "scm/translation-functions.scm" to see what's currently availab