Adding note names to a language

2018-03-26 Thread Br. Samuel Springuel
I would like to add the basic solfege note names to the english language module so that I can enter music (mostly chant) using solfege and then use `\transpose` to adjust its sounding pitch to create a midi file which can be used for practice. So far, I've done this by editing define-note-name

Request for help converting file - only slightly off-topic

2018-03-26 Thread Ralph Palmer
Greetings - I've been given an .sib file, and I cannot open it. It's expected that I shall enter the music into LilyPond and transpose it into alto clef. I'm not sure of the legalities, but I don't think it should be a problem if someone with access to Sibelius could open the file, create a .pdf f

Re: An old error (race condition?) came up again

2018-03-26 Thread Thomas Morley
2018-03-26 21:19 GMT+02:00 Stefan Husmann : > Hello, > > in 2012 in > https://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00155.html > someone brought up an issue with compiling liypond from git. > > This was fixed in 2012, but came up again some weeks ago. > > cd ./out && /usr/bin/fontforg

An old error (race condition?) came up again

2018-03-26 Thread Stefan Husmann
Hello, in 2012 in https://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00155.html someone brought up an issue with compiling liypond from git. This was fixed in 2012, but came up again some weeks ago. cd ./out && /usr/bin/fontforge -script emmentaler-11.genpe Copyright (c) 2000-2014 by G

Re: Vibrato (wavy lines) notation

2018-03-26 Thread Richard Shann
On Mon, 2018-03-26 at 11:53 +0200, Thomas Morley wrote: > 2018-03-25 21:13 GMT+02:00 Richard Shann : > > I have been using a bit of code written by Mark Witmer to achieve > > wavy > > [...] someone can suggest a > > correct way to handle line breaks with these vibrato markings. > Hi, > > you may

RE; Polymetric notation

2018-03-26 Thread Sam Frybyte
Yes that is what I was looking for the second example was the one I needed. Thank you. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \offset argument order

2018-03-26 Thread Malte Meyn
Am 23.03.2018 um 19:25 schrieb David Kastrup: Why is this on the bug list? That was an accident, sorry (typed lilypond, hit enter, didn’t realise that autocompletion did not what I had expected) You get the drift. Yes, now that I got to know both versions of the command (\override and

Re: Writing score definition in Scheme

2018-03-26 Thread Jan-Peter Voigt
OK here's a short hint created with the help of displayMusic: % a dummy definition of create-staff #(define (get-staff what) (make-music 'ContextSpeccedMusic 'create-new #t 'property-operations '() 'context-type 'Staff 'element #{ c''4 #})) % a scheme representation of \ne

Re: Writing score definition in Scheme

2018-03-26 Thread Urs Liska
Am 26. März 2018 15:35:42 MESZ schrieb Jan-Peter Voigt : >Hi Urs, > >I assume you know to build the music-expression for the score in >scheme. No, not really. I can replace \score {} with (ly:make-score) but that doesn't really help me. I have no idea how to map the nesting of the parallel cont

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Guy Stalnaker
Haven't been a fan of some of the posts in this email thread (not too keen on prescriptions for How. To. Compose. Music.) But this bit is damned fine. I developed an idea about the history of music when I was working on my PhD in Music Theory - there are two fundamental (note that - fundamental, t

Re: Is lilypond really suitable for composing?

2018-03-26 Thread N. Andrew Walsh
Pfft. Amateurs. Ahem: ". . . But later, an unmusical anarchy was led by poets who had natural talent, but were ignorant of the laws of music...Through foolishness they deceived themselves into thinking that there was no right or wrong way in music, that it was to be judged good or bad by the plea

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Urs Liska
Am 26.03.2018 um 15:35 schrieb Karlin High: On 3/26/2018 8:21 AM, Urs Liska wrote: This is one of my favourite reviews of a first performance. [...] Bets are open what this is about ;-) Urs Bulk-paste into Google, and it looks like... http://www.raptusassociation.org/eroicagrezeptionsg

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Karlin High
On 3/26/2018 8:35 AM, Urs Liska wrote: Well, that's cheating, isn't it? I prefer to think of it as "compensating for a lack of musical education." :) The first time I ever (knowingly) heard Beethoven was at age 15 when I borrowed a cassette tape of the Fifth Symphony from our local public

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Kieren MacMillan
Hi Urs, > "Others [the group of benevolent listeners] fear that, if he'd continue on > that track, it might end badly for the composer and the audience. The music > could soon reach a point where anybody who isn't intimately familiar with the > rules and intricacies of the art just won't get *a

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Karlin High
On 3/26/2018 8:21 AM, Urs Liska wrote: This is one of my favourite reviews of a first performance. [...] Bets are open what this is about ;-) Urs Bulk-paste into Google, and it looks like... http://www.raptusassociation.org/eroicagrezeptionsgesch.html

