Re: High-level users?

2011-09-25 Thread Janek Warchoł
2011/9/24 Graham Percival gra...@percival-music.ca: On Sat, Sep 24, 2011 at 03:24:18PM +0200, Janek Warchoł wrote: For what it's worth, i really *really* think that LilyPond and MuseScore should be integrated. What does that mean? - better lilypond export for musescore: go ahead and send

Re: preprocessing an included file with system command

2011-09-25 Thread Dmytro O. Redchuk
On Sat 24 Sep 2011, 23:52 Michael Ellis wrote: On Sat, Sep 24, 2011 at 4:28 PM, Graham Percival or m4 or python, I'd do this: # mylily.sh cp $1 /tmp sed '...' /tmp/$1 /tmp/$1-processed.ly lilypond /tmp/$1-processed.ly mv /tmp/$1-processed.ly . Often it can be done with something like

Re: preprocessing an included file with system command

2011-09-25 Thread Michael Ellis
On Sun, Sep 25, 2011 at 6:34 AM, Dmytro O. Redchuk brownian@gmail.com wrote: On Sat 24 Sep 2011, 23:52 Michael Ellis wrote: On Sat, Sep 24, 2011 at 4:28 PM, Graham Percival or m4 or python, I'd do this: # mylily.sh cp $1 /tmp sed '...' /tmp/$1 /tmp/$1-processed.ly lilypond

Re: preprocessing an included file with system command

2011-09-25 Thread Karl Hammar
Mike: 0173 140 57 On Sun, Sep 25, 2011 at 6:34 AM, Dmytro O. Redchuk brownian@gmail.com wrote: On Sat 24 Sep 2011, 23:52 Michael Ellis wrote: On Sat, Sep 24, 2011 at 4:28 PM, Graham Percival or m4 or python, I'd do this: # mylily.sh cp $1 /tmp sed '...' /tmp/$1

Re: preprocessing an included file with system command

2011-09-25 Thread Michael Ellis
On Sun, Sep 25, 2011 at 1:08 PM, Karl Hammar k...@aspodata.se wrote: One does not really want macros nor preprocessors, since it munges up error reporting. Which one does not want them? :-) Seriously, I understand and, to a great extent, sympathize with that point of view -- especially

Re: placement sostenuto

2011-09-25 Thread Thomas Morley
Hi David 2011/9/24 David Nalesnik david.nales...@gmail.com Hi Harm, Thanks for the insight! So then you could do something like this: I tried, but without success. :) \version 2.14.2 #(define (padding-for-tenuto x) (lambda (grob) (if (equal? tenuto (ly:prob-property

Re: placement sostenuto

2011-09-25 Thread David Nalesnik
Hi Harm, On Sun, Sep 25, 2011 at 1:01 PM, Thomas Morley thomasmorle...@googlemail.com wrote: 2011/9/24 David Nalesnik david.nales...@gmail.com I don't know if I've gotten at the name of the articulation in the best way, but this works. One drawback is that there can only be one override

Adding an 8 bellow the treble clef

