Re: scale notehead X and Y independently

2011-03-16 Thread Tim Sheasby
Thanks Robin. This does exactly what I need. I will use this to optically tweak note heads before trying to patch the fonts again. Lets me optically align the mi and do. On 17 Mar 2011, at 2:06 AM, Robin Bannister wrote: > Tim Sheasby wrote: >> how do I apply it to a specific note in a \set sh

Re: filename in markup

2011-03-16 Thread eluze
Am 16.03.2011, 15:36 Uhr, schrieb m...@apollinemike.com : (from Neil Puttock) foo = #(ly:parser-output-name parser) Cheers, Neil thanks, is it possible to get the file-extension, too? ___ lilypond-user mailing list lilypond-user@gnu.org http:

handbell sample source

2011-03-16 Thread Stan Sanderson
In September of 2009 Stephen Corey posted a template for handbell music having the ability to color note heads automatically. I think I saw some discussion about special symbols used with handbell music, but little else. It would be very helpful (to me, at least) if a short example of a c

Re: lilypond v2.13.54

2011-03-16 Thread MING TSANG
I uninstall v2.13.53 and re-install v2.13.54 in order to re-created the error message. I enclosed 2 .png files. One png is from jedit run and the other is a cmd run. Hope you can read them. From: Federico Bruni To: MING TSANG Cc: Stan Sanderson ; lilypond

Re: scale notehead X and Y independently

2011-03-16 Thread Robin Bannister
Tim Sheasby wrote: how do I apply it to a specific note in a \set shapeNoteStyles context Well, I'm not sure what you're aiming for, but try this: miNarrow = #(lambda (grob) (if (eqv? (ly:grob-property grob 'style) 'miMirror) (ly:stencil-scale (ly:note-head::print grob) 0.

Re: Roman numerals in my number sequence

2011-03-16 Thread Carl Sorensen
On 3/16/11 4:16 PM, "Adam Good" wrote: > Hello, > Considering that fretboard diagrams can use (number-type . > roman-lower) how can I get scheme to print Roman numerals in place of > Arabic numbers in the following sequence? > > Thanks A quick search of scm/fret-diagrams.scm for roman sh

Re: scale notehead X and Y independently

2011-03-16 Thread Carl Sorensen
On 3/16/11 12:32 PM, "Tim Sheasby" wrote: > Sorry, it's taken me a while to get back to this. This works fine but how do I > apply it to a specific note in a \set shapeNoteStyles context. Tried the > following for example but not working. > You can't. I think I already said that. But I thi

Re:Re: midi problem in 2.13.54

2011-03-16 Thread 胡海鹏 - Hu Haipeng
Thanks, I found the fix in the git dir, and will wait for the next version. Haipeng ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond v2.13.54

2011-03-16 Thread Federico Bruni
Il giorno mer, 16/03/2011 alle 15.19 -0700, MING TSANG ha scritto: > What happened to v2.13.54? installation say it is successfully > installed; but when I ran lilypond, it said lilypond is not recognized > internal or external batch file. Post the output of the command otherwise I think that nob

Roman numerals in my number sequence

2011-03-16 Thread Adam Good
Hello, Considering that fretboard diagrams can use (number-type . roman-lower) how can I get scheme to print Roman numerals in place of Arabic numbers in the following sequence? Thanks Adam @@@ \version "2.12.3" #(define sequence-number 0) #(define-markup-command (score-sequence layout prop

OpenType ligatures

2011-03-16 Thread Bertrand Bordage
Hello, I noticed LilyPond only support two text ligatures : fi and fl. Just as "Century Schoolbook". I am using a font that support several ligatures : ſt, ct, Th, sp, etc. For now I copy/paste when I meet these ligatures. There is undoubtly a best way to achieve this, as fi & fl work. But I can't

Re: midi problem in 2.13.54

2011-03-16 Thread Jan Nieuwenhuizen
胡海鹏 - Hu Haipeng schreef op do 17-03-2011 om 06:24 [+0800]: > Hello, > One regression from 2.13.53 to 54 is, the program change in midi > doesn't effect the following note. That's odd. There have been fixes to the MIDI output after .54, possibly this has been fixed. > Thus, when you set midi

midi problem in 2.13.54

2011-03-16 Thread 胡海鹏 - Hu Haipeng
Hello, One regression from 2.13.53 to 54 is, the program change in midi doesn't effect the following note. Thus, when you set midi instrument before a note, this note remains sounding the previous instrument. Regards Haipeng ___ lilypond-user maili

