Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread David Kastrup
Kieren MacMillan writes: > On Nov 16, 2016, at 11:09 PM, mclaren wrote: > >> "You do realize, don't you, that if you had just asked for help creating >> that music, Kieren would have helped you and taught you some of his coding >> skills (and he IS really good, BTW). " >> >> Not likely. What

Re: Getting a new computer

2016-11-17 Thread Mark Knoop
36 seconds on i5-2500 3.3GHz, 8GB RAM, LilyPond 2.19.49 At 13:24 on 17 Nov 2016, Vaughan McAlley wrote: >Greetings, > >My 2008 iMac is reaching the end of its useful life, and I would like >to replace it with some kind of desktop computer that runs Debian. >Given that a significant proportion of m

Re: Getting a new computer

2016-11-17 Thread Henning Hraban Ramm
Thank you for this useful test project! Also just for fun and comparison, on my Mac mini (2.3 GHz i7, 16 GB RAM) running OSX 10.9.5 and LilyPond 2.18.2 it took 2:41, 2:30, or 4:47 min Greetlings, Hraban Am 2016-11-17 um 03:24 schrieb Vaughan McAlley : > Greetings, > > My 2008 iMac is reaching

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread David Kastrup
mclaren writes: > It's pretty clear from the nature of the bugs that there was some internal > rational integer calculation limit in lilypond. What's baffling is the way > it's dealt with internally in lilypond. The procedure seems to be to do > everything in 32 bit integers and then throw an err

Re: Two different time signatures with different tuplets in 'em

2016-11-17 Thread David Kastrup
David Wright writes: > On Mon 07 Nov 2016 at 03:12:15 (-0700), mclaren > wrote >> Musicians must develop a very thick skin and learn to expect this. The >> crucial issue is to get a score, by whatever means possible, and then move >> on. Practicing musicians quickly learn to regard programmers a

Re: Getting a new computer

2016-11-17 Thread Jacques Peron
Compiled 3 times on my Clevo w110er (Intel Core i7 3632QM - 2.2 Ghz - Ram 8 Go - Ubuntu 16.04 - LilyPond 2.19.47) : lilypond MSDM.ly 48,50s user 0,96s system 99% cpu 49,706 total lilypond MSDM.ly 51,27s user 0,79s system 99% cpu 52,244 total lilypond MSDM.ly 51,66s user 0,78s system 99% cpu 52,

Re: Getting a new computer

2016-11-17 Thread Alexander Kobel
Hi, mid-2014 laptop: Lily 2.19.49 on a Dell Latitude E5440, Arch Linux chroot running on Debian Jessie: 49 sec, 1.25 GB peak memory usage. Wouldn't recommend this particular laptop, though, but just included it so that you have a ballpark figure. % inxi -Fxz System:Host: lap-11-52 Kernel:

Re: Getting a new computer

2016-11-17 Thread Orm Finnendahl
Am Donnerstag, den 17. November 2016 um 13:24:24 Uhr (+1100) schrieb Vaughan McAlley: > Lilypond files, I was wondering which specs I should be prioritizing. As lilypond is single-threaded, the number of cores is less important, than CPU Freq and you should go for a lot of RAM (>= 16 GB). Since

accordion notation facility

2016-11-17 Thread Gianmaria Lari
David Kaustrup wrote: > Well, standard bass is severely underrepresented in what I am > occasionally working with: I don't need it for accordion orchestra, and > I am not a particularly skilled arranger so I tend to just use the free > bass when playing stuff written for other instruments. > > Bu

Re: Override SystemStartSquare width?

2016-11-17 Thread dtsmarin
Hi Thomas, My code uses Scorlatti font and I'm trying to replicate SCORE's look. I simply changed the offset and width of the brackets because Lilypond's defaults are so far from the staves. Also I can't fix the vertical distanc

Re: accordion notation facility

2016-11-17 Thread David Kastrup
Gianmaria Lari writes: > David Kaustrup wrote: > > >> Well, standard bass is severely underrepresented in what I am >> occasionally working with: I don't need it for accordion orchestra, and >> I am not a particularly skilled arranger so I tend to just use the free >> bass when playing stuff writ

Re: Potential improvements to the homepage?

2016-11-17 Thread Federico Bruni
Il giorno mer 16 nov 2016 alle 21:07, Flaming Hakama by Elaine ha scritto: Some comments in response to the most recent (but not quite actually recent) iteration of the perennial web site discussion. State of Translation Looking at the translated versions of the website, most of the con

rehearsal A'

