Re: sesqui-flat spelling

2017-11-22 Thread David Kastrup
Edward Neeman writes: > Hello all, > > I've gotten quite used to the fact that "as" is A flat and "es" is E > flat in Lilypond. Is there a reason why sesqui-flats need to be > spelled aeseh and eeseh (instead of the abbreviated "aseh" or "eseh")? I don't think so. Note

Re: sesqui-flat spelling

2017-11-22 Thread Caagr98
You can add your own language which contains those two aliases: #(define a (assoc-ref language-pitch-names 'nederlands)) #(set! a (acons 'aseh (ly:make-pitch -1 5 THREE-Q-FLAT) a)) #(set! a (acons 'eseh (ly:make-pitch -1 2 THREE-Q-FLAT) a)) #(set! language-pitch-names (acons 'nederlands2 a

Re: sesqui-flat spelling

2017-11-22 Thread Simon Albrecht
On 22.11.2017 04:37, Edward Neeman wrote: This is not a huge issue, though it is annoying that Frescobaldi isn't aware that these abbreviations aren't accepted. So if I convert relative to absolute pitch in Frescobaldi, it changes my aeseh's to aseh's, and I need to search and replace to be able

Re: Moving from lilypond 2.18 to 2.19

2017-11-22 Thread Matt Wallis
On 22/11/2017 16:33, David Kastrup wrote: You know: the minimal example would have been \midi { \time 4/4 } Nice minimalism! And I thought I'd done well to reduce the original 200+ lines in 4 files down to 13 in 1! and that would have saved adding a lot of other explanation: ... which shows

Frescobaldi Qt5

2017-11-22 Thread Brett M. Gilio
I know the Frescobaldi developers have been planning for a transition to PyQt5/Qt5. I am quite versed with python and qt5, does anybody know how far along they have gone in this? -- Brett M. Gilio B.S. Biological Sciences B.M. Music Composition http://www.brettgilio.com/ "Sometimes the obvious

Re: sesqui-flat spelling

2017-11-22 Thread David Kastrup
Simon Albrecht writes: > On 22.11.2017 04:37, Edward Neeman wrote: >> This is not a huge issue, though it is annoying that Frescobaldi isn't >> aware that these abbreviations aren't accepted. So if I convert >> relative to absolute pitch in Frescobaldi, it changes my

Re: [OT] Linux Users

2017-11-22 Thread Simon Albrecht
On 20.11.2017 18:12, Hilary Snaden wrote: If there are any "graphical tools" as good as LaTeX, I'll be interested to hear of them. Adobe InDesign is certainly in many ways a “better” tool than LaTeX, in some “just as good” (like with the line breaking algorithms that it learned from TeX),

Re: sesqui-flat spelling

2017-11-22 Thread Edward Neeman
That's an easy workaround! Thanks. Best Edward -- Dr. Edward Neeman Adjunct Instructor, South Georgia State College Collaborative Pianist, Valdosta State University, Georgia Artist Faculty, ELMS Conservatory, Jakarta edward.nee...@gmail.com www.neemanpianoduo.com On Nov 22, 2017

Re: Moving from lilypond 2.18 to 2.19

2017-11-22 Thread Matt Wallis
On 17/11/2017 15:57, David Kastrup wrote: Matt Wallis writes: On 17/11/2017 14:15, David Kastrup wrote: There are no error messages referring to my own lilypond source files, which makes me wonder what's going on here. Your source is triggering an error in the library.

Fwd: Custom woodwind-diagram

2017-11-22 Thread Sven Axelsson
On 21 November 2017 at 18:38, Mike Solomon wrote: > Hey there! > > I created the diagrams eons ago and I agree that the implementation is > really difficult to understand. I'm sorry for that. Can you send me a photo > of what you're trying to typeset? I'll see if I can help

Fwd: Custom woodwind-diagram

2017-11-22 Thread Sven Axelsson
On 21 November 2017 at 17:49, SoundsFromSound wrote: > Sven Axelsson-3 wrote > > Hello list. > > > > I would like to create fingering instructions for an eight hole wind > > instrument. > > > > I have not really tried to do anything yet - the woodwind diagrams look > >

Re: Moving from lilypond 2.18 to 2.19

