Re: LilyPond 2.19.52 identified as malware

2016-12-14 Thread Hans Aikema
> On 14 Dec 2016, at 23:44, Peter Toye wrote: > > Trying to download and install LP 2.19.52. It seemed to install OK, in the > sense that a load of files went into the directory. > > But when I tried to install it into Frescobaldi my anti-malware program > (Kaspersky) came up with a load or e

Re: Creating a stencil from a markup

2016-12-14 Thread Thomas Morley
2016-12-14 21:59 GMT+01:00 David Nalesnik : > On Wed, Dec 14, 2016 at 2:57 PM, David Nalesnik > wrote: >> Hi Simon, >> >> On Wed, Dec 14, 2016 at 2:20 PM, Simon Albrecht >> wrote: >>> Hello everybody, >>> >>> I’d like to add a caesura sign on top of a barline by modifying the >>> barline’s stenc

Re: exchange LyricHyphen with a "proper" hyphen

2016-12-14 Thread Noeck
That went smoothly without any problems. The contrib documentation describes it really well and more importantly, the usual configure/make commands just work like expected. I will have a look at the patches and their effect on my scrores on Saturday. Cheers, Joram ___

Re: LilyPond 2.19.52 identified as malware

2016-12-14 Thread SoundsFromSound
Peter Toye wrote > Trying to download and install LP 2.19.52. It seemed to install OK, in the > sense that a load of files went into the directory. > > But when I tried to install it into Frescobaldi my anti-malware program > (Kaspersky) came up with a load or error messages and deleted many of th

LilyPond 2.19.52 identified as malware

2016-12-14 Thread Peter Toye
Trying to download and install LP 2.19.52. It seemed to install OK, in the sense that a load of files went into the directory. But when I tried to install it into Frescobaldi my anti-malware program (Kaspersky) came up with a load or error messages and deleted many of the files in the directory

Re: exchange LyricHyphen with a "proper" hyphen

2016-12-14 Thread Noeck
>> I won't be able to do more testing until the weekend. >> >> Can I compile lilypond on Ubuntu? > > Ofcourse. Thanks. >> I've read >> http://lilypond.org/doc/v2.19/Documentation/contributor/requirements-for-compiling-lilypond#ubuntu > > Useful as well: > http://lilypond.org/doc/v2.19/Documenta

Re: exchange LyricHyphen with a "proper" hyphen

2016-12-14 Thread Thomas Morley
2016-12-14 23:12 GMT+01:00 Noeck : > Thank you both! That looks good. I tested it with one vocal score. I > won't be able to do more testing until the weekend. > > Can I compile lilypond on Ubuntu? Ofcourse. > I've read > http://lilypond.org/doc/v2.19/Documentation/contributor/requirements-for-co

Re: exchange LyricHyphen with a "proper" hyphen

2016-12-14 Thread Noeck
Thank you both! That looks good. I tested it with one vocal score. I won't be able to do more testing until the weekend. Can I compile lilypond on Ubuntu? I've read http://lilypond.org/doc/v2.19/Documentation/contributor/requirements-for-compiling-lilypond#ubuntu But if you already know that it wo

Re: Creating a stencil from a markup

2016-12-14 Thread Simon Albrecht
On 14.12.2016 21:57, David Nalesnik wrote: \once\override Staff.BarLine.stencil = #(lambda (grob) Thanks for the pointers! Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Creating a stencil from a markup

2016-12-14 Thread David Nalesnik
On Wed, Dec 14, 2016 at 2:57 PM, David Nalesnik wrote: > Hi Simon, > > On Wed, Dec 14, 2016 at 2:20 PM, Simon Albrecht > wrote: >> Hello everybody, >> >> I’d like to add a caesura sign on top of a barline by modifying the >> barline’s stencil. Here’s my attempt: >> >> %% >> \vers

Re: Creating a stencil from a markup

