Controlling midi volumen of a long note

2021-11-25 Thread Pablo Cordal
Hi, When a long note is sounding and there is a rest afterward, the note abruptly quiets down, which is awful. I have several staves so controlling the general MIDI volumen is useless. I need to control the volume of one staff or the volume of the note. Is there any way to meke the MIDI volume

Windows Media Player alternatives for midi playing?

2021-10-30 Thread Pablo Cordal
Hi, Until now, I use WMP to play the midi compiled in lilypond. I have coolsoft virtualmidisynth installed with a sf2 of my taste and no problem, everything works fine. The problem: WMP blocks the midi file while (and after) it's playing, so if I modify something in lilypond and I want to hear

Line breaking error (no line breaking, just 1 staff runnig out of the pdf : (

2021-05-23 Thread Pablo Cordal
Hi everyone, This issue never happened before, the automatic line breaking does not work, so I get a long staff going out at the right side of the page. No compiling errors... What is wrong? This is my code (well a small piece of it) \version "2.20.0" #(ly:set-option 'midi-extension "midi")

Re: Default markup text fontsize

2021-03-25 Thread Pablo Cordal
Yes, it works. Thank you very much Valentin, it is just what I needed. Best regards El jue, 25 mar 2021 a las 21:20, Valentin Petzel () escribió: > Okay, can you check if this works on your installation? > > Am Donnerstag, 25. März 2021, 21:00:13 CET schrieb Robert Schmaus: > > That’s what I

Default markup text fontsize

2021-03-25 Thread Pablo Cordal
Hi everyone, Is there any way to set the default size for all markups in a staff? I have a lot of markups and I still have to write \fontsize = #-2 in all of them... I found the default font family solution but I need to set the size too. Thank you very much. Best regards

Re: Custom Chord name

2021-03-24 Thread Pablo Cordal
Sorry, I made a mistake. The result I need for this input c4:1.5.10.14+.16^1 is: gCmaj9 (with the maj9 in uppercase letters). This way is more clear for me, because indicates that the note disposition is a guitar chord (in opposition to piano dispositions). El mié, 24 mar 2021 a las 13:39, Pablo

Custom Chord name

2021-03-24 Thread Pablo Cordal
Hi everyone! I've got a problem here: when I introduce the chord c4:1.5.10.14+.16^1 (it's a custom Cmaj7 without the root) the program prints G 6 10 12. I think it should print the note C, not G. I'd like to present the following result *C*gCmaj9 (this is because this is a guitar chord). I've

Re: Using Frescobaldi compile functionality - first test failed

2020-03-19 Thread Pablo Cordal
Ok, finally the command line test worked perfect! (the problem was the lilypond version). With 2.20.0 I execute from the command line and I get a pdf and a midi file. Thank you all. Best regards Pablo El jue., 19 mar. 2020 a las 23:19, Pablo Cordal () escribió: > Yes, I noticed that

Re: Using Frescobaldi compile functionality - first test failed

2020-03-19 Thread Pablo Cordal
line I get an error "lilypond is not a commmand,." When I fix this I'll test with a.ly and comment the results. Cheers Pablo El jue., 19 mar. 2020 a las 22:30, Urs Liska () escribió: > Am Donnerstag, den 19.03.2020, 22:30 +0100 schrieb Pablo Cordal: > > I don't think so,

Re: Using Frescobaldi compile functionality - first test failed

2020-03-19 Thread Pablo Cordal
ble that this is some kind of 32bit vs 64bit problem? > > On Thu, 19 Mar 2020 at 21:06, Pablo Cordal wrote: > > > > No luck, with a simple a.ly I get the same error : ( > > > > El jue., 19 mar. 2020 a las 21:53, Federico Bruni () > escribió: > >> > &

Using Frescobaldi compile functionality from another program

2020-03-19 Thread Pablo Cordal
Hi everyone, May be this is not the right forum to expose this question but I'm sure that some of you guys are not lilypond expert users but expert programmers too and may be you can give me a hand, so here goes my problem: I'm writing a small visual basic program where I enter some notes in

Re: Problems generating MIDI

2020-03-15 Thread Pablo Cordal
mar. 2020 a las 18:52, Pablo Cordal () escribió: > Yes, I use Frescobaldi to generate the MIDI, and I use Windows Media > Player to listen to the midi file. > > This is the process: > - I open the .ly with Frescobaldi > - Crtl + M to generate the pdf (music sheet) and the MIDI

Re: Problems generating MIDI

2020-03-15 Thread Pablo Cordal
, makes my work slower. Any ideas? Best regards El dom., 15 mar. 2020 a las 16:28, Mats Bengtsson () escribió: > > On 3/15/20 6:01 AM, Pablo Cordal wrote: > > Hi everyone, > > > > I've got a problem generating midi. I open a file with lilypond, press > > crtl+M an

Problems generating MIDI

2020-03-14 Thread Pablo Cordal
Hi everyone, I've got a problem generating midi. I open a file with lilypond, press crtl+M and the midi out is OK. But if I compile the file again the midi is not generated. If I want to regenerate the midi I have to close lilypond, open it again and compile again. Anybody please can give a hand

Markup in chordmode

2020-03-11 Thread Pablo Cordal
Hi everyone, I'm trying to add a markup in the first chord of this music (but I get an error) How can I add ^\markup {"Var. 1"} to the first chord? Thank you very much in advance. Best regards *\version "2.18.2"#(ly:set-option 'midi-extension "midi")\score { <<

Resetting beat count

2020-03-07 Thread Pablo Cordal
Hi everyone! I need to write several musical elements one after the other in the same staff separated by a double bar.Each element can last less or more than one bar (could be for instance 1 bar and a half),and I need an instruction so the beat count starts after each double bar. This is my

Adding text (with horizontal padding) to slur

2018-11-08 Thread Pablo Cordal
Hi, Finally I figured it out myself. This is function modified to incorporate a horizontal padding: annotatedSlur = #(define-music-function (parser location paddingVertical paddingHorizontal texto) (number? number? markup?) #{ \once \override Slur.after-line-breaking = #(lambda

Re: Modified slur stencil with added markup

2018-11-08 Thread Pablo Cordal
ven better if the function would have another parameter for horizontal alignment. Any master coder can help me with this please? Thank you. Best regards El jue., 8 nov. 2018 a las 16:33, Pablo Cordal () escribió: > Hi again! > Can I propose a small modification in this funcion? > > annotatedS

Re: Modified slur stencil with added markup

2018-11-08 Thread Pablo Cordal
another parameter for horizontal alignment. Any master coder can help me with this please? Thank you. Best regards El dom., 4 nov. 2018 a las 17:26, Pablo Cordal () escribió: > Thank you very very very much Harm. Now it works perfectly, it is just > what I needed!. > > Best regards &g

Re: Modified slur stencil with added markup

2018-11-04 Thread Pablo Cordal
Thank you very very very much Harm. Now it works perfectly, it is just what I needed!. Best regards El dom., 4 nov. 2018 a las 17:20, Thomas Morley () escribió: > Am So., 4. Nov. 2018 um 16:38 Uhr schrieb pablocordal < > pablocor...@gmail.com>: > > > > Hi Urs and Torsten, > > > > This snippet

Adding text to slurs

2018-11-04 Thread Pablo Cordal
Hi to everyone from Spain, I have got a special need with lilypond. I need to add text to slurs for educational purposes, I'm a music teacher and I'd like to add information to musical phrases. The code: \version "2.18.2" #(ly:set-option 'midi-extension "midi") \header {} \score { <<

Fwd: Adding text to slurs

2018-11-04 Thread Pablo Cordal
Hi to everyone from Spain, I have got a special need with lilypond. I need to add text to slurs for educational purposes, I'm a music teacher and I'd like to add information to musical phrases. The code: \version "2.18.2" #(ly:set-option 'midi-extension "midi") \header {} \score { <<