Re: Engrave error

2015-06-11 Thread Urs Liska
Could you please supply the full error message? And is this the same with the different engraving modes (preview/publish/layout control)? Urs Am 11.06.2015 um 10:23 schrieb Do something Artistic: Opened Frescobaldi today and got a 62097 error when I tried to engrave. Does anyone know what

RE: Engrave error

2015-06-11 Thread Andrew Bernard
Hi Spencer, Can you also post the version of lilypond you are using, the Frescobaldi version, and the platform and version you are using (e.g. Fedora 22)? Andrew From: lilypond-user-bounces+andrew.bernard=gmail@gnu.org

Re: grace note duration

2015-06-11 Thread Gilberto Agostinho
author=David Kastrup I'd just use \scaleDurations instead. It's effect on the visuals should be small within grace notes. Wonderful advice, David. I simply substitute every single \slashedGrace { on my score for \slashedGrace \scaleDurations 2/1 { and now the graces last two times longer. And I

Re: Music symbols in Inkscape

2015-06-11 Thread Francisco Vila
2015-06-11 1:39 GMT+02:00 Carlo Stemberger carlo.stember...@gmail.com: Thank you! Summing up, currently there are 3 ways: 1) importing the PDF pages with the glyphs 2) importing an SVG file generated by LilyPond 3) using the feta fonts as system fonts I find the first one not exactly

Re: Engrave error

2015-06-11 Thread Wilbert Berendsen
Hi,  Which operating system are you using?  --  Wilbert Berendsen (www.wilbertberendsen.nl) Sent from my smartphone div Oorspronkelijk bericht /divdivVan: Do something Artistic vegasart...@hotmail.com /divdivDatum:11-06-2015 10:23 (GMT+01:00) /divdivAan:

Re: Engrave error

2015-06-11 Thread Peter Bjuhr
On 2015-06-11 13:52, Wilbert Berendsen wrote: Opened Frescobaldi today and got a 62097 error when I tried to engrave. I did some research and the 62097 error seems to be triggered by Qt: void QProcessPrivate::killProcess() { if (pid) TerminateProcess(pid-hProcess, 0xf291); }

Re: what does this error message mean?

2015-06-11 Thread Thomas Morley
2015-06-11 21:54 GMT+02:00 William Zeitler will...@williamzeitler.com: I get the following errors when I compile the attached file: programming error: bounds of spanner are invalid continuing, cross fingers programming error: bounds of spanner are invalid continuing, cross fingers

Re: gregorian.ly with clef italics

2015-06-11 Thread Víctor
Hello Karen: I can't answer your question, but I can recommend you to try Gregorio http://gregorio-project.github.io/. This very nice software engraves the most beautiful gregorian chant I've seen around, and it is way easier to use than lilypond. Regards, Víctor El 11/06/15 a las 15:37,

gregorian.ly with clef italics

2015-06-11 Thread Karen Billings
I have been experimenting with gregorian.ly using a fairly long chant.  It does a lovely job, but it only includes the clef on the first line of an 11-line chant, which I find very disorienting when playing. I have been searching for days, but have not been able to figure out how to do the

Re: what does this error message mean?

2015-06-11 Thread Thomas Morley
2015-06-11 22:58 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2015-06-11 21:54 GMT+02:00 William Zeitler will...@williamzeitler.com: I get the following errors when I compile the attached file: programming error: bounds of spanner are invalid continuing, cross fingers programming

what does this error message mean?

2015-06-11 Thread William Zeitler
I get the following errors when I compile the attached file: programming error: bounds of spanner are invalid continuing, cross fingers programming error: bounds of spanner are invalid continuing, cross fingers programming error: bounds of spanner are invalid continuing, cross fingers

Re: Fedora 22 core dumping bug

2015-06-11 Thread Simon Albrecht
Hello, just a sidenote: Am 11.06.2015 um 17:26 schrieb Andrew Bernard: % Turn off tuplet bracket and number. tupletOff = #(define-music-function (parser location) () #{ \once \override TupletBracket.bracket-visibility = ##f \once \override

Re: Dashed line of TextSpanner in TabStaff too large

2015-06-11 Thread David Kastrup
Peter Crighton petecrigh...@gmail.com writes: Hello all, I have defined a function \ringOn which adds a tweaked TextSpanner. The resulting dashed line has different dash sizes in a Staff and a TabStaff, due to Staff.StaffSymbol.staff-space being set to #1.5 in a TabStaff. How can I make the

Re: Music symbols in Inkscape

2015-06-11 Thread Urs Liska
Am 11.06.2015 um 08:30 schrieb Noeck: Hi Carlo, that's why I suggested the svg export way (2), not because you then take the whole score but you can then copy and move the symbols as you like. You don't even have to use a score. Here is a reference:

Re: grace note duration

2015-06-11 Thread David Kastrup
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com writes: Hi Gilberto, Here's a workaround: \version 2.18.2 my-music = \relative { \tempo 4 = 144 c''1 \tag my-score { \grace d8 c2 } \tag my-midi { %% set grace note to a specific value: d16 c4... } d1 }

Re: Music symbols in Inkscape

2015-06-11 Thread Noeck
Hi Carlo, that's why I suggested the svg export way (2), not because you then take the whole score but you can then copy and move the symbols as you like. You don't even have to use a score. Here is a reference: http://lilypond.org/doc/v2.19/Documentation/notation/the-feta-font and you can use

