Re: lilypond - Tex

2016-07-11 Thread David Wright
On Mon 11 Jul 2016 at 21:26:48 (+0200), bart deruyter wrote: > the thread "state-of-the-art for algorithmic hooks and Lilypond+(La)TeX" > caught my eye because I recently started documenting what I'm studying in > music and because I often stumble upon pdf's in imslp, method-books for > guitar and

Re: Beam slashed on the right

2016-07-11 Thread Andrew Bernard
In response to my own question, I see LSR 721 uses just the stem to make a slash, but I now see that by following Thomas Morley’s sketch shown here recently and extending that you can further get the set of stems spanned by a beam and work with that. So I should have a nice function for doing right

Beam slashed on the right

2016-07-11 Thread Andrew Bernard
I am trying to write a schem function to put a slahs on a beam on the right by adapting David Nalesnik’s code for the \slash function in LSR 721. The code adds a slash to the stem of the leftmost note. My question is, how does one find the grob properties of the rightmost, last note and its stem in

Re: state-of-the-art for algorithmic hooks and Lilypond+(La)TeX

2016-07-11 Thread David Bellows
I guess should throw my own modest contribution into the hat. My Platonic music engine (http://www.platonicmusicengine.com) is algorithmically generated music created to simulate any musical idea. It generates traditional scores using Lilypond and graphical scores using pdfLaTeX. It is written enti

Re: Easy way to switch off transpositions

2016-07-11 Thread Chris Yate
Hi all, It seems it's been a year since I looked at this problem, and I've just figured out some kind of solution. Applying the "optionalTranspose" function (see below) to each voice allows me to globally switch all transposition on and off, so as to achieve either a transposed or concert pitch s

Re: Position fingerings for diatonic accordion that include button name (not just finger)

2016-07-11 Thread Carl Sorensen
On 7/11/16 12:06 PM, "David Kastrup" wrote: > >I think the fundamental question is how to provide the information. > >We have a similar choice to make with tablature: enter the musical >information, or enter the playing instructions. > >With tablature, the choice ended up being notes, occasiona

Re: Gould &c. question

2016-07-11 Thread Carl Sorensen
On 7/11/16 7:54 AM, "Simon Albrecht" wrote: >Hello, > >what do the authorities say on beaming something like this: > >%% >\version "2.19.45" >{ > \time 2/2 > \repeat unfold 4 { \tuplet 6/4 { c16 e g c' g e } } >} >%% > >Currently, it¹s beamed by half-measure, which I think i

lilypond - Tex

2016-07-11 Thread bart deruyter
Hi all, the thread "state-of-the-art for algorithmic hooks and Lilypond+(La)TeX" caught my eye because I recently started documenting what I'm studying in music and because I often stumble upon pdf's in imslp, method-books for guitar and piano, which use a lot of text and scores (obviously). In th

Re: Gould &c. question

2016-07-11 Thread Urs Liska
Am 11. Juli 2016 19:39:14 MESZ, schrieb Kieren MacMillan : >Hi Simon, > >> Currently, it’s beamed by half-measure, which I think impairs >legibility, so I introduced a patch changing this to beaming by quarter >note value (issue 4919). An earlier request for opinions didn’t harvest >any response

Re: state-of-the-art for algorithmic hooks and Lilypond+(La)TeX

2016-07-11 Thread Jeffery Shivers
Hi Kieren, He’s **extremely** interested in the possible hooks from Lilypond to > algorithmic music generation, and the interweaving of music with text > (e.g., LaTeX). I’m hoping to get him hooked on the ‘Pond, beyond the > high-energy sales pitch I gave him in person. This is great! Some peopl

Re: state-of-the-art for algorithmic hooks and Lilypond+(La)TeX

2016-07-11 Thread Simon Albrecht
On 11.07.2016 19:55, Kieren MacMillan wrote: 2. For Lilypond+(La)TeX, I want to send him to examples of the bleeding edge (or at least most stable state-of-the-art) work in that direction. What are the first links I should send him? Certainly this:

Re: Gould &c. question

2016-07-11 Thread Simon Albrecht
On 11.07.2016 19:39, Kieren MacMillan wrote: Hi Simon, Currently, it’s beamed by half-measure, which I think impairs legibility, so I introduced a patch changing this to beaming by quarter note value (issue 4919). An earlier request for opinions didn’t harvest any responses – would anyone li

Re: Position fingerings for diatonic accordion that include button name (not just finger)

2016-07-11 Thread David Kastrup
Ok, I'm starting to get backlogged on my replies so I'll finish this one first. Mojca Miklavec writes: > On 9 July 2016 at 17:07, David Kastrup wrote: >> Mojca Miklavec writes: >> >> This mechanism for pulling pitches and making graphics for them can be >> changed into something specific for yo

state-of-the-art for algorithmic hooks and Lilypond+(La)TeX

2016-07-11 Thread Kieren MacMillan
Hello all, This past week, I was in Pittsburgh on music business (a long-term commissioning project incorporating binaural recording technologies and a bunch of other exciting stuff). While there, I established a very strong relationship with a composer, sound designer, and electrical engineer

Re: Gould &c. question

2016-07-11 Thread Kieren MacMillan
Hi Simon, > Currently, it’s beamed by half-measure, which I think impairs legibility, so > I introduced a patch changing this to beaming by quarter note value (issue > 4919). An earlier request for opinions didn’t harvest any responses – would > anyone like to chime in? :-) 1. I prefer the bea

Re: Position fingerings for diatonic accordion that include button name (not just finger)

2016-07-11 Thread Mojca Miklavec
On 9 July 2016 at 17:07, David Kastrup wrote: > Mojca Miklavec writes: > >> On 9 July 2016 at 13:25, David Kastrup wrote: >>> Mojca Miklavec writes: >>> I'm relatively new to lilypond (and new to diatonic accordion). >>> >>> Slovenia is a nice area to be in for diatonic accordion, though. >>>

Re: Reuse \header definitions: Is it possible?

2016-07-11 Thread Kieren MacMillan
Hi David, > As of version 2.19.45 […] you should be able to assign a complete > \header to a variable and use it as (or inside of) a \header in a bookpart. What a lovely feature! Thanks for the continuing great work. Best wishes, Kieren. Kieren MacMillan, compos

Gould &c. question

2016-07-11 Thread Simon Albrecht
Hello, what do the authorities say on beaming something like this: %% \version "2.19.45" { \time 2/2 \repeat unfold 4 { \tuplet 6/4 { c16 e g c' g e } } } %% Currently, it’s beamed by half-measure, which I think impairs legibility, so I introduced a patch changing this to b

Re: Easier way to do double-quotes in lyrics?

2016-07-11 Thread Johan Vromans
On Mon, 11 Jul 2016 08:34:28 -0400 Kieren MacMillan wrote: > For those using Mac OS but not Frescobaldi, you can always just use > option- and option-shift- with [ and ] to get typographer’s quotes (in > any application). For Linux users with a compose key, it is: Compose + < + "open, do

Re: Easier way to do double-quotes in lyrics?

2016-07-11 Thread Kieren MacMillan
Hi all, On Jul 8, 2016, at 6:09 PM, BGM wrote: > I just realized that Frescobaldi has a snippet for that. I can select > the text and push ctrl+shift+' (or ctrl=") and it will add the typographic > quotes. For those using Mac OS but not Frescobaldi, you can always just use option- and option