Re: ERROR: In procedure ly:trampoline: ERROR: Wrong type argument in position 3 (expecting Translator): #

2019-06-03 Thread Michael Hendry
> On 4 Jun 2019, at 01:58, Ben wrote: > > On 6/3/2019 8:02 PM, Joseph Srednicki wrote: >> Hello: >> >> I read some messages about this issue in the mail archive, but I have not >> been able to get Lilypond to compile the attached file. >> >> I know that the attached example is not tiny, but I

Re: two-way synchronization (live or otherwise) between Lilypond and a DAW

2019-06-03 Thread Ivan Kuznetsov
About four years ago, I did almost all, if not all of your listed steps with Lilypond and Ardour. I wrote a multi-voice score in Lilypond, converted the score to MIDI, loaded this MIDI into Ardour, and then assigned the various MIDI voices to various synthesis plugins. The process did include edi

Re: ERROR: In procedure ly:trampoline: ERROR: Wrong type argument in position 3 (expecting Translator): #

2019-06-03 Thread Ben
On 6/3/2019 8:02 PM, Joseph Srednicki wrote: Hello: I read some messages about this issue in the mail archive, but I have not been able to get Lilypond to compile the attached file. I know that the attached example is not tiny, but I could not reproduce this issue in a tiny example. The fi

ERROR: In procedure ly:trampoline: ERROR: Wrong type argument in position 3 (expecting Translator): #

2019-06-03 Thread Joseph Srednicki
Hello: I read some messages about this issue in the mail archive, but I have not been able to get Lilypond to compile the attached file. I know that the attached example is not tiny, but I could not reproduce this issue in a tiny example. The file compiled without errors until I reached line 266.

Re: MIDI Output not working

2019-06-03 Thread David Kastrup
"mu...@gmx.ch" writes: >> Am 03.06.2019 um 19:18 schrieb: >>> Nevermind, it is working now for some reason. Thank you. >>> >>> >>> Jun 3, 2019, 9:58 AM by anz...@tutanota.com: >>> >>> Hello, I added the following code to the score block: >>> >>>  \midi {} >>> >>> and in the log it say

Re: MIDI Output not working

2019-06-03 Thread mu...@gmx.ch
Maybe the reason for your irritation could be the following: Lilypond renders its output to a temporary folder unless you save your ly-file, which brings lilypond to render all output files to the "official" / expected folder. So if you would like to find your most current output - be it pdf or m

Re: MIDI Output not working

2019-06-03 Thread Phil Holmes
Could you provide a minimal example of code that does not work? -- Phil Holmes - Original Message - From: Anzick To: lilypond-user@gnu.org Sent: Monday, June 03, 2019 5:58 PM Subject: MIDI Output not working Hello, I added the following code to the score block: \mi

Re: MIDI Output not working

2019-06-03 Thread Anzick
Nevermind, it is working now for some reason. Thank you. Jun 3, 2019, 9:58 AM by anz...@tutanota.com: > Hello, I added the following code to the score block: > >  \midi {} > > and in the log it says: > > > MIDI output to `C Major.midi'... > > > But alas, the MIDI file does not appear beside the P

MIDI Output not working

2019-06-03 Thread Anzick
Hello, I added the following code to the score block:  \midi {} and in the log it says: MIDI output to `C Major.midi'... But alas, the MIDI file does not appear beside the PDF or LY file. Does anyone know why and how to fix? Thank you. ___ lilypon

Re: Pedal tweak

2019-06-03 Thread Pierre Perol-Schneider
@ Brian, I meant: \version "2.19" { a1\sustainOn a -\tweak color #red \sustainOff \sustainOn } { a1 -\tweak bound-details #`((left . ((Y . 0) (attach-dir . -2) (text . ,(markup #:musicglyph "pedal.Ped" (right . ((Y . 0)

Re: Pedal tweak

2019-06-03 Thread David Kastrup
Pierre Perol-Schneider writes: > Hi, > What's wrong with this tweak ? > > \version "2.19.83" > { > a1\sustainOn a-\tweak color #red \sustainOff \sustainOn > } The off-on sequence creates only a single grob, and that one is created by \sustainOn . You can tweak that one but it will of course a

Re: Pedal tweak

2019-06-03 Thread Michael Hendry
> On 3 Jun 2019, at 13:14, Pierre Perol-Schneider > wrote: > > Hi, > What's wrong with this tweak ? > > \version "2.19.83" > { > a1\sustainOn a-\tweak color #red \sustainOff \sustainOn > } > > TIA > Cheers, > Pierre > ___ > lilypond-user mailing l

Pedal tweak

2019-06-03 Thread Pierre Perol-Schneider
Hi, What's wrong with this tweak ? \version "2.19.83" { a1\sustainOn a-\tweak color #red \sustainOff \sustainOn } TIA Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user