2016-11-17 Thread Gianmaria Lari
I need to write a rehearsal mark followed by an apostrophe, so something like: A'. If I try to do \mark "A'" the resulting character looks different compared to the other default rehearsal mark. Should I use some markup? Thank you, g. ___ lilypond-use

Re: rehearsal A'

2016-11-17 Thread Klaus Blum
Hi Gianmaria, Gianmaria Lari wrote > the resulting character looks different compared to the other default > rehearsal mark. Should I use some markup? it seems that the default RehearsalMarks use bold characters while the custom-made ones don't. I get the same look if I override the property t

Re: rehearsal A'

2016-11-17 Thread Gianmaria Lari
> > > it seems that the default RehearsalMarks use bold characters while the > custom-made ones don't. > [] > I get the same look if I override the property that's responsible for that: > \override Score.RehearsalMark.font-series = #'bold > \mark "A" > Great thank you! g.

Re: Getting a new computer

2016-11-17 Thread SoundsFromSound
Vaughan McAlley wrote > Greetings, > > My 2008 iMac is reaching the end of its useful life, and I would like to > replace it with some kind of desktop computer that runs Debian. Given that > a significant proportion of my time on this new computer will be compiling > Lilypond files, I was wonderin

grace notes ties

2016-11-17 Thread Gianmaria Lari
I need to tie the first 'a' with the second 'a' that is inside some grace notes. Here it is a fragment of the code: \version "2.19.49" { b \afterGrace a {g16 b a} g4 g } Any suggestion? Thank you, g. ___ lilypond-user mailing list lilypond-user@gnu.

Re: grace notes ties

