Different MIDI Velocity settings for different instruments?

2022-09-16 Thread Petr Pařízek
Hello, I made a LilyPond score for piano and 2 flutes. When I examined the MIDI file, I discovered that all the Note On commands in the piano part had the Velocity parameter set to 90 while in both flute parts it was set constant at 62. May I know why different Velocity values are being used wh

Re: How should I convert an existing ".ly" file to a MIDI file containing audible arpeggios?

2020-12-05 Thread Petr Pařízek
H. S. Teoh wrote: > For example: > > \midiArpeggio 24 4 > > divides a quarter note into 24 units, and plays the first c on-beat, the > e 1/24th of a quarter note past the beat, g 2/24th of a quarter note > past the beat, and the last c 3/24th of a quarter note past the beat. Thanks for s

Re: Microtonal music in LilyPond

2019-09-01 Thread Petr Pařízek
Pierre wrote: How about: http://lsr.di.unimi.it/LSR/Search?q=microtonal Thanks for the tip. I wanted to try the example given at: http://lsr.di.unimi.it/LSR/Snippet?id=786 Unfortunately, I was told that Guile found the following expression to be erroneous: #(ly:parser-set-note-names parse

Microtonal music in LilyPond

2019-09-01 Thread Petr Pařízek
Hello again! #1. In this part of the Notation Reference manual, there's apparently a subsection called "Microtonal notation" but it appears to be completely empty. Why is that? http://lilypond.org/doc/v2.19/Documentation/notation/pitch-and-harmony-in-contemporary-music #2. The Notation Refer

Re: Nesting levels in the source code - why do I have to use one level more than I thought?

2019-09-01 Thread Petr Pařízek
Thanks David, that has helped tremendously. Petr ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Nesting levels in the source code - why do I have to use one level more than I thought?

2019-08-29 Thread Petr Pařízek
Hello, I'm currently learning to use LilyPond. I've finally succeeded in writing a short piece of music but there's one thing I don't understand. In my source code, there was one line that said "\score {". In order it worked at all, I had to keep a single left brace { on the immediately follow