Re: trying to write a simple python beaming snippet for Frescobaldi

2015-12-10 Thread tisimst
Leszek, Just thought I'd bring this up (though I know you've already put in a bunch of work. You can add a keyboard shortcut to the "Quick Insert" > "Beam" option. Following the attached image, here's the steps (since it doesn't show up in the default set of keyboard shortcuts in the preferences

Re: Break a chord glissando

2015-12-10 Thread Robin Bannister
Luca Danieli wrote: I followed this explanation to break a glissandohttp://lsr.di.unimi.it/LSR/Search?q=break but in this code it is not able to break the glissando between two chords. Do you mean LSR940? http://lsr.di.unimi.it/LSR/Item?id=940 As it says there, you must also apply >

Re: SVG files for MediaWiki

2015-12-10 Thread Werner LEMBERG
> When I create an SVG file with LilyPond and upload it to Wikimedia > Commons, it renders as a blank image (try uploading > Tristan.preview.svg at https://tools.wmflabs.org/svgcheck/). Can > anyone help me figure out how to fix this? For me it worked without problems uploading to German

problem with "extra" lyrics appearing only sometimes

2015-12-10 Thread Kieren MacMillan
Hello all, Apologies in advance: I don’t have time for a minimal example… I’m supposed to have sent this engraving off this morning. =\ I just need to figure out what’s wrong and move on. I have the following structure: \new ChoirStaff << \new Staff = "Staff_SA" \new Voice =

SVG files for MediaWiki

2015-12-10 Thread Daniel Rosen
When I create an SVG file with LilyPond and upload it to Wikimedia Commons, it renders as a blank image (try uploading Tristan.preview.svg at https://tools.wmflabs.org/svgcheck/). Can anyone help me figure out how to fix this? I've already tried to import it into and export it from Apache

Break a chord glissando

2015-12-10 Thread Luca Danieli
Hi all, I followed this explanation to break a glissandohttp://lsr.di.unimi.it/LSR/Search?q=break but in this code it is not able to break the glissando between two chords.Is it possible to break chord glissandos? \version "2.18.2" \score { <<\new StaffGroup \new Staff <<

Re: Lower-case letter rehearsal marks

2015-12-10 Thread David Kastrup
Thomas Morley writes: > 2015-12-09 17:17 GMT+01:00 David Kastrup : >> >> Why not >> >> \set Score.markFormat = \markup \circle \bold \markletter \etc >> >> (the latter use of \etc does not work yet but that's fixable). > > Not sure why > foo-markup =

Re: Lower-case letter rehearsal marks

2015-12-10 Thread Thomas Morley
2015-12-10 7:47 GMT+01:00 David Kastrup : > That's issue 4687, with patch. The > markup grammar special-cased "markup command chain with only markup > argument missing" and the \etc hooked into that special case. I've > added the rest now. > > As a note aside: it was a hole in

Re: Feature request for Nalesnik's rN.ly

2015-12-10 Thread Ferdinand Grau
> 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 is one of the things I've added. It's exactly what I need! Thank

Re: problem with "extra" lyrics appearing only sometimes

2015-12-10 Thread tisimst
Oh, and make sure the \context Voice = "Voice_S" appears *before* the associated \new Lyrics block. Best, Abraham On Thu, Dec 10, 2015 at 1:15 PM, Kieren MacMillan [via Lilypond] < ml-node+s1069038n184640...@n5.nabble.com> wrote: > Hello all, > > Apologies in advance: I don’t have time for a

Re: problem with "extra" lyrics appearing only sometimes

2015-12-10 Thread tisimst
Kieren, This doesn't necessarily answer your question, but one thing I've noticed about assigning lyrics to voices, is that if I don't explicitly mention the voice inside the \score block, then it's almost like the lyrics don't know the voice exists. So, If there's a way to show \context Voice =

Re: problem with "extra" lyrics appearing only sometimes

2015-12-10 Thread Kieren MacMillan
Hi Abraham, THANK YOU! Don’t know if it's “kosher” [pushing the \global variable into my Voice contexts to keep them alive], but I’m now using: \new ChoirStaff << \new Staff = “Staff_SA” << \new Voice = "Voice_SA" << \global \SA_notes >> \context

Re: Lower-case letter rehearsal marks

2015-12-10 Thread Thomas Morley
2015-12-10 11:58 GMT+01:00 David Kastrup : > Thomas Morley writes: > >> Not sure why >> foo-markup = \markup \bold \with-color #cyan \markletter \etc >> \markup \foo #1 >> does not work, as opposed to >> bold-red-markup = \markup \bold \with-color

Re: SVG files for MediaWiki

2015-12-10 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/12/15 20:03, Werner LEMBERG wrote: > >> When I create an SVG file with LilyPond and upload it to >> Wikimedia Commons, it renders as a blank image (try uploading >> Tristan.preview.svg at https://tools.wmflabs.org/svgcheck/). >> Can anyone

November font

2015-12-10 Thread Andrew Bernard
Greetings All, Has anybody used the November font mentioned in the Scores of Beauty blog? Since this is a rather expensive commercial font, it may be good to have reviews from people who have experience with it, as with other commercial software. I wonder if the whole idea goes against the

Re: Running Frescobaldi from Git

2015-12-10 Thread Federico Bruni
Il giorno gio 10 dic 2015 alle 12:15, Ed.Klarinet ha scritto: Hi Federico, Because the environment variable is set in .bashrc (the advantage is that it will work either if frescobaldi is run from terminal and if it's run from the desktop). You missed that part of the

Re: Lower-case letter rehearsal marks

2015-12-10 Thread Kieren MacMillan
Hi David, On Dec 10, 2015, at 1:47 AM, David Kastrup wrote: > As a note aside: it was a hole in one. First attempt was accepted by > the compiler and worked. For a mixed non-trivial Bison/Scheme feature… Nicely done! Thanks, as always, for your great work. Cheers, Kieren.

trying to write a simple python beaming snippet for Frescobaldi

2015-12-10 Thread Leszek Wroński
Guys, Frescobaldi has the useful 'slur for the selected notes' snippet under C-(. I want to have the same functionality for beams. That is, I want to be able to select some notes, and then via the snippet insert a '[' in the first space (that is, after the first note), and then a ']' at the end.

Running Frescobaldi from Git

2015-12-10 Thread Ed.Klarinet
Hi, Maybe this is useful for those who want to run Frescobaldi from Git. I just succeeded running Frescobaldi using a Git clone as described in this wiki: https://github.com/wbsoft/frescobaldi/wiki/Run-Frescobaldi-from-git But I had to change my desktop file to run Frescobaldi from the menu

Re: Running Frescobaldi from Git

2015-12-10 Thread Federico Bruni
Il giorno gio 10 dic 2015 alle 11:56, Ed.Klarinet ha scritto: Hi, Maybe this is useful for those who want to run Frescobaldi from Git. I just succeeded running Frescobaldi using a Git clone as described in this wiki:

Re: Lower-case letter rehearsal marks

2015-12-10 Thread David Kastrup
Thomas Morley writes: > Not sure why > foo-markup = \markup \bold \with-color #cyan \markletter \etc > \markup \foo #1 > does not work, as opposed to > bold-red-markup = \markup \bold \with-color #red \etc > \markup \bold-red "text" Anyway, should this rather

Re: trying to write a simple python beaming snippet for Frescobaldi

2015-12-10 Thread Jacques Menu
Hello Leszek, How about: >>> var = "fo a" >>> var[2] ' ' >>> var[2] == ' ' True JM > Le 10 déc. 2015 à 11:33, Leszek Wroński a écrit : > > Guys, > > Frescobaldi has the useful 'slur for the selected notes' snippet under C-(. I > want to have the same functionality for

Re: Running Frescobaldi from Git

2015-12-10 Thread Ed.Klarinet
Hi Federico, Because the environment variable is set in .bashrc (the advantage is that it will work either if frescobaldi is run from terminal and if it's run from the desktop). You missed that part of the wiki or didn't work for you? It didn't. Is does when I run Frescobaldi from the

RE: November font

2015-12-10 Thread Mark Stephen Mrotek
Bernard, Not sure which “November” font to which you refer. Here are some free fonts of the same name. http://www.fontpalace.com/font-download/November+Regular/ https://www.fontyukle.net/en/November+Regular.ttf http://www.azfonts.net/load_font/novem.html

RE: November font

2015-12-10 Thread SoundsFromSound
Mark Stephen Mrotek wrote > Bernard, > > > > Not sure which “November” font to which you refer. > > Here are some free fonts of the same name. > > http://www.fontpalace.com/font-download/November+Regular/ > > https://www.fontyukle.net/en/November+Regular.ttf > >

Re: lilypond-user Digest, Vol 157, Issue 47

2015-12-10 Thread Leszek Wroński
ailing list > > [hidden email] <http:///user/SendEmail.jtp?type=node=184633=3> > > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > > > > -- > > If you reply to this email, your message will be added to the

Re: November font

2015-12-10 Thread Johan Vromans
On Thu, 10 Dec 2015 19:37:46 -0700 (MST) SoundsFromSound wrote: > Pretty sure he meant this: > http://www.klemm-music.de/notation/november2/en/index.php It even has glyphs for mice (pp. 105/106)... :) ___ lilypond-user

Re: November font

2015-12-10 Thread Urs Liska
Am 11.12.2015 um 03:37 schrieb SoundsFromSound: > Mark Stephen Mrotek wrote >> Bernard, >> >> >> >> Not sure which “November” font to which you refer. >> >> ... > Pretty sure he meant this: > http://www.klemm-music.de/notation/november2/en/index.php > > Of course he meant this, as he was

Re: trying to write a simple python beaming snippet for Frescobaldi

2015-12-10 Thread Leszek Wroński
You're right, thanks! This showed I was actually doing the correct thing when checking whether a string element was a space. Now I see that actually Frescobaldi starts calculating the lines from the 2nd one (that is, after the line with the initial -*- expression). And so the error was when I was

Re: changePitch and ties

2015-12-10 Thread Jakob Kühnemann
Gilles THIBAULT wrote >>changePitch at http://gillesth.free.fr/Lilypond/changePitch/changePitch.ly >>defineTransform in LSR 346 > >>However, each has its deficiencies, and I now need to code some music which >>neither of these utils can handle. The rhythmic pattern to be repeated >> >involves