Re: lilypond v2.13.54

2011-03-16 Thread MING TSANG
Thank you. I download and re-install v2.13.53 and now i can run lilypond. What happened to v2.13.54? installation say it is successfully installed; but when I ran lilypond, it said lilypond is not recognized internal or external batch file. From: Federico B

Re: lilypond v2.13.54

2011-03-16 Thread Federico Bruni
Il giorno mer, 16/03/2011 alle 14.08 -0700, MING TSANG ha scritto: > I deleted v.2.13.53 and download v2.13.53, then install v2.13.54. Now > I cannot run lilypond anymore. Where can I get v2.13.53? > http://download.linuxaudio.org/lilypond/binaries/ You get there in 2 steps from lilypond.org:

lilypond v2.13.54

2011-03-16 Thread MING TSANG
I deleted v.2.13.53 and download v2.13.53, then install v2.13.54. Now I cannot run lilypond anymore. Where can I get v2.13.53? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scale notehead X and Y independently

2011-03-16 Thread Tim Sheasby
Sorry, it's taken me a while to get back to this. This works fine but how do I apply it to a specific note in a \set shapeNoteStyles context. Tried the following for example but not working. ---8<- miNarrow = { \musicglyph #

Re: filename in markup

2011-03-16 Thread -Eluze
thehalpennys-lilypond wrote: > > This snippet just parses the command line. It would be nice if there was > a way > to query the file attributes directly. I would expect that it should be > simple > to do. > yes, and because it assumes blanks are file-name delimiters it can not work properly

Re: filename in markup

2011-03-16 Thread m...@apollinemike.com
(from Neil Puttock) foo = #(ly:parser-output-name parser) Cheers, Neil On Mar 16, 2011, at 10:32 AM, thehalpennys-lilyp...@yahoo.ca wrote: > This snippet just parses the command line. It would be nice if there was a > way to query the file attributes directly. I would expect that it should

Re: filename in markup

2011-03-16 Thread thehalpennys-lilypond
This snippet just parses the command line. It would be nice if there was a way to query the file attributes directly. I would expect that it should be simple to do. Dave. From: Trevor Daniels To: -Eluze ; lilypond-user@gnu.org Sent: Wed, March 16, 2011 9:

Re: filename in markup

2011-03-16 Thread Trevor Daniels
Eluze wrote Wednesday, March 16, 2011 12:31 PM m...@apollinemike.com wrote: Could you confirm by running the attached two files using the following command: lilypond foo.ly bar.ly When I do it, both of them use the "bar" filename. If this works on Windows, then I take back all of the mea

RE: New here and first question about using repeat percent over more than two measures

2011-03-16 Thread James Lowe
Hello, )-Original Message- )From: Aurelien [mailto:tyran...@free.fr] )Sent: 16 March 2011 06:35 )To: James Lowe )Cc: 'lilypond-user@gnu.org' )Subject: Re: New here and first question about using repeat percent over )more than two measures ) )On Tue, Mar 15, 2011 at 01:40:48PM +, James

Re: filename in markup

2011-03-16 Thread -Eluze
m...@apollinemike.com wrote: > > > Could you confirm by running the attached two files using the following > command: > > lilypond foo.ly bar.ly > > When I do it, both of them use the "bar" filename. > If this works on Windows, then I take back all of the mean things I ever > said about the W

Lily language files for Carnatic Ragas

2011-03-16 Thread ananth p
Hello all, I'm happy to share with you, Lily Raga, a collection of lilypond 'language' files (headers?) that'll help us transcribe Carnatic (South Indian Classical) Raga music with lilypond in standard western notation. https://github.com/ananthp/lilyraga A short sample - \include "carnatic/me

Re: filename in markup

2011-03-16 Thread Trevor Daniels
Hi Mike Time to eat humble pie :) Here's the output from command line on Windows Vista: C:\Users\Trevor>lilypond foo.ly bar.ly GNU LilyPond 2.13.53 Processing `foo.ly' Parsing... error: program too old: 2.13.53 (file requires: 2.13.54) Finding the ideal number of pages... Fitting music on 1 pag

Re: Piano score and kneed beams

2011-03-16 Thread Peter O'Doherty
On 03/15/2011 09:54 PM, Phil Holmes wrote: That's a bit weird. The noteheads on the lower staff are the wrong way round! Yes, it does look strange. It's the published score of Xenakis' Herma. Guess their typesetters couldn't deal with those stems either! Anyway, if I was trying to set th