2016-11-17 Thread David Kastrup
Gianmaria Lari writes: > I need to tie the first 'a' with the second 'a' that is inside some grace > notes. > > Here it is a fragment of the code: > > \version "2.19.49" > { > b \afterGrace a {g16 b a} g4 g > } > > Any suggestion? Well, \version "2.19.49" { b \once \set tieWaitForNote = ##t

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Kieren MacMillan
Hi David, > It's worth noting that something like this may work in a minimal example > and fail when it occurs 20 measures into the score Of course. I was simply responding to mclaren’s snide email, with all of its false claims and laughably-easy challenges (both explicit and implicit): > What

Re: grace notes ties

2016-11-17 Thread Gianmaria Lari
I'm far from be sure but it is just what I found:) Anyway check the attached image (taken from Mary Cohen, Technique takes off, "14 Romance"). And thank you for your code, it works perfectly. Ciao, g. On 17 November 2016 at 15:07, David Kastrup wrote: > Gianmaria Lari writes: > > > I need

Re: grace notes ties

2016-11-17 Thread David Kastrup
Gianmaria Lari writes: >> On 17 November 2016 at 15:07, David Kastrup wrote: >> >>> Gianmaria Lari writes: >>> >>> > I need to tie the first 'a' with the second 'a' that is inside some grace >>> > notes. >>> > >>> > Here it is a fragment of the code: >>> > >>> > \version "2.19.49" >>> > { >>> >

Re: Getting a new computer

2016-11-17 Thread Knut Petersen
Hi Vaughan! I’ve included a large project if anyone with a newish computer would like to test their compilation time. The main file is MDSM.ly. It takes my computer between 4 and 5 minutes to compile. My system: = mainboard: asus h97 pro gamer cpu: i7-4790K, 4.00 Ghz (turbo sp

Create a bookpart with a scheme function

2016-11-17 Thread Freddy Ouellette
I am transcribing music from the 1500s. I would like to include the original facsimile in my arrangement as EPS files that take up entire pages. These EPS files are dispersed between the pieces. I have to create separate bookparts for them because I need to have \paper blocks - I don't want my norm

Re: Font problem

2016-11-17 Thread Gerdau, Michael
Hi Thiago, > I am new to Lilypond. I am on Xubuntu 16.04 and installed the packages via > the default repositories. I am having a problem with the fonts used in the > score. I don't know if it is a Lilypond problem or a package missint or > something else. I tried looking in the manual, Google and

Re: Create a bookpart with a scheme function

2016-11-17 Thread Urs Liska
Am 17. November 2016 16:24:04 MEZ, schrieb Freddy Ouellette : >I am transcribing music from the 1500s. I would like to include the >original facsimile in my arrangement as EPS files that take up entire >pages. These EPS files are dispersed between the pieces. I have to >create >separate bookpart

Re: Stepping down and moving on

2016-11-17 Thread Graham King
David, I'll add to the thread my deep thanks for your skill, insight, hard work, helpfulness, articulacy, and (yes, really) diplomacy. May your new employer prove as congenial and rewarding as they are evidently discerning. best regards -- Graham On Wed, 2016-11-09 at 18:09 +0100, David Kastrup

Re: Create a bookpart with a scheme function

2016-11-17 Thread Urs Liska
Am 17. November 2016 19:19:40 MEZ, schrieb Freddy Ouellette : >Looks like an interesting link, but I can't download it fully - the >.zip file comes damaged. And I'm not sure what works in the /includes. > >Freddy I know it's complicated with all the transitive includes - and references to ex

Performance advice: Tied quavers in British (sacred) music

2016-11-17 Thread Alexander Kobel
Dear all, especially the King's Singers et al. among you... ;-) A few weeks ago, a conductor (whom I appreciate a lot) gave a lesson about how to execute tied quavers in British choral music. My whole life before, another conductor (whom I appreciate a lot) taught me the exactly opposite opin

Re: Performance advice: Tied quavers in British (sacred) music

2016-11-17 Thread Michael Gerdau
Hi Alexander, > especially the King's Singers et al. among you... ;-) well...not qualifying but answering anyway ;-) [longish explanation about how tied quavers are to be sung in british choral music snipped] What follows is by no means authoritative but only what I picked up during my choral

Re: Font problem

2016-11-17 Thread Thiago Censi
Hi, Mark. I knew there was nothing wrong with the code itself, I wanted some directions with the font problem. I sownloaded the liilypond file here: http://eugenecormier.com/?p=157 And this is what it looks like after compiling on my system: http://i.imgur.com/uZMzfZw.png Michael, the actual she

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Simon Albrecht
On 17.11.2016 05:09, mclaren wrote: "You do realize, don't you, that if you had just asked for help creating that music, Kieren would have helped you and taught you some of his coding skills (and he IS really good, BTW). " Not likely. What I realize is that Kieren is good with photoshop. Here’

Re: Font problem

2016-11-17 Thread SoundsFromSound
Thiago Censi wrote > Hello. > > I am new to Lilypond. I am on Xubuntu 16.04 and installed the packages via > the default repositories. I am having a problem with the fonts used in the > score. I don't know if it is a Lilypond problem or a package missint or > something else. I tried looking in the

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread David Kastrup
Simon Albrecht writes: > On 17.11.2016 05:09, mclaren wrote: >> "You do realize, don't you, that if you had just asked for help creating >> that music, Kieren would have helped you and taught you some of his coding >> skills (and he IS really good, BTW). " >> >> Not likely. What I realize is that

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Andrew Bernard
Hi Simon, Consider that this nuisance refuses to answer polite requests to say his name, and will not sign posts. One cannot assume his name is his email address. This luser hiding behind anonymity, come here with the express purpose of disrupting the community needs to leave. Generally lusers lik

Re: grace notes ties

2016-11-17 Thread Gianmaria Lari
ahem I'm sorry I wrote tie but I meant slur... I always mix up these english term :( Your code works. My mistake was closing the round brackets after the curly bracket... b \afterGrace a ({ g16 b a }) g4 g Why this is not correct? Doesn't look 'better' then ({ g16 b a)}? I'm joking but real

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Kieren MacMillan
Hi David, >> Here’s the point where I instantly feel compelled to say “ok, now >> let’s really ban him from the list”. You are calling Kieren, honorable >> member of the community and one of the most proficient LilyPond users >> there are, an outright liar. [Simon: Thank you for your kind and vig

Re: grace notes ties

2016-11-17 Thread David Wright
On Fri 18 Nov 2016 at 01:17:25 (+0100), Gianmaria Lari wrote: > ahem I'm sorry I wrote tie but I meant slur... I always mix up these > english term :( > > Your code works. My mistake was closing the round brackets after the curly > bracket... > > b \afterGrace a ({ g16 b a }) g4 g > > > Why

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread mclaren
It's easy to show that Kieren is being deceptive with his example. Here's how he did it: Kieren used a Lilypond function to suppress printing of the actual tuplet number, then used another Lilypond function to substitute a text string with no connection to the actual tuplet number instead of the re

Bach - Brahms Chaconne ... for left hand

2016-11-17 Thread David Pirotte
Hello, Does anyone know if a lilypond free score exists for this piece: Bach - Brahms Chaconne (Violin Partita - V) No. 2 in D minor, BWV 1004: arranged for piano left hand I couldn't find it, but I'm not [by far] the best when it comes to searching for something on the web... M

Re: Bach - Brahms Chaconne ... for left hand

2016-11-17 Thread Gilles
Hi. On Fri, 18 Nov 2016 01:03:20 -0200, David Pirotte wrote: Hello, Does anyone know if a lilypond free score exists for this piece: Bach - Brahms Chaconne (Violin Partita - V) No. 2 in D minor, BWV 1004: arranged for piano left hand I couldn't find it, but I'm not [by far] the bes

RE: Bach - Brahms Chaconne ... for left hand

2016-11-17 Thread Mark Stephen Mrotek
David http://www.free-scores.com/download-sheet-music.php?pdf=1288 Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of David Pirotte Sent: Thursday, November 17, 2016 7:03 PM To: lilypond-user Subject: Bach - Brahms Chacon

Re: Bach - Brahms Chaconne ... for left hand

2016-11-17 Thread SoundsFromSound
David Pirotte wrote > Hello, > > Does anyone know if a lilypond free score exists for this piece: > > Bach - Brahms Chaconne (Violin Partita - V) No. 2 in D minor, BWV 1004: > arranged for piano left hand > > I couldn't find it, but I'm not [by far] the best when it comes to > search

Re: Bach - Brahms Chaconne ... for left hand

2016-11-17 Thread SoundsFromSound
David Pirotte wrote > Hello, > > Does anyone know if a lilypond free score exists for this piece: > > Bach - Brahms Chaconne (Violin Partita - V) No. 2 in D minor, BWV 1004: > arranged for piano left hand > > I couldn't find it, but I'm not [by far] the best when it comes to > search

RE: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Mark Stephen Mrotek
To the Unknown Critic, Lilypond amazes me in many different and varied ways. I shall focus on only one. It was written for FREE. It is developed for FREE. It is provided for FREE. It is supported for FREE. It is documented for FREE. If what is FREE is inadequate then be FREE to write one that is o

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Carl Sorensen
On 11/17/16 7:21 PM, "mclaren" wrote: > >The deceptive Lilypond code shown above that prints those fake tuplets is >truly contemptible because it doesn't address the real issue. The real >issue is that Lilypond doesn't allow nested tuplets beyond very small >values >of tuplets (like 4:3, 7:5, e

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Kieren MacMillan
Hey “mclaren”, > that's not what was asked for In fact, the example I provided does *exactly* what you asked for: > you should no trouble entering the following photoshopped score fragment into > lilypond and compiling the score and getting a pnd or svg file out p.s. How does it feel to be so c

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Carl Sorensen
On 11/17/16 7:21 PM, "mclaren" wrote: > >The deceptive Lilypond code shown above that prints those fake tuplets is >truly contemptible because it doesn't address the real issue. The real >issue is that Lilypond doesn't allow nested tuplets beyond very small >values >of tuplets (like 4:3, 7:5, e

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Carl Sorensen
On 11/17/16 7:21 PM, "mclaren" wrote: >This kind of trolling by Kieren (and others) is not useful. Yes, you can >bend and twist Lilypond into printing out tuplet numbers that bear no >relation to the actual tuplets generated by Lilypond...but that's not what >was asked for. Any reasonable perso

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Colin Campbell
On 2016-11-17 03:47 PM, Simon Albrecht wrote: Here’s the point where I instantly feel compelled to say “ok, now let’s really ban him from the list”. You are calling Kieren, honorable member of the community and one of the most proficient LilyPond users there are, an outright liar. That’s outr

Re: grace notes ties

2016-11-17 Thread Gianmaria Lari
That's very clear, I will not forget. Thank you David! g. On 18 November 2016 at 03:08, David Wright wrote: > On Fri 18 Nov 2016 at 01:17:25 (+0100), Gianmaria Lari wrote: > > ahem I'm sorry I wrote tie but I meant slur... I always mix up these > > english term :( > > > > Your code works. My

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-17 Thread Urs Liska
Am 18. November 2016 03:21:14 MEZ, schrieb mclaren : >It's easy to show that Kieren is being deceptive with his example. I have another suggestion for you. You started this thread with a score and complained that LilyPond cannot insert barlines and breaks into it. I showed you that this inpu

Re: Font problem

2016-11-17 Thread Michael Gerdau
Hi Thiago, > Michael, the actual sheet music (don't know the precise word in English, > sorry) looks ok. But if I put any text, even change the time to a 3/4, it > screws up. I tried changing the font size of the title. It doesn't work > when I use #1 or fractions: > > piece = \markup { \fontsize