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

2016-11-21 Thread mclaren
David Kastrup remarked: "Music is not a video game." That's true. Video games must work in real time. Lilypond doesn't have to work in real time, meaning that it should be much easier to code for Lilypond than for the typical video game. Yet we're seeing the kinds of problems in Lilypond that

Re: Question about metronome in midi playback from a blind user

2016-11-21 Thread Noeck
Dear Daniel, does this snippet from the LilyPond Snippets Repository help you: http://lsr.di.unimi.it/LSR/Item?id=876 HTH, Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Font problem

2016-11-21 Thread Andrés Westra
Hi! Maybe you can try installing de development version (2.19.*). El 16/11/2016 8:51 p. m., "Thiago Censi" escribió: > 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

Re: Pitch bend output in MIDI

2016-11-21 Thread mclaren
This Lilypond code might help. I write microtonal music all the time, so I've paid close attention to the features of Lilypond that allow pitch bend to create alternate pitches outside of 12 equal tuning:

Question about metronome in midi playback from a blind user

2016-11-21 Thread Daniel Contreras
Hello all, I was wondering if there was a way with this cool program to include a metronome with the midi playback. I have set up drum loops in the past. However, is there a way to set it up so that the loop will only last as long as the actual music automatically? Thanks everyone. Daniel

hide time signature in markup command

2016-11-21 Thread Marc Mouries
i use a shorthand mark up command to insert music snippets into text. See below definition "WriteScore" I'd like to add a command to hide the time signature \override Staff.TimeSignature #'stencil = ##f In scheme the command should be something like this : (make-music 'OverrideProperty

Re: \displayLilyMusic frescobaldi

2016-11-21 Thread Andrew Bernard
Hi Gianmaria, If you do this you can write to a file in the filesystem: { \displayLilyMusic #(open-output-file "display.txt") { c'4\f } } There's information about displayMusic in Section 1.3.1 Displaying Music Expressions in the section of the manual on extending. Works fine for

Re: Getting a new computer

2016-11-21 Thread Andrew Bernard
Hi Vaughan, Your choral score is beautiful, Most impressive. Well done. Another fantastic use of lilypond. It seems your score has become a standard benchmark for lilypond performance tests now! A couple of points. It is very often the case that when running Linux on Virtualbox or similar under

Re: \displayLilyMusic frescobaldi

2016-11-21 Thread Gianmaria Lari
achh! I didn't notice it! Thank you, g. On 21 November 2016 at 23:36, Noeck wrote: > Hi, > > Am 21.11.2016 um 23:28 schrieb Gianmaria Lari: > > Is there any way to see the \displayLilyMusic output inside Frescobaldi? > > It is printed in the standard output. You can

Re: \displayLilyMusic frescobaldi

2016-11-21 Thread Noeck
Hi, Am 21.11.2016 um 23:28 schrieb Gianmaria Lari: > Is there any way to see the \displayLilyMusic output inside Frescobaldi? It is printed in the standard output. You can see it if you activate/select: Tools > LilyPond protocol HTH, Joram ___

\displayLilyMusic frescobaldi

2016-11-21 Thread Gianmaria Lari
Is there any way to see the \displayLilyMusic output inside Frescobaldi? Thank you, g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tie for segue at end of movement

2016-11-21 Thread Noeck
Hi, Am 21.11.2016 um 16:34 schrieb Pierre Perol-Schneider: > However, you can try: http://lsr.di.unimi.it/LSR/Item?id=794 Why is the tie in this snippet attached to the right of the note head with \extendLV #2.5 (looks more like a tie) and to the bottom of the note head with \extendLV #2 ? That

Re: Tie for segue at end of movement

2016-11-21 Thread Thomas Morley
2016-11-21 17:57 GMT+01:00 David Sumbler : >> However, you can try: http://lsr.di.unimi.it/LSR/Item?id=794 > Thanks, both, for your help, and to Harm of course for the Scheme > function. Too much honor. The functions was created by Robin Bannister

Re: lilypond-user Digest, Vol 168, Issue 174

2016-11-21 Thread Graham Breed
On 21/11/16 13:51, lilypond-user-requ...@gnu.org wrote: Message: 5 Date: Mon, 21 Nov 2016 09:42:33 +0100 From: Urs Liska To: lilypond-user Subject: Pitch bend output in MIDI Message-ID:

Re: Tie for segue at end of movement

2016-11-21 Thread David Kastrup
David Sumbler writes: > I have a piece with several movements.  One of the movements is marked > 'segue' at the end, and finishes with a semibreve in each instrument. >  The note in the 2nd cello part is tied to the first note of the next > movement.  Each movement is in a

Re: Tie for segue at end of movement

2016-11-21 Thread David Sumbler
On Mon, 2016-11-21 at 15:18 +, Phil Holmes wrote: > - Original Message -  > From: "David Sumbler" > To: > Sent: Monday, November 21, 2016 2:50 PM > Subject: Tie for segue at end of movement > > > > I have a piece with several movements. One

Re: Tie for segue at end of movement

2016-11-21 Thread Pierre Perol-Schneider
Hi David, Your snippet does not compile. However, you can try: http://lsr.di.unimi.it/LSR/Item?id=794 HTH. Cheers, Pierre 2016-11-21 15:50 GMT+01:00 David Sumbler : > I have a piece with several movements. One of the movements is marked > 'segue' at the end, and finishes

Tie for segue at end of movement

2016-11-21 Thread David Sumbler
I have a piece with several movements.  One of the movements is marked 'segue' at the end, and finishes with a semibreve in each instrument.  The note in the 2nd cello part is tied to the first note of the next movement.  Each movement is in a separate \score block (both in the full score and in

Re: Guile-2?

2016-11-21 Thread Phil Holmes
Probably best if you read the thread yourself. https://lists.gnu.org/archive/html/lilypond-devel/2016-11/msg00030.html -- Phil Holmes - Original Message - From: N. Andrew Walsh To: lilypond-user Sent: Monday, November 21, 2016 1:51 PM Subject: Guile-2? Hi List, I

Guile-2?

2016-11-21 Thread N. Andrew Walsh
Hi List, I asked a while back about how Lily is coming along adapting to Guile2. At the time, it sounded like patience would be necessary. But I heard a rumor that someone posted to the dev list in the last week or so about doing some work on it, is such a thing possible? If so, as I'm not on

Re: Getting a new computer

2016-11-21 Thread Knut Petersen
Am 17.11.2016 um 16:19 schrieb 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. I tried my old computer ... Pentium-M

Pitch bend output in MIDI

2016-11-21 Thread Urs Liska
Hi, I want to use Pitch Bend to detune the output in MIDI files. The NR states that pitch bend is supported but doesn't give any information how it is applied. Apart from that I've only found this LSR snippet http://lsr.di.unimi.it/LSR/Snippet?id=785 but I must admit I don't really understand