Re: Convert-ly adds line breaks

2020-03-15 Thread Mark Mathias
Thank you to all, especially Daniel re the open issue. Will bide my time, MPM On Sun, Mar 15, 2020 at 5:29 PM Daniel Rosen wrote: > > -Original Message- > > From: Martin Neubauer [mailto:mrtn...@gmail.com] > > Sent: Sunday, March 15, 2020 2:11 PM > > To: lilypond-user@gnu.org > >

Re: Coloring a staff line.

2020-03-15 Thread Thomas Morley
Am So., 15. März 2020 um 21:10 Uhr schrieb Hwaen Ch'uqi : > > Greetings, > > I have customized a clefless staff with eleven lines, and I would like > the center line to be colored red. I thought I followed properly this > LSR snippet: > > http://lsr.di.unimi.it/LSR/Item?id=700 > > But the center

RE: Convert-ly adds line breaks

2020-03-15 Thread Daniel Rosen
> -Original Message- > From: Martin Neubauer [mailto:mrtn...@gmail.com] > Sent: Sunday, March 15, 2020 2:11 PM > To: lilypond-user@gnu.org > Subject: Re: Convert-ly adds line breaks > > Hi, > > I suspect this is a Unix vs. Windows line ending issue. That's exactly what it is. The

Coloring a staff line.

2020-03-15 Thread Hwaen Ch'uqi
Greetings, I have customized a clefless staff with eleven lines, and I would like the center line to be colored red. I thought I followed properly this LSR snippet: http://lsr.di.unimi.it/LSR/Item?id=700 But the center line is still not red. Below is as "simple" a code as I can make, and I have

Re: Convert-ly adds line breaks

2020-03-15 Thread David Kastrup
Anders Eriksson writes: > On 2020-03-15 20:18, Mark Stephen Mrotek wrote: >> >> Anders, >> >> Thank you for your reply. >> >> I have not used “command line” to run convert.ly. >> >> Can you provide a process? >> >> Thank you, >> >> Mark >> > Hello Mark, > > 1.    Start a command Window (cmd) >

Re: Problems generating MIDI

2020-03-15 Thread Francisco Vila
El 15/3/20 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 file - I listen to the midi

RE: Convert-ly adds line breaks

2020-03-15 Thread Mark Stephen Mrotek
Anders, Thanks for teaching a old dog some new tricks! Mark From: Anders Eriksson [mailto:lilyp...@andis59.se] Sent: Sunday, March 15, 2020 12:24 PM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Convert-ly adds line breaks On 2020-03-15 20:18, Mark Stephen Mrotek

Re: Convert-ly adds line breaks

2020-03-15 Thread Anders Eriksson
On 2020-03-15 20:18, Mark Stephen Mrotek wrote: Anders, Thank you for your reply. I have not used “command line” to run convert.ly. Can you provide a process? Thank you, Mark Hello Mark, 1.    Start a command Window (cmd) 2.    change the current directory to directory>\usr\bin 3.   

RE: Convert-ly adds line breaks

2020-03-15 Thread Mark Stephen Mrotek
Anders, Thank you for your reply. I have not used “command line” to run convert.ly. Can you provide a process? Thank you, Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Anders Eriksson Sent: Sunday, March 15, 2020 11:02 AM To:

Re: Convert-ly adds line breaks

2020-03-15 Thread Martin Neubauer
Hi, I suspect this is a Unix vs. Windows line ending issue. Maybe you can either run some utility like dos2unix (or whatever is available for windows these days) prior to running convert-ly, or confirm which line terminators are used before and after running convert-ly via some hexdump utility.

Re: Convert-ly adds line breaks

2020-03-15 Thread Anders Eriksson
On 2020-03-15 18:48, Mark Stephen Mrotek wrote: Mark, The same happened when I used convert.ly. Mark *From:*lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *Mark Mathias *Sent:* Sunday, March 15, 2020 3:26 AM *To:* lilypond-usermailinglist

Re: Problems generating MIDI

2020-03-15 Thread Pablo Cordal
I have tested another way: *I listen to the midi file from inside Frescobaldi*, then when I make a modification (add another note) and press Crtl+M then I can listen to the modifications in the new midi file... so it works this way! Thanks a lot, problem solved! Best regards, Pablo El dom., 15

Re: Problems generating MIDI

2020-03-15 Thread Pablo Cordal
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 file - I listen to the midi file with WMP - I close WMP - I modify the .ly file

RE: Convert-ly adds line breaks

2020-03-15 Thread Mark Stephen Mrotek
Mark, The same happened when I used convert.ly. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Mark Mathias Sent: Sunday, March 15, 2020 3:26 AM To: lilypond-usermailinglist Subject: Convert-ly adds line breaks Running

Re: Problems generating MIDI

2020-03-15 Thread Mats Bengtsson
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 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

Re: Problems generating MIDI

2020-03-15 Thread Mats Bengtsson
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 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

Re: Problems generating MIDI

2020-03-15 Thread Knute Snortum
It sounds like you're using Frescobaldi, not just LilyPond. So clarify this for me. You compile your LilyPond code and it produces a MIDI file? Then the second time you compile there is no MIDI file? Or is it that you can't *play* the MIDI file the second time? --- Knute Snortum (via Gmail)

Makefile document improvement

2020-03-15 Thread foxfanfare
Hi all, I'm currently learning the use of Makefile and how to automate the creation of lilypond files. In the process, it's important to keep a clean repertory structure, as suggested in the documentation http://lilypond.org/doc/v2.18/Documentation/usage/make-and-makefiles.html

Convert-ly adds line breaks

2020-03-15 Thread Mark Mathias
Running Frescobaldi 3.1.1 "Update with convert-ly" from LilyPond 2.18.2 to 2.20.0 added an extra line break to every line of the .ly file (Windows10). I can strip them out of course, but is there a way to avoid this? Couldn't find anything in Frescobaldi preferences that covers this. Thank you,

Re: Lilypond in Windows shows version 0.4

2020-03-15 Thread Mark Mathias
Torsten, All is working now! Thank You! Mark On Sat, Mar 7, 2020 at 6:39 PM Torsten Hämmerle wrote: > Mark Mathias-2 wrote > > The 2.20.0 version is listed in Frescobaldi's preferences with a correct > > full path, but there is a red "no go" symbol to the left of the line. > > [...] > > Here's