lilypondforum.nl

2014-07-08 Thread Wilbert Berendsen
Dear Dutch-Language friends, Just to inform you: I'm sorry to have neglected lilypondforum.nl for such a long time. It was flooded with spam accounts and spam messages; I decided delete the database. I still own the domain and will re-setup a new forum when I have some time, and try to use

Re: lilypondforum.nl

2014-07-08 Thread Federico Bruni
2014-07-08 11:36 GMT+02:00 Wilbert Berendsen wbs...@xs4all.nl: I'm sorry to have neglected lilypondforum.nl for such a long time. It was flooded with spam accounts and spam messages; I decided delete the database. I still own the domain and will re-setup a new forum when I have some time, and

Dot-separated list as music function argument

2014-07-08 Thread Simon Albrecht
Hello everybody, I just wrote a music function to mark grobs as editorial addition by colouring them grey. See the code and an example: \version 2.19.8 ed = #(let ((string-or-list? (lambda (grob) (or (string? grob) (list? grob) (define-music-function (parser location grob mus)

Re: [openlilylib] Discuss restructuring

2014-07-08 Thread Urs Liska
Am 07.07.2014 16:48, schrieb Paul Morris: Urs Liska wrote Hm, I think I_must not_ start with such a script right now, since I know that this - although being not too complex - will eat up too much of my time and concentration. But your message triggered a little bit of thought, and I came to

Re: Dot-separated list as music function argument

2014-07-08 Thread Abraham Lee
On Tue, Jul 8, 2014 at 5:39 AM, Simon Albrecht simon.albre...@mail.de wrote: Hello everybody, I just wrote a music function to mark grobs as editorial addition by colouring them grey. See the code and an example: \version 2.19.8 ed = #(let ((string-or-list? (lambda (grob) (or (string? grob)

Re: Dot-separated list as music function argument

2014-07-08 Thread Janek Warchoł
2014-07-08 13:39 GMT+02:00 Simon Albrecht simon.albre...@mail.de: The 2.18 changes document says that #'(Staff Accidental) and Staff.Accidental were now interchangeable, however if I replace it in the second function call, I get errors (unexpected . etc.). Is there a way to avoid this in the

Re: Dot-separated list as music function argument

2014-07-08 Thread Thomas Morley
2014-07-08 13:39 GMT+02:00 Simon Albrecht simon.albre...@mail.de: Hello everybody, I just wrote a music function to mark grobs as editorial addition by colouring them grey. See the code and an example: \version 2.19.8 ed = #(let ((string-or-list? (lambda (grob) (or (string? grob)

Header markup question

2014-07-08 Thread Larry Kent
I'm editing a file that was created in 2.16. Within the *\paper* settings, I have the following two lines that put headers on pages after the first, and they print too close to the top edge of the paper. What markup should be added to move the headers down a bit? *evenHeaderMarkup=\markup

Re: Header markup question

2014-07-08 Thread Abraham Lee
On Tue, Jul 8, 2014 at 5:05 AM, Larry Kent kentla...@gmail.com wrote: I'm editing a file that was created in 2.16. Within the \paper settings, I have the following two lines that put headers on pages after the first, and they print too close to the top edge of the paper. What markup should

Re: Dot-separated list as music function argument

2014-07-08 Thread David Kastrup
Simon Albrecht simon.albre...@mail.de writes: Hello everybody, I just wrote a music function to mark grobs as editorial addition by colouring them grey. See the code and an example: \version 2.19.8 ed = #(let ((string-or-list? (lambda (grob) (or (string? grob) (list? grob)

Re: Dot-separated list as music function argument

2014-07-08 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: 2014-07-08 13:39 GMT+02:00 Simon Albrecht simon.albre...@mail.de: The 2.18 changes document says that #'(Staff Accidental) and Staff.Accidental were now interchangeable, however if I replace it in the second function call, I get errors

Re: Dot-separated list as music function argument

2014-07-08 Thread Abraham Lee
On Tue, Jul 8, 2014 at 9:48 AM, David Kastrup d...@gnu.org wrote: Simon Albrecht simon.albre...@mail.de writes: Hello everybody, I just wrote a music function to mark grobs as editorial addition by colouring them grey. See the code and an example: \version 2.19.8 ed = #(let