Re: Dashed line of TextSpanner in TabStaff too large

2015-06-11 Thread Pierre Perol-Schneider
Hi Peter, I cannot find which engraver's involved right now. Here's a workaround: \version 2.19.15 ringOn = \tweak TextSpanner.dash-fraction #0.3 \tweak TextSpanner.dash-period #1 \tweak TextSpanner.bound-details.left.padding #0 \tweak

Re: Fw: Re[2]: coloring voices vs systemStartDelimiterHierarchy

2015-06-11 Thread Nick Payne
On 10/06/2015 10:36, musicus wrote: Ok, the \stopStaff \startStaff in the colorMusic function is only necessary, if you want to color clefs, for example. In my case there aren't any clef-changes, so the coloring function can work without it. It would be nice however, if music with clefs could

RE: Fedora 22 core dumping bug

2015-06-11 Thread Andrew Bernard
Hi Simon, No. Good point. These functions date from when I was just learning how to write music functions, and I never simplified them later. In terms of the reported defect, there seems to have been a complex bug introduced with nested tuplets and tuplet number visibility, as this code

Re: Don't merge note heads in different voices

2015-06-11 Thread David Raleigh Arnold
On Fri, 12 Jun 2015 01:44:53 +1000 Andrew Bernard andrew.bern...@gmail.com wrote: Greetings Knute, This is a very good question indeed. Actually, not having a copy of the reference Behind Bars, I am not sure what is the standard rule for this situation, but is it not the case that

Re: Proper way to engrave variations

2015-06-11 Thread Kieren MacMillan
Hi Calixte, I could use new \score for each variations, but I think measure number should be continuous. Since you’re only engraving a single score — not automating the engraving of hundreds or thousands of scores, as is the person in the thread you referenced — why not just use a new

Engrave error

2015-06-11 Thread Do something Artistic
Opened Frescobaldi today and got a 62097 error when I tried to engrave. Does anyone know what this means and how I can fix it? Thank you, Spencer ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Das trunkne Lied on air

2015-06-11 Thread Graham King
Congratulations, Urs, on a great achievement. -- Graham On Wed, 2015-06-10 at 17:01 -0700, tisimst wrote: Great show, today! Thanks for sharing these scores by Oskar Fried with us, Urs! - Abraham On Tue, Jun 9, 2015 at 1:25 AM, Urs Liska [via Lilypond] [hidden email] wrote:

Proper way to engrave variations

2015-06-11 Thread Calixte Faure
Hi list, Engraving some variations, I'd like every first line of a variation indented, like it is in most editions. (see I could use new \score for each variations, but I think measure number should be continuous. As it is complicated (see :

Fedora 22 core dumping bug

2015-06-11 Thread Andrew Bernard
Greetings All, Lilypond 2.19.21 has had problems with the Fedora 22 release. These have mostly been solved by the recent upgrade to fontconfig on that platform. I have had a very difficult situation with lilypond dumping core on a very complex score that I am developing, now made somewhat

Don't merge note heads in different voices

2015-06-11 Thread Knute Snortum
I have a situations where there is a tight chord played with two voices. In the example, there is a c and a c-shard played at the same time, but LilyPond is merging the notes. How do I tell LilyPond not to merge note heads? \version 2.19.21 \language english { c''! d''4 } \\ { cs''4 }

Re: Das trunkne Lied on air

2015-06-11 Thread Kieren MacMillan
To Urs and everyone else who made this possible: Heartiest congratulations! What an achievement. All the best, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

RE: Don't merge note heads in different voices

2015-06-11 Thread Andrew Bernard
Greetings Knute, This is a very good question indeed. Actually, not having a copy of the reference Behind Bars, I am not sure what is the standard rule for this situation, but is it not the case that lilypond is doing the right thing here, hard though it may be to read? Could you draw how

beaming rule which beams across barlines?

2015-06-11 Thread Kieren MacMillan
Hello all, Can I write a beamExceptions or beatStructure (or…?) which automatically makes the first score in this snippet look like the second? \version 2.19 beamlessInSeattle = { \repeat unfold 8 { a8 a a } } \score { { \time 4/4 \beamlessInSeattle } } beamMeUp = { \repeat unfold 8 {

Re: Don't merge note heads in different voices

2015-06-11 Thread tisimst
Knute, On Thu, Jun 11, 2015 at 9:26 AM, Knute Snortum [via Lilypond] ml-node+s1069038n177722...@n5.nabble.com wrote: I have a situations where there is a tight chord played with two voices. In the example, there is a c and a c-shard played at the same time, but LilyPond is merging the notes.

Re: Don't merge note heads in different voices

2015-06-11 Thread Knute Snortum
Thanks to you both. I personally like suggestion #1 so I'll try that. On Thu, Jun 11, 2015 at 9:42 AM tisimst tisimst.lilyp...@gmail.com wrote: Knute, On Thu, Jun 11, 2015 at 9:26 AM, Knute Snortum [via Lilypond] [hidden email] http:///user/SendEmail.jtp?type=nodenode=177728i=0 wrote: I

Re: beaming rule which beams across barlines?

2015-06-11 Thread tisimst
Kieren, It looks like this issue is hard-coded, forcing a beam to terminate at the end of a measure (see scm/auto-beam.scm, in the function default-auto-beam-check, in the conditional statements starting at around line 100). My Scheme-fu is not enough for to adjust this function appropriately.