Re: Catch direction operators

2013-10-01 Thread Urs Liska
Am 29.09.2013 17:04, schrieb David Kastrup: \new Voice \with { \mapList #colorizeDir Slur.StringNumber.TextScript } \new Voice \with { \mapList #colorizeDir #(map (lambda (x) (car x)) all-grob-descriptions) } Adds the option of coloring all grobs with a 'direction property. Urs

Re: Catch direction operators

2013-10-01 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Am 29.09.2013 17:04, schrieb David Kastrup: \new Voice \with { \mapList #colorizeDir Slur.StringNumber.TextScript } \new Voice \with { \mapList #colorizeDir #(map (lambda (x) (car x)) all-grob-descriptions) } Adds the option of coloring all grobs with

Re: Catch direction operators

2013-10-01 Thread Urs Liska
Am 01.10.2013 12:04, schrieb David Kastrup: Urs Liska u...@openlilylib.org writes: Am 29.09.2013 17:04, schrieb David Kastrup: \new Voice \with { \mapList #colorizeDir Slur.StringNumber.TextScript } \new Voice \with { \mapList #colorizeDir #(map (lambda (x) (car x)) all-grob-descriptions) }

Re: Catch direction operators

2013-10-01 Thread Franciszek Boehlke
lambda (x) (car x) is exactly the same as car. You should be able to write just #(map car all-grob-descriptions) instead. 2013/10/1 Urs Liska u...@openlilylib.org Am 01.10.2013 12:04, schrieb David Kastrup: Urs Liska u...@openlilylib.org writes: Am 29.09.2013 17:04, schrieb David

Re: Catch direction operators

2013-10-01 Thread Urs Liska
Am 01.10.2013 12:17, schrieb Franciszek Boehlke: lambda (x) (car x) is exactly the same as car. You should be able to write just #(map car all-grob-descriptions) instead. Thanks. Now I see that it didn't _seem_ to work because I ran the wrong LilyPond version :-[

Horizontal note spacing

2013-10-01 Thread LaurenH
I'm looking for a music writing program that will allow me to precisely control horizontal spacing for use in a psychology sight-reading study. Though I've found information on how to pad accidentals etc I was wondering if someone could help with a few more detailed horizontal spacing questions:

Re: Horizontal note spacing

2013-10-01 Thread Mike Solomon
On 1 oct. 2013, at 13:59, LaurenH l.v.had...@sms.ed.ac.uk wrote: I'm looking for a music writing program that will allow me to precisely control horizontal spacing for use in a psychology sight-reading study. Though I've found information on how to pad accidentals etc I was wondering if

Re: Horizontal note spacing

2013-10-01 Thread David Kastrup
LaurenH l.v.had...@sms.ed.ac.uk writes: I'm looking for a music writing program that will allow me to precisely control horizontal spacing for use in a psychology sight-reading study. You are probably best off writing your own program then. LilyPond does so many tweaks and finetunes and

Ties across repeats

2013-10-01 Thread Maarten de Keijzer
How can you ‘program’ ties across the alternative path of a repeat volta, to avoid untied notes or chords in the last part? Like in the included example. attachment: Repeat with tie.jpg___ lilypond-user mailing list lilypond-user@gnu.org

Re: Ties across repeats

2013-10-01 Thread David Kastrup
Maarten de Keijzer maarten.de.keij...@hccnet.nl writes: How can you ‘program’ ties across the alternative path of a repeat volta, to avoid untied notes or chords in the last part? Like in the included example.

Re: Horizontal note spacing

2013-10-01 Thread Franciszek Boehlke
I'm not completely sure of that, but disabling springs should be quite easy to do (in C++ code), and effect might be what is deserved, i.e. no smart spacing. However, it can result in lots of collisions in some cases. Maybe I'll try it today or tomorrow, I'd like to remind myself spring code a

Re: Catch direction operators

2013-10-01 Thread Urs Liska
Am 01.10.2013 12:19, schrieb Urs Liska: Am 01.10.2013 12:17, schrieb Franciszek Boehlke: lambda (x) (car x) is exactly the same as car. You should be able to write just #(map car all-grob-descriptions) instead. Thanks. Now I see that it didn't _seem_ to work because I ran the wrong

Re: Catch direction operators

2013-10-01 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Am 01.10.2013 12:19, schrieb Urs Liska: Am 01.10.2013 12:17, schrieb Franciszek Boehlke: lambda (x) (car x) is exactly the same as car. You should be able to write just #(map car all-grob-descriptions) instead. Thanks. Now I see that it didn't

missing bar numbers after manual line breaks within incomplete measures: bug or feature?

2013-10-01 Thread pls
Hey all, according to the NR bar numbers are typeset by default at the start of every line except the first line. In the following example the second line starts with an incomplete measure which automatically results in a missing bar number. I would expect a bar number at the beginning of

Re: missing bar numbers after manual line breaks within incomplete measures: bug or feature?

2013-10-01 Thread Alexander Kobel
On 10/01/2013 04:17 PM, pls wrote: Hey all, according to the NR bar numbers are typeset by default at the start of every line except the first line. In the following example the second line starts with an incomplete measure which automatically results in a missing bar number. I would expect

Re: missing bar numbers after manual line breaks within incomplete measures: bug or feature?

2013-10-01 Thread pls
On 01.10.2013, at 16:41, Alexander Kobel n...@a-kobel.de wrote: Hi Alexander, Any integer bar number at the start of the system would be misleading, as you probably figured. In your example, the proper number to place after the break would be 5.5, right? What if you put 5 there and the

Re:Ties across repeats (David Kastrup)

2013-10-01 Thread Maarten de Keijzer
From: David Kastrup d...@gnu.org To: lilypond-user@gnu.org Subject: Re: Ties across repeats Maarten de Keijzer maarten.de.keij...@hccnet.nl writes: How can you ?program? ties across the alternative path of a repeat volta, to avoid untied notes or chords in the last part? Like in the included

Re: Ties across repeats (David Kastrup)

2013-10-01 Thread David Kastrup
Maarten de Keijzer maarten.de.keij...@hccnet.nl writes: From: David Kastrup d...@gnu.org To: lilypond-user@gnu.org Subject: Re: Ties across repeats Maarten de Keijzer maarten.de.keij...@hccnet.nl writes: How can you ?program? ties across the alternative path of a repeat volta, to avoid untied

Fedora 19 Lilypond and Vim

2013-10-01 Thread Kevin Tough
Hi, I am new to the group and just starting my Lilypond learning. I am using Fedora 17 and 19. My favorite editor is Vim but I am far from a power user. I am confused about syntax highlighting for Lilypond. The Lilypond website: http://www.lilypond.org/doc/v2.17/Do...editor-support suggests an

Re: Fedora 19 Lilypond and Vim

2013-10-01 Thread Rachael Thomas Carlson
On 10/01 10:12 PM, Kevin Tough wrote: Hi, I am new to the group and just starting my Lilypond learning. I am using Fedora 17 and 19. My favorite editor is Vim but I am far from a power user. I am confused about syntax highlighting for Lilypond. The Lilypond website:

Re: Flat flags

2013-10-01 Thread Thomas Morley
2013/10/1 Gilberto Agostinho gilbertohasn...@googlemail.com: Hi Thomas, Thank you so much for your help! Indeed this is very close to what I am looking for, but there is a small catch: your code does not provide a result identical to the \set stemLeftBeamCount = #0 note[]. The flags' position

Re: Fedora 19 Lilypond and Vim

2013-10-01 Thread Martin Tarenskeen
On Tue, 1 Oct 2013, Kevin Tough wrote: My Fedora 19 install has the above three mentioned files installed in vim73's syntax directory but they are the only files as Fedora 19 now uses vim74. I copied them to vim74 but syntax highlighting does not yet work for me in Fedora 19. I am using Vim

Re: LilyJAZZ on 2.17

2013-10-01 Thread Federico Bruni
2013/10/1 Thomas Morley thomasmorle...@gmail.com So I tried creating a symlink in my home: ln -s .local/share/fonts ~/.fonts And now it works! Do you think that it should be reported? lilypond binary should look in .local/share/fonts (it's the new font directory since Gnome 3) Well,

Re: Flat flags

2013-10-01 Thread Gilberto Agostinho
Hi Harm, Thank you so much for this code. I realize now that it was not your flat-flag code that wasn't matching the old and modern-straight-flags, but actually it was the notes using \set stemLeftBeamCount x[] that were not matching them! Now I see that by using \set stemLeftBeamCount, the flags

Re: Anki and LilyPond

2013-10-01 Thread SoundsFromSound
Hi Urs, I've used Anki for a while now and also have thought about adding LilyPond content to flashcards. I suppose it would be a very nice idea, I will get started on them as soon as I am finished with my new batch of video tutorials on LilyPond for Beginners. Anki is solid - great idea Urs!