Re: Dot-separated list as music function argument

2014-07-08 Thread David Kastrup
Thomas Morley thomasmorle...@gmail.com writes: use the predicate symbol-list-or-symbol? Below a working version, displaying some info as well: \version 2.19.8 ed = #(define-music-function (parser location grob mus) (symbol-list-or-symbol? ly:music?) ;; displaying some info:

Re: unclear topic

2014-07-08 Thread Simon Albrecht
Am 08.07.2014 16:16, schrieb Federico Bruni: Hi Michael Problems in translated manuals should be reported on the translation list. The german translation is not updated as far as I know, since I've seen some reports from german users in the last year. Last commit of Till Paala was in october

Re: lilypondforum.nl

2014-07-08 Thread Johan Vromans
Hi Wilbert, Wilbert Berendsen wbs...@xs4all.nl writes: I still own the domain and will re-setup a new forum when I have some time, and try to use somewhat more robust software etc (ideas are welcome!) Most important question: Will there be sufficient interest in a generic Dutch LilyPond

Proportional-Notation Durations

2014-07-08 Thread PMA
Hi List. I'm looking for a LilyPond way to specify note duration in a Proportional Notation context using exactly _one_ stemless notehead type. Perhaps the first option is a mid-level horizontal line extending distance-X from the notehead. (The space following would indicate silence.) But I

Re: Lilypond Python on Windows

2014-07-08 Thread Han-Wen Nienhuys
Op 8 jul. 2014 18:39 schreef J Dorocak j_doro...@comcast.net: Dear Han-Wen, I recently installed Lilypond Frescobaldi on Windows XP. Now my web2py installation is broken because *.py is associated with ‘C:\Program Files\LilyPond\usr\bin\python.exe’ as opposed to

Beam subdivided at non-periodic intervals

2014-07-08 Thread Javier Ruiz-Alma
I need help implementing beam subdivisions with non-periodic beat structure (see image). Thank You! Below base code for this measure: %% \version 2.18.2 \relative c{ \time 4/4 \key g \minor \set subdivideBeams = ##t \ottava #1 ees16[ d f ees d c b d c bes

Re: unclear topic

2014-07-08 Thread Simon Albrecht
Am 08.07.2014 23:38, schrieb Federico Bruni: 2014-07-08 18:49 GMT+02:00 Simon Albrecht simon.albre...@mail.de mailto:simon.albre...@mail.de: Am 08.07.2014 16:16, schrieb Federico Bruni: Hi Michael Problems in translated manuals should be reported on the

Re: Dot-separated list as music function argument

2014-07-08 Thread Simon Albrecht
Many thanks for the responses, Thomas and David. And sorry for the messy code layout… I’ll see if I can change that. Yours, Simon Am 08.07.2014 15:50, schrieb Thomas Morley: 2014-07-08 13:39 GMT+02:00 Simon Albrecht simon.albre...@mail.de: Hello everybody, I just wrote a music function to

Re: Music font switching question

2014-07-08 Thread tisimst
tisimst wrote I just thought I'd ask the question... BTW, if it wasn't clear, this question is for everyone who receives it :) -Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/Music-font-switching-question-tp164171p164172.html Sent from the User mailing list

RE: Beam subdivided at non-periodic intervals

2014-07-08 Thread Mark Stephen Mrotek
Javier, You are welcome! Mark From: Javier Ruiz-Alma [mailto:jav...@ruiz-alma.com] Sent: Tuesday, July 08, 2014 9:17 PM To: Mark Stephen Mrotek; 'LilyPond User Group' Subject: Re: Beam subdivided at non-periodic intervals I'm surprised that it does. Thanks for coming up with that

Re: unclear topic

2014-07-08 Thread Federico Bruni
2014-07-09 0:50 GMT+02:00 Simon Albrecht simon.albre...@mail.de: One nitpick: at the beginning of your .rst file, there is a broken link to the LSR: it should now read http://lsr.di.unimi.it/ http://lsr.di.unimi.it/. Thanks, fixed! Another nitpick: the command to generate the pdf is rst2pdf