Re: lay out

2005-06-02 Thread Aaron Mehl
--- Mats Bengtsson <[EMAIL PROTECTED]> wrote: > For me it's the opposite. I find it much harder to > see > the structure if you only have a long \score{...} > where > I have to scroll several pages from beginning to > end. Well if I take docbook as an example a book can have multiple sections

Re: lay out

2005-06-02 Thread Aaron Mehl
BTW, for those late to this thread, my intention is not to bash either lilypond or the docs. Rather I am taking upon myself to write the section file structure. I however need to understand it. By that I mean not from a programmers standpoint but the end user. So that once I can setup from scr

Re: lay out

2005-06-04 Thread Aaron Mehl
Well this seems to imply: "forget being able to build a lilypond file from scratch, you must start from a template or all is lost." Infact for the majority of my Lilypond experience I relied on templates for creating scores. What this did was limit my ability to make a score do exactly what I wan

Re: doc help: reminder

2005-06-04 Thread Aaron Mehl
Thanks I saw. I am still trying to figure out if there are required elements in a lilypond file and if they must occur in a certain place or not. I started writing a file structure section for the docs but am stuck on this. Aaron --- Graham Percival <[EMAIL PROTECTED]> wrote: > Recently there's

Re: doc help: reminder

2005-06-04 Thread Aaron Mehl
. Thanks Aaron --- Graham Percival <[EMAIL PROTECTED]> wrote: > > On 4-Jun-05, at 1:07 PM, Aaron Mehl wrote: > > > I am still trying to figure out if there are > required > > elements in a lilypond file > > You need a score. It can be explicit, > \score{ >

Re: lay out

2005-06-04 Thread Aaron Mehl
Hi Graham and list, I did as you said and did a convert-ly on the file. it basically replaced paper with layout and removed the notes block but I see a second set of brackets. -- \version "2.2.0" \header{ title = "Zachrenu" poet = "

Re: lay out

2005-06-04 Thread Aaron Mehl
> I don't know. I don't write music with lyrics. > Let's look at the > docs... Instrument-specific notation -> Vocal music. Why not look a lyrics which is what I did and I got the following: And I couldn't figure out where to put it because I go an x =y situation again. Remember you know where

making 2.5.27 (or should I say not making?)

2005-06-06 Thread Aaron Mehl
Hi all, After testing 2.5.15 I decieded to install 2.5.27. but it failed on the following: ython2.3 -O2 -finline-functions -g -pipe -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inclu

Re: making 2.5.27 (or should I say not making?)

2005-06-06 Thread Aaron Mehl
Thanks for the response, I did it but it didn't seem to make a difference.. I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -W -Wall -Wconversion -o out/includable-lexer.o includable-lexer.cc includable-lexer.cc: In member function `void

Re: lay out

2005-06-06 Thread Aaron Mehl
--- Mats Bengtsson <[EMAIL PROTECTED]> wrote: > On Sat, 4 Jun 2005, Graham Percival wrote: > > > > > On 4-Jun-05, at 4:31 PM, Aaron Mehl wrote: > > > > > So am I able to generalize from this that layout > > > replaces paper (you said not and t

Re: lay out

2005-06-06 Thread Aaron Mehl
Well, I did some testing and lilypond doesn't like nesting but it produces output in some instances. What I get from this and the more pictures thread is that some rules and I mean rules would help the beginner. ie this is how you build a vocal score, a piano score etc. would ease the entry to

Re: lay out

2005-06-06 Thread Aaron Mehl
continued from preious email that yahoo sent accidently before I finished :( > If a structural wish list was allowed however here > is > what I would want. > > 1. A real separation of content and formatting. This means that a lilypond file would have no formatting in it at all. A seperat

fonts fun

2005-06-08 Thread Aaron Mehl
Hi all, I can't belive it, I had lilypond 2.5. installed in my home directory. I liked it so much I removed the stable version and recompiled. the dreaded font problem. I added hebrew text and ran lilypond on the file. I only get this when it has the hebrew lyrics. here is the output from the term

was Re: fonts fun now new installer

2005-06-08 Thread Aaron Mehl
So extremely neat to have this crazy amazing installer. Kol ha Kavod. (You guys did a great job) Aaron --- Mats Bengtsson <[EMAIL PROTECTED]> wrote: > If you want to use 2.5, you should definitely use > one of the > most recent ones, for example 2.5.19. Why not even > try the > new installer f

gnome and lilypond

2005-06-09 Thread Aaron Mehl
Hi all, A question and a comment. What is the gnome integration for lilypond all about? Are there docs about this, and where? I previously sent in syntax highlighting file for gedit/lilypond. I am now sending a taglist file which will need to be placed in gedits /taglist directory. This file co

Re: gnome and lilypond

2005-06-09 Thread Aaron Mehl
--- Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Aaron Mehl writes: > > > What is the gnome integration for lilypond all > about? > > Not much ado. There is an experimental gnome > backend that can display > the music, not for general use. There is now

installer instruction

2005-06-11 Thread Aaron Mehl
Hi all, just a quick question, I see the new version of development is out. But on the download page is no mention of the installer for linux. Could it a link be added to the download page? thanks Aaron __ Do You Yahoo!? Tired of spam? Yahoo! Mai

style sheet?

2005-06-11 Thread Aaron Mehl
Hi all, I need a way to have one file like a style sheet where I can define a font for the title and different font for subtitle, and different font for markup and another font for lyrics. Then have all the files in a project or using lilypond book source that file. I would also like to predifine

header font selection

2005-06-12 Thread Aaron Mehl
Hi I am trying to change the font for the header. I tried adding \override #'(font-name . "System error") but was told that I should not have a score block... I even tried encasing it with markup, but markup it seems isn't allowed in the header. I then tried \layout {

svg scrunch

2005-06-13 Thread Aaron Mehl
Hi all I am trying to create an svg file from a simple lilypond score using the latest development version and I get the following error: Calculating page breaks... /usr/share/lilypond/2.5.30/ly/init.ly:36:1: error: GUILE signaled an error for the expression beginning here # (if (pair? toplevel-s

image into header

2005-08-04 Thread Aaron Mehl
Hi I am formmating a book and need to have an image on the top of each page. I would like to add it to one of the header tags. How do I do this? a quick perusal of the docs doesn't yield me the answer to this question or did google. Thanks Aaron ___

Re: image into header

2005-08-04 Thread Aaron Mehl
d > in the page header. Then, browse through the list in > "8.1.7 Overview of > text markup commands" to find out how to include an > EPS file with the > image. > >/Mats > > Aaron Mehl wrote: > > Hi I am formmating a book and need to have an > im

Re: multiple pieces together

2005-08-04 Thread Aaron Mehl
Wow this is exactly what I am trying to do. I have 16 songs with titles and lyrics that I want to put one after the other. I did: \version "2.7.2" \paper{ printallheaders} \score { \include "/demudi/projectnigun/notation/norai/lily/ly/a4gis8e4.e8gis16gis8.gis4.e8f4.e8d2a4.b8c4b8gis2.a4.b8d1

Re: multiple pieces together

2005-08-04 Thread Aaron Mehl
Well I tried it, maybe not correctly and I got the following on running lilypond on the file itself: ilypond a4gis8e4.e8gis16gis8.gis4.e8f4.e8d2a4.b8c4b8gis2.a4.b8d16gis4.f8e4e8gis4f8-ra.ly GNU LilyPond 2.7.3 Processing `a4gis8e4.e8gis16gis8.gis4.e8f4.e8d2a4.b8c4b8gis2.a4.b8d16gis4.f8e4e8gis4f8-ra.

eps error

2005-08-10 Thread Aaron Mehl
I tried putting an eps file in my header. I infact couldn't figure out how to do it until I looked in the regression tests. That said lilypond itself didn't scream at me but this is what I got, 1st the header: subtitle = \markup { \epsfile #"numberframe.eps" } then the error: $ lilypond e4e8a4gis

Re: eps error

2005-08-11 Thread Aaron Mehl
ouble for people who > want to install > LilyPond and for the LilyPond maintainers.) > > Still, the bug in \epsfile should be fixed, of > course. > > /Mats > > Aaron Mehl wrote: > > I tried putting an eps file in my header. I infact > > couldn't fig

Re: eps error

2005-08-11 Thread Aaron Mehl
ven if it's implemented > by a call to > 'convert' or some other external program, it will > introduce yet another > dependency that can cause trouble for people who > want to install > LilyPond and for the LilyPond maintainers.) > > Still, the bug in \epsfile sho

grace notes grumble

2005-08-17 Thread Aaron Mehl
Hi all, I am having some challenges getting grace notes to do what I intended, with lyrics and also in combination. The first case is as follows: g'2\grace a'8( g'2 ) | g'2 ya-leh with the slur the lyrics syllable is pushed to the next beat g'2\gra

Re: grace notes grumble

2005-08-18 Thread Aaron Mehl
> indeed, but it's actually wrong, since grace notes > are too short to sing > a syllable on. I was hoping that was the answer I would get. I am notating folk songs where there is indeed such behaviour, i.e. the singer sings a syllable on a grace note. Since they aren't trained musicians, I can

Re: grace notes grumble

2005-08-18 Thread Aaron Mehl
Hi again hmn... > > > > g'2\grace a'8( g'2 ) | g'2 > > ya-leh > > What exactly is the slur here telling lilypond? slur+lyric=? It is obvious now that indeed the grace note is not the issue, but the slur certainly is. The proof is once I remove the slur all is well

Re: grace notes grumble

2005-08-18 Thread Aaron Mehl
Yes indeed, what would be nice would be another type of slur for melismata. or maybe have a slur in the lyrics block, that would make it an explicit slur for lyrics. Aaron > indeed, but it defeats the purpose of the automatic > melismata, which is > that you don't have to worry about this kind o

compare lily was Re: unsolicited praise =)

2005-08-18 Thread Aaron Mehl
Well, I looked at the comparison and my first reaction is that this is not a fair deal. They compare gui notation packages with lily? What about a mup/abcm2ps/guido/musictex/philipswriter etc comparison to lilypond. Then we are comparing apples to apples. BTW some of the outputs in the pdf com

Re: grace notes grumble

2005-08-18 Thread Aaron Mehl
> Note that the current default behaviour in LilyPond > corresponds to > the typesetting practice used in most printed music. Yeah I know I will play with phrsing slurs, which I didn't see in the doc for the latest development version, I hope they still exist. Aaron >/Mats >

Re: compare lily was Re: unsolicited praise =)

2005-08-18 Thread Aaron Mehl
t;[EMAIL PROTECTED]> wrote: > >>>>> "AM" == Aaron Mehl <[EMAIL PROTECTED]> writes: > > AM> They compare gui notation packages with > lily? > AM> What about a > mup/abcm2ps/guido/musictex/philipswriter > AM> etc comp

Re: grace notes grumble

2005-08-18 Thread Aaron Mehl
Yeah I just looked at slurs and didn't see a link at the bottom of the page to phrasing slurs but now I see it. thanks :{)> Aaron --- Graham Percival <[EMAIL PROTECTED]> wrote: > > On 18-Aug-05, at 6:25 AM, Aaron Mehl wrote: > > will play with phrsing slurs, which

extra verses below

2005-08-22 Thread Aaron Mehl
Hi all, I remember that a while ago there was a thread on this but I can't seem to find it. I need to place the extra lyrics below the notation as blocks of text (not under the notation but way below as text). I am not even sure where to look this up in the docs. Is it text markup? Thanks Aaron

text below staff ouch!

2005-08-22 Thread Aaron Mehl
Hi again, I got the markup of text below the staff to work, but the hebrew is backwards, ouch. Is there a specific command I must type to get the text to bidi correctly? Thanks Aaron If an example is needed I can send a png, I am not sure how large attachments the list permits so I am leaving i

Re: text below staff ouch!

2005-08-22 Thread Aaron Mehl
> the text layout is handled by Pango, so I guess it's > a matter of passing > the right options to Pango. I can look into it as a > sponsored feature, > if you like. yes how much would it cost? Aarn but actually for each word the letters are in the correct order but the words themselves go le

editor-lilypond quick parse

2005-08-22 Thread Aaron Mehl
Hi all, Is there a way to not have to reparse a file each time I want to view changes? Something where only the newest changes are parsed or the pdf is updated in almost realtime? I am using vim. Thanks Aaron Start your day

Re: editor-lilypond quick parse

2005-08-22 Thread Aaron Mehl
difference. HOWever this isn't what I meant by realtime updates. there should be a way to do this... Aaron --- Erik Sandberg <[EMAIL PROTECTED]> wrote: > On Monday 22 August 2005 23.47, Aaron Mehl wrote: > > Hi all, > > > > Is there a way to not have to reparse a fil

Re: text below staff ouch!

2005-08-22 Thread Aaron Mehl
--- [EMAIL PROTECTED] wrote: > Aaron Mehl wrote: > > > but actually for each word the letters are in the > > correct order but the words themselves go left to > > right instead of right to left. > > With automatic text reversal, I would expect >

Re: editor-lilypond quick parse

2005-08-23 Thread Aaron Mehl
> this functionality is already present. Just set the > toplevel-{music,book,text,score}-handler to > nop-functions. I don't understand. What does this do? and where and how exactly do I set this? Thanks Aaron __ Do You Yahoo!? Tired of spam? Y

Re: editor-lilypond quick parse

2005-08-23 Thread Aaron Mehl
Hi could you send an example of how to do this? thanks Aaron --- Bertalan Fodor <[EMAIL PROTECTED]> wrote: > > > > > this functionality is already present. Just set > the > > toplevel-{music,book,text,score}-handler to > nop-functions. > > > Well, I see I must be more exact. I need a way to > f

Re: text below staff ouch!

2005-08-24 Thread Aaron Mehl
> Did you try \justify-string or \wordwrap-string? > See the example called markup-word-wrap.ly in the > Regression > Test document for version 2.7 to see what the > different > word wrapping commands do (though not for Hebrew). Thats where I got the examples I used from So far they don't work

Re: text below staff ouch!

2005-08-24 Thread Aaron Mehl
p examples. > You could just use ascii characters ABC...; it would > still show me > the structure of the command you're using. > > Thanks for your patience... > > -- Tom > > Thank you Aaron ****** > > On

Re: text below staff ouch!

2005-08-24 Thread Aaron Mehl
s Hebrew, > maybe you can enlighten the rest of us what happens > and what > you would like to happen, for example using some > examples similar > to examples that Tom sent earlier. > > /Mats > > Aaron Mehl wrote: > > > > > >>Did you try \just

Re: text below staff ouch!

2005-08-24 Thread Aaron Mehl
Well I have to admit I only tried two of the examples \markup { this is normal text \override #'(linewidth . 60) \wordwrap { "ABC cde" } works and gives me edc CBA but for a long lines it keeps going off the page (no word wrap?)I gather the override linewidth should be set to some

glossary of incipits?

2005-09-03 Thread Aaron Mehl
I have a book of songs and want to automatically generate a glossary (index?) of incipits (snippits). Is there a way to do this automatically? I will have many of these to do and I could do it once manually but would prefer a way to automatically do it. Thanks Aaron ___

Re: How can I avoid unicode and use Latin1? (Was: Wrong characters with jEdit)

2005-09-05 Thread Aaron Mehl
Sorry for coming in at the end of the thread. I was wondering if on linux there is a way to get jedit to support hebrew with lilypond. I have been looking for that golden editor which is good for lilypond and good for hebrew. So far I remain with gvim, although emacs and jedit seem to have many m

svg stress

2005-09-10 Thread Aaron Mehl
Hi all, I converted to --backend svg but the resulting svg file comes out with square on staves. I am guessing that the lilypond svg fonts aren't found. I loaded the file into inkscape and scribus, with the same results, mozilla (adobe svg reader) gave me an error message that the fonts was miss

Re: svg stress

2005-09-10 Thread Aaron Mehl
thanks what command do I then run to have the fonts updated? Aaron --- Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Aaron Mehl writes: > > > I am guessing that the lilypond svg fonts aren't > > found. > > > how do I resolve this? > > Putti

Re: svg stress

2005-09-11 Thread Aaron Mehl
ok and thats all? no command to run to update the fonts? Thanks Aaron --- Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Aaron Mehl writes: > > > thanks > > what command do I then run to have the fonts > updated? > > I'm being silly. You need to cop

pagebreak problem

2005-09-11 Thread Aaron Mehl
Hi all, I have a document where one line falls on a second page. I tried the following: I reduced the #(set-global-staff-size 20 ) to #(set-global-staff-size 18) but that didn't help. I tried a noPageBreak before that line but when I looked at the pdf an additional line ran to the next page. T

shortcut to repositioning turn?

2005-09-11 Thread Aaron Mehl
Hi all, I know this has been asked many times before but this is a case of not searching for the right term in google. But what I am looking for is a simple way to adjust ornaments so they can appear inbetween notes. I realize there are tweaks galore but I would like a simple way to place orname

Re: svg stress

2005-09-11 Thread Aaron Mehl
from my local linux group and then run in that directory fc-cache Aaron --- Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Aaron Mehl writes: > > > thanks > > what command do I then run to have the fonts > updated? > > I'm being silly. You need to cop

Re: pagebreak problem

2005-09-11 Thread Aaron Mehl
Thanks exactly what I wanted and btw one of the best written docs you have done, clear and to the point. :)> Aaron --- Graham Percival <[EMAIL PROTECTED]> wrote: > > On 11-Sep-05, at 7:55 AM, Aaron Mehl wrote: > > > I have a document where one line falls on a secon

Re: shortcut to repositioning turn?

2005-09-11 Thread Aaron Mehl
--- Graham Percival <[EMAIL PROTECTED]> wrote: > > On 11-Sep-05, at 8:00 AM, Aaron Mehl wrote: > > > But what I am looking for is a simple way to > adjust > > ornaments so they can appear inbetween notes. > > > > I realize there are tweaks galore bu

transpose trance

2005-09-18 Thread Aaron Mehl
Hi all, I have a song that is notated in g major, where the tessitura is to high to comfortably sing. I need the notation to remain in g but want the output to be in C major. I tried \transpose g c {} and got the notes to transpose ok but the key signiture is still in g major. I want to avoid

new apps?

2005-09-19 Thread Aaron Mehl
Hi I just installed the latest dev of lilypond and with tab complete I notice some programs I hadn't seen before. lilypond lilypond-invoke-editor lilypond-2.7.10 lilypond-invoke-editor-2.7.10 lilypond-bin-2.7.10 lilypond-invoke-editor-bin

graphics gripe

2005-09-19 Thread Aaron Mehl
Hi all, I am trying to add lilypond output into scribus, my first choice would have been scribus, but scribus doesn't like lilypond svgs? My next choice is png but scribus complains they are to low resolution. so: 1. could someone else try an svg from lilypond and see if it works for them in scr

Re: graphics gripe

2005-09-19 Thread Aaron Mehl
Kris Shaffer > graduate student in music theory, Yale University > co-editor-in-chief for music theory, AmSteg.org > www.shaffermusic.com > > > On Mon, 19 Sep 2005 11:49:06 -0400, Erik Sandberg > <[EMAIL PROTECTED]> wrote: > > > On Monday 19 September 2005

Re: graphics gripe

2005-09-19 Thread Aaron Mehl
Aaron --- Erik Sandberg <[EMAIL PROTECTED]> wrote: > On Monday 19 September 2005 16.21, Aaron Mehl wrote: > > Hi all, > > > > I am trying to add lilypond output into scribus, > my > > first choice would have been scribus, but scribus > > doesn't like l

Re: graphics gripe

2005-09-19 Thread Aaron Mehl
I would gladly join in to sponser better svg support but there is little hope of that... Aaron --- Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Aaron Mehl wrote: > > The scribus developers said that they tested my > svg > > file and it was the problem. > > c

pdf pickle

2005-09-20 Thread Aaron Mehl
Hi all, I have a lily file that with png output I ended up with two documents. however the pdf ouput gives me a multipage pdf which I don't want how do I force the ps2pdf output to be two documents? thanks Aaron __ Do You Yahoo!? Tired of spam? Y

incipit index help

2005-10-08 Thread Aaron Mehl
Hi all, A friend of mine who is a python person wrote a script to create and index file from aprox the first 25 notes of each lilypond file in a directory and dump them into a lilypond file. There are some problems such as what to do with \repeats and \breaks but I resolved to edit the resulting f

lilyvim

2005-10-08 Thread Aaron Mehl
Hi all, a long time ago, I can't exactly remember when, I was using gvim to make web pages and installed a ftplugin to speed things up. At that time I decieded to copy his system of tag entry and use it with lilypond. I used it a bit and only recently when I had to collaborate with a friend who

lilypondvim

2005-10-09 Thread Aaron Mehl
Ok, I already updated the file so that there are at least a few working templates. I still have to fix a bunch of bugs. the site is: http://www.geocities.com/aamehl/ Aaron __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.

word completion help

2005-10-10 Thread Aaron Mehl
Hi all, I am having problems getting vim word completion to lilypond files. I hit ctrl+N and get very few choices to complete. I have checked the file lilypond-words.vim and it is full of choices. Just to check what is going on I renamed lilypond-words and lilypond-words.vim to other names. Th

keeping in step

2005-10-25 Thread Aaron Mehl
I guess this question would be better on the devel list, but I am not subscribed to it. Denemo is looking for some automated way to keep instep with lilypond development. currently cvs is up to 2.6 but for denemo to be truely useful it needs to keep pace with lilypond. What we want to do is a py

lyrics and notes end of line scrunch

2005-10-27 Thread Aaron Mehl
Hi all, I have a song with lyrics which has one measure scrunched together. what I think happend was the for the lyrics to be spaced correctly the last note moved over until its almost touching the barline. I don't want to move the measure because each line has 6 measures already. what I guess

Denemo

2005-11-03 Thread Aaron Mehl
Just in case someones interested: -- Hi all, After a long period of time denemo 0.7.4 has been released. New features include : Help Documentation Support for exporting to Lilypond 2.6 All ornaments/articulations added Replace Mode Basic Redo/Undo

to the point

2005-11-06 Thread Aaron Mehl
Hi, I was wondering if point and click could be used with acroread? If so what do I have to do to set it up. Thanks Aaron __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com ___

place prall

2005-11-06 Thread Aaron Mehl
Hi, I think this is question of where to find this in the docs. I want to have a prall not be above the staff but be below the staff under the note head. What is it called to move the ornament? I looked in the docs but couldn't figure out what to call it. Thanks Aaron

Re: place prall

2005-11-07 Thread Aaron Mehl
; Josiah > > On Sun, 6 Nov 2005, Aaron Mehl wrote: > > > Hi, > > > > I think this is question of where to find this in > the > > docs. > > > > I want to have a prall not be above the staff but > be > > below the staff under the note he

faqs leftout

2005-11-07 Thread Aaron Mehl
Hi I happened to look at the faqs and under guis Denemo wasn't mentioned at all. Is there a reason for this? or just an oversite? If its an oversite here's the address. denemo.sourceforge.net If its on purpose let us know why so we can fix/upgrade Denemo accordingly. best wishes Aaron

graphic with transparent background

2006-01-23 Thread Aaron Mehl
 Hi all, I am placing some of my notation on a web page. The site wants the graphics to have a transparent background so that their background will be seen through the music. Is there a way to do this from within lilypond/gs so that the graphic will ge generated with a transparent background? Th

ugly song help

2006-01-23 Thread Aaron Mehl
 Hi all, I notated a song with lyrics which are crunched together. The code is below.  I gather most of you won't be able to read the hebrew, but I would guess the same behaviour happens sometimes with english. The original song has all the eight notes and sixteenth notes with flags. While this m

Re: ugly song help

2006-01-25 Thread Aaron Mehl
x27;16 g' |fis'8 d' e' d'}\alternative {{e'16 fis' g' fis' e'8 b' | a'2}{e'16 fis' g' fis' e'8 a' | d'2}}}\book {\score { {\melodynotes }\addlyrics {טרי

frustrated but seek style

2006-01-26 Thread Aaron Mehl
 Hi all, I have been using lilypond for a while and truthfully a few things would make me so much happier and less frustrated, one I have asked about but from past response sorta doubt anything will come of it. The other maybe. I use css and xml/html and love the ability to separate formating/sty

where is musicxml?

2006-02-01 Thread Aaron Mehl
 Hi all, I just installed the latest dev version using the grand installer. when I run musicxml2ly I get the following error: [EMAIL PROTECTED]:/data2/bakup/musicxml/bakup$ musicxml2ly evocation.xml Traceback (most recent call last):   File "/usr/bin/musicxml2ly", line 26, in ?     import musicxm

Re: Windows GUI

2006-02-08 Thread Aaron Mehl
--- "Folkert (sent by Nabble.com)" <[EMAIL PROTECTED]> wrote: > > Hello, > > I justed installed Lilypond on my computer and now > I'm looking for a windows graphical user interface. > Everything I find on the net is either commercial, > for linux or not being updated anymore. > Hi a few cavea

musicxml2ly doesn't work help

2006-02-08 Thread Aaron Mehl
Hi all, I just installed the latest development package and ran musicxml2ly and got the following errors: Traceback (most recent call last): File "/usr/local//lilypond/usr/bin/musicxml2ly", line 3, in ? import optparse File "/usr/lib/python2.4/optparse.py", line 72, in ? try: File "/

Using/installing help

2006-02-19 Thread Aaron Mehl
Hi all, I must of missed something. I have been downloading the new installer and running it. I now can't use lilypond globally or locally. What I mean is if I type lilypond I get an older version of lilypond which was installed from cvs. when I move to the /usr/local/lilypond directory non of th

Re: Windows GUI

2006-03-15 Thread Aaron Mehl
Work has been done on a windows version, but not much success so far. In the near future we are planning a real push for getting Denemo up and running cross platform. Part of our limitation with windows is that the developers don't use windows so Mac and Linux are first up to bat. If you want to

lilypond guis

2006-03-16 Thread Aaron Mehl
Dave Phillips has a new installment and he highlights Denemo, Notedit, and Rosegarden notation tools. If you haven't seen it already here is the link: http://www.linuxjournal.com/article/8928 regards Aaron __ Do You Yahoo!? Tired of spam? Yahoo

deb for latest

2005-05-29 Thread Aaron Mehl
HI all, I would like to install the development version of lilypond and still keep the stable one. 1, Is there a debian package for the latest and greatest? speifically a sources.list entry. 2. how can I have two parrallel lilypond versions running on my system? Thanks Aaron

Re: deb for latest

2005-05-30 Thread Aaron Mehl
Well that was my exact proble finding a ghoscript new enough. I also prefer using apt if at all possible. Maybe I will try converting ghostscript from fedora and then see what happens. Thanks Aaron __ Do you Yahoo!? Yahoo! Mail - You

language

2005-05-30 Thread Aaron Mehl
Hi, I remember reading somewhere that the dev version of lilypond supports languages. I need some links to pages in the docs, posts etc on the mailing lists on how to do this. I have been using some ancient hack to acheive hebrew with lilypond and would appreciate help on getting it to work with

Re: language

2005-05-30 Thread Aaron Mehl
Thanks I found it. > Try looking at the docs, then. "Advanced notation" > -> "Text" -> "text > encoding". But when I run it I get a font metrics error. I installed lilypond in ~/bin and it seems to me that tko start lilypond I need to do something special so that it reads the needed files. bu

what does this mean?

2005-05-30 Thread Aaron Mehl
Hi all, In the Install.txt file the following is written: If you are not root, you should choose a `--prefix' argument that points into your home directory, e.g.: ./configure --prefix=$HOME/usr In this case, you have to insert the contents of `buildscripts/out/lilypond-login' or `b

missing lilypond-tex-metrics.tex

2005-05-30 Thread Aaron Mehl
Hi all, I am working on getting hebrew to work. When I ran my file through I get the following error. Is this because I installed lilypond to --home? how do I fix this? Thanks theone:~/bin# latex testlyrics.texstr This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5) entering extended mode (./testl

Re: missing lilypond-tex-metrics.tex

2005-05-31 Thread Aaron Mehl
e anymore. > (Regarding my previous email, I read the emails in > inverse > chronological order and didn't notice until after I > had answered > that you already had asked some other questions on > this issue). > > /Mats > > Aaron Mehl wrote: > > he

Hebrew editing lilypond

2005-05-31 Thread Aaron Mehl
Hi all, I am most impressed I can now output hebrew with lilypond ! But I thought it would be wise to my editor results. I tried emacs but couldn't figure out how to type hebrew, I know it doesn't support bidi (bidirection) so I didn't try so hard. jedit: I didn't have a clue how to make it ty

Re: missing lilypond-tex-metrics.tex

2005-05-31 Thread Aaron Mehl
The file structure did it. I can't believe how much lilypond has changed structurally. I am so used to the old documentation I just didn't know where to look. great job. Thanks Aaron > > Please read the tutorial and the "File structure" > section > of "Running LilyPond". Then you should be able

Re: missing lilypond-tex-metrics.tex

2005-05-31 Thread Aaron Mehl
Well, I read the docs and I still am coming short: The file structure page uses the phrase: "music should be inside other expressions" I gather it means music must be inside other expressions. then it says: "A .ly file contains any number of toplevel expressions, where a toplevel expression is on

Re: missing lilypond-tex-metrics.tex

2005-05-31 Thread Aaron Mehl
es of score. > > Joe > > Aaron Mehl wrote: > > >Well, > > > >I read the docs and I still am coming short: > >The file structure page uses the phrase: > >"music should be inside other expressions" > >I gather it means music must be insid

Re: missing lilypond-tex-metrics.tex =-part2

2005-05-31 Thread Aaron Mehl
uhg I am using yahoo and hitting enter sent the email in the midths of typing If a file won't parse, then something else is wrong. This is true but my only way of determining this is by absolutly knowing what is an essential top level block and what is not and their heirarchy. That is the bea

Re: missing lilypond-tex-metrics.tex

2005-05-31 Thread Aaron Mehl
> I think we use "should be" and "must" fairly > interchangeably. As a techwriter/user this confuses me. should be is a much weaker expression, like it doesn't have to but if you want.. must says that it is a requirement to have on of these. > > then it says: > > "A .ly file contains any number

Re: missing lilypond-tex-metrics.tex=part3

2005-05-31 Thread Aaron Mehl
same again yahoo sent it without my wanting to .. > > > I see a layout block has this replaced the > \paper{} ? > > Kind-of. See the "Paper output" section in "Output > formats". I will. > > with no includes and lyrics. > > In addition to reading the manual, you might want to > look at > som

gtksourceview language-specs file

2005-05-31 Thread Aaron Mehl
Hi all after try gvim for hebrew I installed gedit and see it types hebrew out-of-the-box. I thinks that if it had some of the power of emacs/vim for lilypond I would switch to it. I googled and found that gedit uses a gtksourceview language-specs file for its support of diffferent programing la

  1   2   >