2016-12-14 Thread David Nalesnik
Hi Simon, On Wed, Dec 14, 2016 at 2:20 PM, Simon Albrecht wrote: > Hello everybody, > > I’d like to add a caesura sign on top of a barline by modifying the > barline’s stencil. Here’s my attempt: > > %% > \version "2.19.49" > > { > 1 > \once\override BarLine.stencil = > #(ly

Creating a stencil from a markup

2016-12-14 Thread Simon Albrecht
Hello everybody, I’d like to add a caesura sign on top of a barline by modifying the barline’s stencil. Here’s my attempt: %% \version "2.19.49" { 1 \once\override BarLine.stencil = #(ly:stencil-combine-at-edge ly:bar-line::print 1 ; y-axis 1 ; on top

Re: PDF-Editor Links in Windows

2016-12-14 Thread Thomas WillNot
I don't think that is the problem. I've attached a screenshot of the error message given by TextPad. It asks to create a file with the Desktop path, followed by the actual file path, followed by the line numbers. Even if the first part could be stripped out somehow, I don't think any of these

musicxml2ly makes an apparently defective lilypond file

2016-12-14 Thread Patrick Karl
So, I have the following lilypond file, named test.ly: \version "2.19.46" music = { c'' } \score { \new Staff \music \layout { } \midi { } } I compile it so: lilypond test.ly which generates a pdf file and a midi file. I open the midi file in Musescore 2.0.3.1 and export an xml file

Re: PDF-Editor Links in Windows

2016-12-14 Thread Phil Holmes
Looks like your reply worked OK. I'd not yet post this in -bugs, but it could be argued that -devel is more appropriate. Anyway, looking at the error message again, it looks like LilyPad is trying to open "texedit://filename". The "texedit://" appears to be superfluous - are you able to stri

RE: PDF-Editor Links in Windows

2016-12-14 Thread Thomas Wilmot
I hope I'm doing this right...still trying to figure out this mailing list after all these years! I replied to the message but sent a carbon copy to lilypond-user@gnu.org? I used the Gmane Web interface in the past, but it's down, so trying to do it the "normal" way by actually using eMail! Quit

Re: Circled numbers for live electronics

2016-12-14 Thread Gilberto Agostinho
SoundsFromSound wrote > Thank you for this very useful code! I can use this in my electro-acoustic > works for sure. I am glad to hear you found this useful! And because the function has a markup section, it should also be easily hackable depending on how you want your scores with live electronic

Re: Circled numbers for live electronics

2016-12-14 Thread SoundsFromSound
Gilberto Agostinho wrote > Hi all, > > I started using the raw tag for enclosing any LilyPond code because > without it the Nabble interface often does not display the code properly > (because it sometimes thinks the chords are tags and end up omitting part > of it, making the code shown at Nabble

Re: Circled numbers for live electronics

2016-12-14 Thread Gilberto Agostinho
Hi all, I started using the raw tag for enclosing any LilyPond code because without it the Nabble interface often does not display the code properly (because it sometimes thinks the chords are tags and end up omitting part of it, making the code shown at Nabble uncompilable!). It happened to me in

RE: Circled numbers for live electronics

2016-12-14 Thread Gerdau, Michael
> I was keen to see - and use - your code, but as Simon mentioned, it is not > visible. Would you post it again please? I had the same problem - luckily I could view it using the HTML interface via http://lilypond.1069038.n5.nabble.com/Circled-numbers-for-live-electronics-tp197953p197968.html Kin

RE: Circled numbers for live electronics

2016-12-14 Thread Andrew Bernard
Hi Gilberto, I was keen to see - and use - your code, but as Simon mentioned, it is not visible. Would you post it again please? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Circled numbers for live electronics

2016-12-14 Thread Simon Albrecht
Hi Gilberto, sorry to say this, but the way you inserted the code here is _very_ impractical. Only the Nabble interface allows seeing it at all: , so many people will just skip the e-mail or miss the code. Don’t do that! Th

Re: Automatic lyric extenders

2016-12-14 Thread Alexander Kobel
On 2016-12-14 11:03, Urs Liska wrote: Am 14.12.2016 um 10:45 schrieb Alexander Kobel: On 2016-12-14 07:50, Knut Petersen wrote: Hi Alexander! add-lyric-extenders = #(define-music-function (parser location lyrics) (ly:music?) You don't need "parser location". Hi Knut, I think I do - see

Re: Circled numbers for live electronics

2016-12-14 Thread Gilberto Agostinho
A small revision of the functions above, the functions now take numbers as input and I then used Scheme to automatically ensure that all circles have the same size for inputs up to 999. For inputs larger than that, use some \override TextScript.extra-offset if the arrows are slightly off place in t

Re: Automatic lyric extenders

2016-12-14 Thread Alexander Kobel
On 2016-12-14 07:12, Knut Petersen wrote: Am 13.12.2016 um 22:43 schrieb Alexander Kobel: On 2016-12-12 13:48, Knut Petersen wrote: Hi everybody! Please test and comment, patch and examples attached. Hi Knut, works beautifully, as far as your code is concerned. But I found a bug in my funct

Re: Automatic lyric extenders

2016-12-14 Thread Urs Liska
Am 14.12.2016 um 10:45 schrieb Alexander Kobel: > On 2016-12-14 07:50, Knut Petersen wrote: >> Hi Alexander! >> >>> add-lyric-extenders = >>> #(define-music-function (parser location lyrics) (ly:music?) >> >> You don't need "parser location". > > Hi Knut, > > I think I do - see the post on lily-d

Re: Automatic lyric extenders

2016-12-14 Thread Alexander Kobel
On 2016-12-14 07:50, Knut Petersen wrote: Hi Alexander! add-lyric-extenders = #(define-music-function (parser location lyrics) (ly:music?) You don't need "parser location". Hi Knut, I think I do - see the post on lily-devel. AFAIK, the type check (here: ly:music?) is applied to the third