2017-11-22 Thread David Kastrup
Matt Wallis writes: > So I made experimental changes to the source until I found the cause > of the error. > Here is a small example: > >\include "english.ly" > >global = { >   \time 4/4 >   \tempo 4 = 96 >} >\score { >   \new Staff { >     \clef

Re: Custom woodwind-diagram

2017-11-22 Thread James.Correa
Hi Sven I did this to use as a template for notate some multiphonics in a piece for flute. I added one more hole to match your instrument. It is not a function yet, you have to write all each time you use it, but can be turned into one by someone with more skills. %%

Re: Frescobaldi Qt5

2017-11-22 Thread Urs Liska
Hi Brett, Am 23.11.2017 um 04:54 schrieb Brett M. Gilio: I know the Frescobaldi developers have been planning for a transition to PyQt5/Qt5. I am quite versed with python and qt5, does anybody know how far along they have gone in this? As can be seen from

Re: Moving from lilypond 2.18 to 2.19

2017-11-22 Thread David Kastrup
David Kastrup writes: > Matt Wallis writes: > >> Here is a small example: >> >>/opt/local/share/lilypond/2.19.80/scm/lily-library.scm:375:14: Wrong >>type argument in position 1 (expecting Context_mod): #f >> >> ... but works fine in 2.18.2 > > You know:

Re: Moving from lilypond 2.18 to 2.19

2017-11-22 Thread David Kastrup
Matt Wallis writes: > Here is a small example: > >\include "english.ly" > >global = { >   \time 4/4 >   \tempo 4 = 96 >} >\score { >   \new Staff { >     \clef treble >     \global >     \relative c' { c1 } >   } >   \midi {

Re: Custom woodwind-diagram

2017-11-22 Thread Sven Axelsson
On 21 November 2017 at 18:38, Mike Solomon wrote: > Hey there! > > I created the diagrams eons ago and I agree that the implementation is > really difficult to understand. I'm sorry for that. Can you send me a photo > of what you're trying to typeset? I'll see if I can help

Re: Custom woodwind-diagram

2017-11-22 Thread Sven Axelsson
On 22 November 2017 at 18:10, Carl Sorensen wrote: > > > From: Sven Axelsson > Date: Wednesday, November 22, 2017 at 9:59 AM > To: Mike Solomon > Cc: > Subject: Re: Custom woodwind-diagram > I just want

Re: Custom woodwind-diagram

2017-11-22 Thread Mike Solomon
Bravo! Great work!Yeah, none of that stuff is imported. Easy to do so though. Don't hesitate to make a pull request with your new diagram! Sent from my Samsung Galaxy smartphone. Original message From: Sven Axelsson Date: 11/22/17 6:59 PM

Re: Clarinet fingerings

2017-11-22 Thread Knute Snortum
You gave us all the version numbers... except for LilyPond! I'm going to assume 2.18.2. Here is the way I got it to work. Improvements, suggestions welcome: \version "2.18.2" \language "english" #(print-keys-verbose 'clarinet (current-error-port)) \relative { \time 4/4 \key f

Re: Custom woodwind-diagram

2017-11-22 Thread Carl Sorensen
On 22 November 2017 at 19:48, Sven Axelsson wrote: On 22 November 2017 at 18:10, Carl Sorensen wrote: Can you submit your revised .scm file as a patch? Sure! The patch also includes a change to `key-fill-translate` in define-woodwind-diagrams.scm

Re: Custom woodwind-diagram

2017-11-22 Thread Carl Sorensen
From: Sven Axelsson Date: Wednesday, November 22, 2017 at 9:59 AM To: Mike Solomon Cc: Subject: Re: Custom woodwind-diagram  I just want to thank Mike Solomon for his hints off-list. I managed to get something I'm happy

Re: Custom woodwind-diagram

2017-11-22 Thread Sven Axelsson
On 22 November 2017 at 19:48, Sven Axelsson wrote: > On 22 November 2017 at 18:10, Carl Sorensen wrote: > >> >> Can you submit your revised .scm file as a patch? >> > > Sure! > > The patch also includes a change to `key-fill-translate` in >

Re:Clarinet fingerings

2017-11-22 Thread Flaming Hakama by Elaine
> From: Knute Snortum > To: Paul Scott > Cc: Greg , lilypond-user@gnu.org > Subject: Re: Clarinet fingerings > You gave us all the version numbers... except for LilyPond! I'm going to > assume 2.18.2. > > Here is the way I got

Re: Custom woodwind-diagram

2017-11-22 Thread Sven Axelsson
On 22 November 2017 at 21:59, Carl Sorensen wrote: > > On 22 November 2017 at 19:48, Sven Axelsson > wrote: > > Having looked some more at the documentation and code, I now realise that >> the gray shading indicates various trills. There are many

Re: Custom woodwind-diagram

2017-11-22 Thread Carl Sorensen
From: Sven Axelsson Date: Wednesday, November 22, 2017 at 2:33 PM To: Carl Sorensen Cc: Mike Solomon , "lilypond-user@gnu.org" Subject: Re: Custom woodwind-diagram On 22 November 2017 at 21:59, Carl