Re: Writing score definition in Scheme

2018-03-26 Thread Jan-Peter Voigt
Hi Urs, I assume you know to build the music-expression for the score in scheme. With that you can make use of #(scorify-music mymusic). That creates a score object *and* creates the necessary music for << \\ >> constructs an thew like. If you don't need that you can simply use #(ly:make-score

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Urs Liska
Am 26.03.2018 um 15:35 schrieb Karlin High: On 3/26/2018 8:21 AM, Urs Liska wrote: This is one of my favourite reviews of a first performance. [...] Bets are open what this is about ;-) Urs Bulk-paste into Google, and it looks like... http://www.raptusassociation.org/eroicagrezeptionsg

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Urs Liska
Am 26.03.2018 um 15:32 schrieb Guy Stalnaker: This could have been written about Glass, Schoenberg, Stravinsky, Strauss, Puccini, Mahler, Bruckner, Tchaikovsky, Berlioz, Liszt, or Beethoven. 😀 That's the point of quoting it here ;-) I've cited it in programme notes for a series of concerts

Re: Is lilypond really suitable for composing?

2018-03-26 Thread David Wright
On Mon 26 Mar 2018 at 15:21:57 (+0200), Urs Liska wrote: > > > Am 26.03.2018 um 14:52 schrieb Karlin High: > >On 3/25/2018 6:43 AM, Kieren MacMillan wrote: > >>Apparently you haven’t been to any new classical music concerts > >>in the last half-century. It’s*quite* clear that many composers > >>—

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Guy Stalnaker
This could have been written about Glass, Schoenberg, Stravinsky, Strauss, Puccini, Mahler, Bruckner, Tchaikovsky, Berlioz, Liszt, or Beethoven. 😀 On Mon, Mar 26, 2018, 8:22 AM Urs Liska wrote: > > > Am 26.03.2018 um 14:52 schrieb Karlin High: > > On 3/25/2018 6:43 AM, Kieren MacMillan wrote: >

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Urs Liska
Am 26.03.2018 um 14:52 schrieb Karlin High: On 3/25/2018 6:43 AM, Kieren MacMillan wrote: Apparently you haven’t been to any new classical music concerts in the last half-century. It’s*quite* clear that many composers — especially inexperienced ones — have no problem composing dissonant piec

Re: Is lilypond really suitable for composing?

2018-03-26 Thread Karlin High
On 3/25/2018 6:43 AM, Kieren MacMillan wrote: Apparently you haven’t been to any new classical music concerts in the last half-century. It’s*quite* clear that many composers — especially inexperienced ones — have no problem composing dissonant pieces without access to the the actual timbre an

Writing score definition in Scheme

2018-03-26 Thread Urs Liska
Hi all, I'm embarrassed to admit I don't know where to start looking in the manuals. I have a scheme-function that returns a \score expression, and I'm sure I wouldn't have to hop around between LilyPond and Scheme syntax like this: make-score = #(define-scheme-function (movement-path)(symb

Re: please direct to manual; different time signatures for different instruments

2018-03-26 Thread Ben
On 3/26/2018 1:29 AM, Wols Lists wrote: On 25/03/18 23:39, Ben wrote: On 3/25/2018 6:24 PM, Colin Campbell wrote: On 2018-03-25 12:19 PM, Sam Frybyte wrote: I don't even know what this is called so finding it in the manual has me stymied. I am using version 2.18.2 Thanks in advance. I believ

Re: Vibrato (wavy lines) notation

2018-03-26 Thread Thomas Morley
2018-03-25 21:13 GMT+02:00 Richard Shann : > I have been using a bit of code written by Mark Witmer to achieve wavy > lines above a series of notes. It co-opts the trill spanner mechanism > for this. > I just found a bug in that code. When there is a line break the > calculation of > (ly:grob-prop