2011-09-25 Thread Alberto Simões
Hello Is there any standard way to, using lilypond, add an 8 bellow a treble clef, meaning that it should be sang an octave bellow? Thank you Alberto -- Alberto Simoes CEHUM ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Kieren MacMillan
Hi Alberto, Is there any standard way to, using lilypond, add an 8 bellow a treble clef, meaning that it should be sang an octave bellow? \clef treble_8 Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Alberto Simões
On 25/09/2011 21:06, Kieren MacMillan wrote: Hi Alberto, Is there any standard way to, using lilypond, add an 8 bellow a treble clef, meaning that it should be sang an octave bellow? \clef treble_8 Thats even simpler than what I found using google jut now :) \set Staff.clefPosition =

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Janek Warchoł
Hi Alberto, 2011/9/25 Alberto Simões al...@alfarrabio.di.uminho.pt: On 25/09/2011 21:06, Kieren MacMillan wrote: Is there any standard way to, using lilypond, add an 8 bellow a treble clef, meaning that it should be sang an octave bellow? \clef treble_8 Thats even simpler than what I

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Alberto Simões
Hello, Jenek, On 25/09/2011 21:22, Janek Warchoł wrote: Transposed clefs are discussed in Notation Reference ( http://lilypond.org/doc/v2.15/Documentation/notation/displaying-pitches#clef ). Since you have missed that information, maybe we should make it more visible. Do you think that we

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Stefan Thomas
Dear Alberto, You can do it this way: { \clef treble_8 c'1 } Hello Is there any standard way to, using lilypond, add an 8 bellow a treble clef, meaning that it should be sang an octave bellow? Thank you Alberto -- Alberto Simoes CEHUM ___

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Janek Warchoł
2011/9/25 Alberto Simões al...@alfarrabio.di.uminho.pt: Hello, Jenek, On 25/09/2011 21:22, Janek Warchoł wrote: Transposed clefs are discussed in Notation Reference ( http://lilypond.org/doc/v2.15/Documentation/notation/displaying-pitches#clef ).  Since you have missed that information,

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Nick Payne
On 26/09/11 06:06, Kieren MacMillan wrote: Hi Alberto, Is there any standard way to, using lilypond, add an 8 bellow a treble clef, meaning that it should be sang an octave bellow? \clef treble_8 And BTW, the 8 is by default not properly centred under the bottom of the loop of the clef. I

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Kieren MacMillan
Hi Nick, And BTW, the 8 is by default not properly centred under the bottom of the loop of the clef. I normally use \override Staff.OctavateEight #'X-offset = #0.6 to get it to where it looks correct. Good to see another obsessive-compulsive engraver on the list… ;) I also think it's too

Re: Adding an 8 bellow the treble clef

2011-09-25 Thread Janek Warchoł
2011/9/25 Kieren MacMillan kieren_macmil...@sympatico.ca: Hi Nick, And BTW, the 8 is by default not properly centred under the bottom of the loop of the clef. I normally use \override Staff.OctavateEight #'X-offset = #0.6 to get it to where it looks correct. Good to see another

Re: High-level users?

2011-09-25 Thread Hilary Snaden
On 2011-09-25 11:13, Janek Warchoł wrote: 2011/9/24 Graham Percivalgra...@percival-music.ca: On Sat, Sep 24, 2011 at 03:24:18PM +0200, Janek Warchoł wrote: For what it's worth, i really *really* think that LilyPond and MuseScore should be integrated. What does that mean? - better lilypond

Beaming (was Re: Adding an 8 bellow the treble clef)

2011-09-25 Thread Carl Sorensen
On 9/25/11 2:48 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: Our beaming really needs some improvements. Please post the problems you are aware of, and I'll give you whatever estimate I can about how hard they will be to fix. Thanks, Carl ___

Re: High-level users?

2011-09-25 Thread Janek Warchoł
2011/9/25 Hilary Snaden h...@newearth.demon.co.uk: On 2011-09-25 11:13, Janek Warchoł wrote: 2011/9/24 Graham Percivalgra...@percival-music.ca: On Sat, Sep 24, 2011 at 03:24:18PM +0200, Janek Warchoł wrote: For what it's worth, i really *really* think that LilyPond and MuseScore should be

Re: Beaming (was Re: Adding an 8 bellow the treble clef)

2011-09-25 Thread Janek Warchoł
W dniu 25 września 2011 23:33 użytkownik Carl Sorensen c_soren...@byu.edu napisał: On 9/25/11 2:48 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: Our beaming really needs some improvements. Please post the problems you are aware of, Sure, i'm working on the report for some time now (it's

Re: High-level users?

2011-09-25 Thread Bernardo Barros
MuseScore seems to work for simple scores. For the sort of things I do it doesn't work yet anyway. But I belive would be good to have a free and robust alternative to finale and on top of that integrated with lilypond. ___ lilypond-user mailing list

Re: placement sostenuto

2011-09-25 Thread Thomas Morley
Hi David, 2011/9/25 David Nalesnik david.nales...@gmail.com You could change the function to map ly:grob-set-property! onto the alist if a match is found: \version 2.14.2 #(define ls '( (staccato . ((color . (0 1 0 (accent . ((font-size . 4)(color . (1 0 0 (tenuto

Re: placement sostenuto

2011-09-25 Thread David Nalesnik
On Sun, Sep 25, 2011 at 6:24 PM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi David, thanks a lot! You're welcome! I added ls as an argument to the definition to get the possibility to access different alists in polyphonic situations: Good idea. One thought I had is that

Jazz Chord Symbols

2011-09-25 Thread Louis Guillaume
Hi, This may be a FAQ but I can't find definitive answers by googling. I'm looking for more control over chord symbols. For the most part - what I'm looking for is something close to what we see in the Real Book. But that's actually in handwriting, so some changes would obviously be wanted

Re: Jazz Chord Symbols

2011-09-25 Thread Tim McNamara
Look for the pop-chords.ly file which has a lot of these modifications already. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

maxosx support for 10.4 to 10.7, test binaries

2011-09-25 Thread Graham Percival
There are darwin-ppc and darwin-x86 binaries here: http://lilypond.org/~graham/ There is one report that the x86 version fails to work on 10.5.8, which seems odd since I would have expected more complaints if that was the case. If you have a mac, could you check those binaries? Make sure you