Re: Graphical notation in lilypond - results & call for help

2010-07-29 Thread josé henrique padovani
Em 29/07/10 11:28, Mike Solomon escreveu: Hey all, Some of you may remember a waveform patch that I put out there a little while ago. I've since expanded it for a particular project to make it work with (almost) any vector graphic. I've posted an extract online. Lilypond takes the followi

Re: fyi - https://wiki.ubuntu.com/UbuntuFreeCultureShowcase

2010-06-24 Thread josé henrique padovani
Em 24/06/10 14:10, josé henrique padovani escreveu: I'm also finishing a work ("Impedance") that will be premiered next month... excerpt attached.. Forgot to say... the specific page I have attached is not yet finished (no dynamics signs in some parts, etc.)... -- http://

inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread josé henrique padovani
Hi, I need to import pdf pages generated by lilypond in Inkscape(0.47)... (OSX) I tried to put (or symbolic link) the OTF fonts (emmentaler*.otf and CenturySchL*.otf) in \Library\Fonts\ ~\Library\Fonts\ ~\.fonts\ then have rebuild the font cache... but Inkscape does not find them for my pdf .

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-10 Thread josé henrique padovani
Em 10/06/10 10:04, Bernardo Barros escreveu: Hey, If I install from MacPorts it will have this dev version or an older one?? like: sudo port install lilypond ??? Here it says it is: 2.12.3... port info lilypond lilypond @2.12.3, Revision 2 (textproc) Variants: [+]docs, gui

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-10 Thread josé henrique padovani
ok guys, I will setup git here... thanks Em 10/06/10 07:19, Carl Sorensen escreveu: On 6/10/10 2:09 AM, "Mike Solomon" wrote: Hey José. I would also not suggest copy-and-pasting my new scheme and postscript files into your working directory ­ it is generally bad practice. If you do

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-09 Thread josé henrique padovani
Em 09/06/10 22:04, Graham Percival escreveu: On Wed, Jun 09, 2010 at 09:41:34PM -0300, josé henrique padovani wrote: Em 09/06/10 21:23, Carl Sorensen escreveu: Unfortunately, it doesn't include the complete files, so it would be fairly difficult for a user who is not familiar

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-09 Thread josé henrique padovani
Em 09/06/10 21:23, Carl Sorensen escreveu: On 6/9/10 5:12 PM, "josé henrique padovani" wrote: I would also like to know: is the code of your woodwind diagrams available somewhere? The code is available as a patch at http://codereview.appspot.com/1425041/show Unfortu

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-09 Thread josé henrique padovani
forgot to ask: are the diagrams working with the svg backend? thanks josé Em 09/06/10 20:12, josé henrique padovani escreveu: Hi Mike, I would suggest to add the possibility of marked keys (to make sing trills or smorzati, for example)... by now I am drawing my diagrams with postscript, but

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-09 Thread josé henrique padovani
Hi Mike, I would suggest to add the possibility of marked keys (to make sing trills or smorzati, for example)... by now I am drawing my diagrams with postscript, but there is what I am talking about (attached)... I would also like to know: is the code of your woodwind diagrams available some

Re: scheme function to extract a specific grob property from a musicevent?

2010-06-06 Thread josé henrique padovani
Em 06/06/10 20:26, Gilles THIBAULT escreveu: see attached file. Oh sorry. I send a not cleaned file. Please, take this one instead. Gilles That's it!! Thank you very much! I still need to understand the code better, but it is exactly what I need... (want to put some curved glissandos made wi

scheme function to extract a specific grob property from a music event?

2010-06-06 Thread josé henrique padovani
Hi, I have tried to find in the manual and in the sources a scheme function that let me extract a specific grob from a music object... I want to be able to know which is the 'staff-position (or should it be Y-offset?) grob-property of the notehead I am creating and use it to set the Y-offset o

Store values in a scheme variable to use after

2010-06-05 Thread josé henrique padovani
Hi... I'm trying to store a NoteHead's position (by using scheme functions) to be abble to use this value after (as a string in a markup)... To do that I define a variable (myvar with the string "init") and then I use tweak to set! myvar to its new value... But when I call myvar from a markup,

-dbackend=svg ... warning: missing stencil expression `embedded-ps'

2010-06-04 Thread josé henrique padovani
(OBS: I'm writing to user and devel lists as I am not sure if it is a bug...) Hello, I am trying to generate svg files of my score, where I use some \postscript markups. Everything goes ok, except those markups... I get this warning and the svg file comes without the postcript drawings... "wa

function to place markup in the same staff-position of the notehead?

2010-06-02 Thread josé henrique padovani
Hi, I want to write a function to place markups (like \postscript blocks) just after (but in the same Y-offset) my noteheads... I know I have to use something like that to allow the TextScript to be inside the Staff, etc... \once \override TextScript #'outside-staff-priority = ##f \once \ove

Re: define new glyph-name ?

2010-06-02 Thread josé henrique padovani
Never mind... just found a way to solve my problem. Thanks Em 02/06/10 16:16, Carl Sorensen escreveu: On 6/1/10 7:36 PM, "josé henrique padovani" wrote: Hello, is there a way to create a new glyph name... I have read this topic (http://old.nabble.com/Defining-extra-

define new glyph-name ?

2010-06-01 Thread josé henrique padovani
Hello, is there a way to create a new glyph name... I have read this topic (http://old.nabble.com/Defining-extra-glyph-name-td15430582.html#a15430582), but found no answer about this issue.. Thanks josé -- http://zepadovani.info ___ lilypond-us

Re: changes in lilypond-mode.el to process lytex?

2010-05-08 Thread josé henrique padovani
Em 07/05/10 18:16, Xavier Scheuer escreveu:Hi, But I suppose sending a PATCH on lilypond-de...@gnu.org would be just fine to help to add these commands to the sources. + Cc: to Chris, Heikki and David ; appreciated. Cheers, Xavier -- Xavier Scheuer Just did it.. thank you Xavier! josé

changes in lilypond-mode.el to process lytex?

2010-05-07 Thread josé henrique padovani
Hi.. I have made some changes on my lilypond-mode.el (for emacs) to process .lytex files with the commands... lilypond-book --pdf yourfile.lytex pdflatex yourfile.tex I would like to know who maintains lilypond-mode and how can I help to add these commands to the sources? (I was having pro

Re: Website "easier editing"

2010-05-07 Thread josé henrique padovani
Anyway, if Fomus will be mentioned it is important to state there it *IS* being actively developed... josé Em 07/05/10 11:13, Graham Percival escreveu: Hi all, Colin Campbell has been working with me on the Introduction of the new website. However, we're still debating what to do with the "E