Re: Using lilypond-book
Don Blaheta writes: > lilypond-book --filter 'myscript' svc.lytex > > Even if I just put 'cat' in as the filter (which should just output what > was fed into it), I get the following error: > Am I using bad syntax, or is this just a bug? I'm using 2.5.0 from the > Mac OS X fink distribution. Just a bug, this is fixed in latest CVS. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: lilypond presentation
Do you mean a slide show, or ...? The best I could find on the web is the collection of articles at http://lilypond.org/web/about/pubs.html and, of course, the different web pages below http://lilypond.org/web/switch/ /Mats Karl Hammar wrote: I am looking for a presentation about lilypond, are there any available? Regards, /Karl ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Chord Symbol Problems
What LilyPond version are you using? According to http://lists.gnu.org/archive/html/bug-lilypond/2004-08/msg00177.html this was fixed far before the release of the latest stable version, 2.4. /Mats Lyle Raymond wrote: It's been a while since I worked with Lilypond. I'm still getting the capital M instead of a delta (triangle) when engraving maj7 chord symbols. Has this bug been fixed? Also, I'm at a loss trying to figure out how to notate a m7b5. How is this done? -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Tabloid paper size - how I got it working
LilyPond calls the program ps2pdf, which in its turn calls gs, so in your case it runs version 8.15. An alternative to hacking in the Ghostscript installation is to take the PS file generated by LilyPond and manually convert it into PDF using ps2pdf -sPAPERSIZE=11x17 strtrio-vln.ps We should probably add a table lookup in LilyPond so it the LilyPond paper size name is translated into the corresponding Ghostscript paper size name before calling ps2pdf. /Mats Marcus Macauley wrote: I was getting ready to write this list asking if anyone had had luck generating tabloid (11x17) PS/PDFs from Lilypond, but in the process, I figured out how to do it. Since I'm not sure exactly what it was I did that made it work, and since I have three versions of Ghostscript (7.07, 8.15, and 8.50) installed, not sure which one Lilypond is using, I thought I'd post my experiences here so they might be useful to someone who's trying to format tabloid scores or to the developers. I'm running Fedora Core 3, and have gotten two versions of Lilypond successfully installed and working from RPMs: first, 2.4.2; currently, 2.5.3. With both versions of Lilypond, I tried specifying the paper size according to the documentation, which worked fine for letter and legal sized paper, at both portrait (default) and landscape orientations: #(set-default-paper-size "letter" 'landscape) But while those sizes/orientations worked fine, specifying tabloid (with or without the 'landscape option) generated an error something like this: Layout output to `strtrio-vln.ps'... Converting to `strtrio-vln.pdf'...Error invoking `ps2pdf -sPAPERSIZE="tabloid" strtrio-vln.ps > /dev/null 2>&1 '. Return value 65280 Although it looks like the PS file was generated, and the problem occured in converting it to PDF, actually the PS file would appear to be somewhat messed up - KGhostView would open it, but show a letter-size page with (overflowing) tabloid music, while GGV wouldn't open it at all, saying "File is not a valid PostScript document." The PDF, meanwhile, was not generated at all. But then I typed "info ghostscript" (which says its based on version 7.07), and I came across the following information on paper sizes: === begin quote === To select a specific paper size, use the command line switch -sPAPERSIZE=a_known_paper_size for instance -sPAPERSIZE=a4 or -sPAPERSIZE=legal At this time, the known paper sizes, defined in the initialization file "gs_statd.ps", are: PAPERSIZEX inches Y inches X cm Y cm - a0 33.055646.777883.9611 118.816 a1 23.388933.055659.4078 83.9611 a2 16.527823.388941.9806 59.4078 a3 11.694416.527829.7039 41.9806 a4 8.2638911.694420.9903 29.7039 a5 5.847228.2638914.8519 20.9903 a6 4.125 5.8472210.4775 14.8519 a7 2.916674.125 7.40833 10.4775 a8 2.055562.916675.22111 7.40833 a9 1.458332.055563.70417 5.22111 a10 1.027781.458332.61056 3.70417 b0 39.388955.6667100.048 141.393 b1 27.833339.388970.6967 100.048 b2 19.694427.833350.0239 70.6967 b3 13.916719.694435.3483 50.0239 b4 9.8472213.916725.0119 35.3483 b5 6.958339.8472217.6742 25.0119 archA9 12 22.86 30.48 archB12 18 30.48 45.72 archC18 24 45.72 60.96 archD24 36 60.96 91.44 archE36 48 91.44 121.92 flsa 8.513 21.59 33.02 flse 8.513 21.59 33.02 halfletter 5.58.513.97 21.59 note 7.510 19.05 25.4 letter 8.511 21.59 27.94 legal8.514 21.59 35.56 11x1711 17 27.94 43.18 ledger 17 11 43.18 27.94 Note that the B paper sizes are ISO sizes: for information about using JIS B sizes, see Use.htm. === end quote === Note that there is no "tabloid", only "11x17" (i.e. "tabloid" 'portrait) and ledger (i.e. "tabloid" 'landscape). But I can't specify 11x17 or ledger in Lilypond, because it doesn't recognize this. So I tried searching for that "gs_statd.ps" mentioned in the above info document, to see if maybe I could customize it. Doing: find / -name gs_statd.ps I found three copies, one corresponding to each version of ghostscript I have installed (only the first, 7.07, from an RPM): /usr/share/ghostscript/7.07/lib/gs_statd.ps /usr/local/share/ghostscript/8.15/lib/gs_statd.ps /usr/local/share/ghostscript/8.50/lib/gs_statd.ps Editing each file in turn, I found a line (around line 41) like: /11x17 {792 1224 //.setpagesize exec} bind def %
Re: Textcircled again
It certainly works, but the problem is that LilyPond thinks that the instrument name is extremely long, so it places it too far to the left. Try \layout{ indent=5\cm } to see where it actually ends up. The only workaround I could come up with for the moment, is to add something like \once \override Staff.InstrumentName #'X-extent = #'(0 . 10) /Mats Thomas Scharkowski wrote: Hello list, \set Staff.instrument = \markup {"\\textcircled{\\footnotesize 3}"} used to work in lily 2.2, does not work in 2.4.2. c^\markup {"\\textcircled{\\footnotesize 3}"} inside the score block does. Why? Thomas lily 2.4.2 cygwin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Textcircled again
> It certainly works, but the problem is that LilyPond thinks that > the instrument name is extremely long, so it places it too far to the > left. Try \layout{ indent=5\cm } to see where it actually ends up. This still shifts the circled number outside the paper, the following "= fis" is placed just on the edge. > The only workaround I could come up with for the moment, is to add > something like \once \override Staff.InstrumentName #'X-extent = #'(0 > . 10) > > /Mats This works perfectly, thank you! Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Problem with finding fonts in lilypond
Hello, I just installed lilypond 2.5.2 on my computer. I run linux Gentoo. I installed it using the gentoo portage. I also have tetex : 2.0.2-r1 installed. Now, when I try to get a very simple test file compiled with lilypond, it crashes with the message: Interpreting music... error: cannot find `feta20.afm' Music font has not been installed properly.Aborting I have been seeking the previous threads on this topic. It seems to be a path problem. However, when trying the different advices I could find, nothing worked. If I manually set the paths to all font directory with the -I option, it still crashes not finding fonts with kpathsea... so I suppose I need to set the link with Texmf right.. only problem I have no idea how to do this, I am not such an expert in TeX etc.. just know what is needed to use it ;-) I am running out of ideas now so I call for help. The verbose output is the following: bash-2.05b$ lilypond -V test.ly GNU LilyPond 2.5.2 LILYPOND_DATADIR="/usr/share/lilypond" LOCAL_LILYPOND_DATADIR="/usr/share/lilypond/2.5.2" LOCALEDIR="/usr/share/locale" LILYPONDPREFIX="" [/usr/share/lilypond/2.5.2/scm/lily-library.scm][/usr/share/lilypond/2.5.2/scm/define-music-types.scm][/usr/share/lilypond/2.5.2/scm/output-lib.scm][/usr/share/lilypond/2.5.2/scm/c++.scm][/usr/share/lilypond/2.5.2/scm/chord-ignatzek-names.scm][/usr/share/lilypond/2.5.2/scm/chord-entry.scm][/usr/share/lilypond/2.5.2/scm/chord-generic-names.scm][/usr/share/lilypond/2.5.2/scm/stencil.scm][/usr/share/lilypond/2.5.2/scm/new-markup.scm][/usr/share/lilypond/2.5.2/scm/bass-figure.scm][/usr/share/lilypond/2.5.2/scm/music-functions.scm][/usr/share/lilypond/2.5.2/scm/part-combiner.scm][/usr/share/lilypond/2.5.2/scm/define-music-properties.scm][/usr/share/lilypond/2.5.2/scm/auto-beam.scm][/usr/share/lilypond/2.5.2/scm/chord-name.scm][/usr/share/lilypond/2.5.2/scm/ly-from-scheme.scm][/usr/share/lilypond/2.5.2/scm/define-context-properties.scm][/usr/share/lilypond/2.5.2/scm/translation-functions.scm][/usr/share/lilypond/2.5.2/scm/script.scm][/usr/share/lilypond/2.5.2/scm/midi.scm][/usr/share/lilypond/2.5.2/scm/beam.scm][/usr/share/lilypond/2.5.2/scm/clef.scm][/usr/share/lilypond/2.5.2/scm/slur.scm][/usr/share/lilypond/2.5.2/scm/font.scm][/usr/share/lilypond/2.5.2/scm/encoding.scm][/usr/share/lilypond/2.5.2/scm/fret-diagrams.scm][/usr/share/lilypond/2.5.2/scm/define-markup-commands.scm][/usr/share/lilypond/2.5.2/scm/define-grob-properties.scm][/usr/share/lilypond/2.5.2/scm/define-grobs.scm][/usr/share/lilypond/2.5.2/scm/define-grob-interfaces.scm][/usr/share/lilypond/2.5.2/scm/page-layout.scm][/usr/share/lilypond/2.5.2/scm/titling.scm][/usr/share/lilypond/2.5.2/scm/paper.scm][/usr/share/lilypond/2.5.2/scm/safe-lily.scm]Processing `test.ly' Parsing... [/usr/share/lilypond/2.5.2/ly/init.ly[/usr/share/lilypond/2.5.2/ly/declarations-init.ly[/usr/share/lilypond/2.5.2/ly/music-functions-init.ly][/usr/share/lilypond/2.5.2/ly/nederlands.ly][/usr/share/lilypond/2.5.2/ly/drumpitch-init.ly][/usr/share/lilypond/2.5.2/ly/chord-modifiers-init.ly][/usr/share/lilypond/2.5.2/ly/script-init.ly][/usr/share/lilypond/2.5.2/ly/scale-definitions-init.ly][/usr/share/lilypond/2.5.2/ly/grace-init.ly][/usr/share/lilypond/2.5.2/ly/midi-init.ly[/usr/share/lilypond/2.5.2/ly/performer-init.ly]][/usr/share/lilypond/2.5.2/ly/paper-defaults.ly[/usr/share/lilypond/2.5.2/ly/titling-init.ly]][/usr/share/lilypond/2.5.2/ly/engraver-init.ly][/usr/share/lilypond/2.5.2/ly/dynamic-scripts-init.ly][/usr/share/lilypond/2.5.2/ly/spanners-init.ly][/usr/share/lilypond/2.5.2/ly/property-init.ly]][test.ly]Interpreting music... error: cannot find `feta20.afm' Music font has not been installed properly.Aborting Anne ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RE: Png ouput quality was RE: .tex in texniccentre
Hello Graham, lilypond list. > Please keep lilypond traffic on the mailist, so that other > people can benefit from the answers Yes, thanks for pointing thatout to me, most of the mailingslists I subscribe to set it up with the reply-to thing, hence my mistake. I'll tyr to pay more attention next time :) > I don't know what texniccentre is like, but I'm pretty > certain that lilypond-book is exactly what you're after. The thing im worried about is that lilypond doesn't have the packages I will need, like babel, and that ill have to spend more time learning LaTeX then im currently interested in. But perhaps ill just have too. Ill try to compile my current document that I did with png this weekend see if that works before I start complaining aobut problems that arent a problem. Cheers Anton ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Problem with finding fonts in lilypond
I would definitely recommend you to install the latest stable version, version 2.4.x, of LilyPond instead of the development version you have now. I've never user Gentoo, but on most other Linux distributions, the LilyPond installation installs a file in /etc/profile.d/ that sets some environment variables that are needed for LilyPond to find font files and some other files. This file isn't sourced until you start a new shell (or maybe you even have to logout and login again), so if you use a shell that was open before the installation, LilyPond will not work. /Mats Tazz wrote: Hello, I just installed lilypond 2.5.2 on my computer. I run linux Gentoo. I installed it using the gentoo portage. I also have tetex : 2.0.2-r1 installed. Now, when I try to get a very simple test file compiled with lilypond, it crashes with the message: Interpreting music... error: cannot find `feta20.afm' Music font has not been installed properly.Aborting I have been seeking the previous threads on this topic. It seems to be a path problem. However, when trying the different advices I could find, nothing worked. If I manually set the paths to all font directory with the -I option, it still crashes not finding fonts with kpathsea... so I suppose I need to set the link with Texmf right.. only problem I have no idea how to do this, I am not such an expert in TeX etc.. just know what is needed to use it ;-) I am running out of ideas now so I call for help. The verbose output is the following: bash-2.05b$ lilypond -V test.ly GNU LilyPond 2.5.2 LILYPOND_DATADIR="/usr/share/lilypond" LOCAL_LILYPOND_DATADIR="/usr/share/lilypond/2.5.2" LOCALEDIR="/usr/share/locale" LILYPONDPREFIX="" [/usr/share/lilypond/2.5.2/scm/lily-library.scm][/usr/share/lilypond/2.5.2/scm/define-music-types.scm][/usr/share/lilypond/2.5.2/scm/output-lib.scm][/usr/share/lilypond/2.5.2/scm/c++.scm][/usr/share/lilypond/2.5.2/scm/chord-ignatzek-names.scm][/usr/share/lilypond/2.5.2/scm/chord-entry.scm][/usr/share/lilypond/2.5.2/scm/chord-generic-names.scm][/usr/share/lilypond/2.5.2/scm/stencil.scm][/usr/share/lilypond/2.5.2/scm/new-markup.scm][/usr/share/lilypond/2.5.2/scm/bass-figure.scm][/usr/share/lilypond/2.5.2/scm/music-functions.scm][/usr/share/lilypond/2.5.2/scm/part-combiner.scm][/usr/share/lilypond/2.5.2/scm/define-music-properties.scm][/usr/share/lilypond/2.5.2/scm/auto-beam.scm][/usr/share/lilypond/2.5.2/scm/chord-name.scm][/usr/share/lilypond/2.5.2/scm/ly-from-scheme.scm][/usr/share/lilypond/2.5.2/scm/define-context-properties.scm][/usr/share/lilypond/2.5.2/scm/translation-functions.scm][/usr/share/lilypond/2.5.2/scm/script.scm][/usr/share/lilypond/2.5.2/scm/midi.scm][/usr/s hare/lilypond/2.5.2/scm/beam.scm][/usr/share/lilypond/2.5.2/scm/clef.scm][/usr/share/lilypond/2.5.2/scm/slur.scm][/usr/share/lilypond/2.5.2/scm/font.scm][/usr/share/lilypond/2.5.2/scm/encoding.scm][/usr/share/lilypond/2.5.2/scm/fret-diagrams.scm][/usr/share/lilypond/2.5.2/scm/define-markup-commands.scm][/usr/share/lilypond/2.5.2/scm/define-grob-properties.scm][/usr/share/lilypond/2.5.2/scm/define-grobs.scm][/usr/share/lilypond/2.5.2/scm/define-grob-interfaces.scm][/usr/share/lilypond/2.5.2/scm/page-layout.scm][/usr/share/lilypond/2.5.2/scm/titling.scm][/usr/share/lilypond/2.5.2/scm/paper.scm][/usr/share/lilypond/2.5.2/scm/safe-lily.scm]Processing `test.ly' Parsing... [/usr/share/lilypond/2.5.2/ly/init.ly[/usr/share/lilypond/2.5.2/ly/declarations-init.ly[/usr/share/lilypond/2.5.2/ly/music-functions-init.ly][/usr/share/lilypond/2.5.2/ly/nederlands.ly][/usr/share/lilypond/2.5.2/ly/drumpitch-init.ly][/usr/share/lilypond/2.5.2/ly/chord-modifiers-init.ly][/usr/share/lilypond/2.5.2/ly/script-init.ly][/usr/share/lilypond/2.5.2/ly/scale-definitions-init.ly][/usr/share/lilypond/2.5.2/ly/grace-init.ly][/usr/share/lilypond/2.5.2/ly/midi-init.ly[/usr/share/lilypond/2.5.2/ly/performer-init.ly]][/usr/share/lilypond/2.5.2/ly/paper-defaults.ly[/usr/share/lilypond/2.5.2/ly/titling-init.ly]][/usr/share/lilypond/2.5.2/ly/engraver-init.ly][/usr/share/lilypond/2.5.2/ly/dynamic-scripts-init.ly][/usr/share/lilypond/2.5.2/ly/spanners-init.ly][/usr/share/lilypond/2.5.2/ly/property-init.ly]][test.ly]Interpreting music... error: cannot find `feta20.afm' Music font has not been installed properly.Aborting Anne ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilyp
Re: Png ouput quality was RE: .tex in texniccentre
Anton Woldhek wrote: Hello Graham, lilypond list. Please keep lilypond traffic on the mailist, so that other people can benefit from the answers Yes, thanks for pointing thatout to me, most of the mailingslists I subscribe to set it up with the reply-to thing, hence my mistake. I'll tyr to pay more attention next time :) I don't know what texniccentre is like, but I'm pretty certain that lilypond-book is exactly what you're after. The thing im worried about is that lilypond doesn't have the packages I will need, like babel, and that ill have to spend more time learning LaTeX then im currently interested in. For the text part of the document, you can use anything in a lilypond-book that you can use in a separate LaTeX document and for the music examples, you can do anything in a lilypond-book document as you can do in a separate .ly file, so I don't really see the problem. Just as Graham, I don't really know anything about texniccentre, but I'm sure that when you ask it to process a document, it will save a file and then process the file using the program called latex. I guess that you run in Windows and currently use MikTeX. You cannot use lilypond-book together with MikTeX, but the cygwin system contains the teTeX system, which is just as capable as MikTeX (just make sure to rerun setup.exe and install the packages 'tetex-base' and 'tetex-extra'). So, if you want to use lilypond-book together with texniccentre, you should - Find a way to insert the lilypond code into the document. I'm sure there's a way to insert arbitrary LaTeX code into the document, so that shouldn't be a problem. - Instead of letting texniccentre run latex, you have to take the file saved by texniccentre and call first lilypond-book and then latex from within the Cygwin command window (as described in the LilyPond manual). It would probably be very easy for a hacker to automate this process, so you could do these steps also from within texniccentre, but to start with, you could do it manually. In the second step, make sure to change directory to the directory where texniccentre saved the file. Directory paths work differently in Cygwin than in Windows, so if you for example want to change directory to C:\Documents and Settings\MeAndMyself\, you should use the cygwin command cd /cygdrive/c/Documents\ and\ Settings/MeAndMyself /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Installation Redhat 8, dependencies
Perhaps someone could give me some pointers. I have not successfully installed LilyPond as of yet. I tried with the command-line: rpm -i lilypond-2.4.1-1.rh90.ccrma Althought the package name contains "rh90", it is the one recommended for RH8 on the LilyPond website. This is the chain of dependency errors I get as I try to install the successive packages that are required: guile >= 1.6.4-8 is needed by lilypond-2.4.1-1.rh90.ccrma libpthread.so.0(GLIBC_2.3.2) is needed by guile-1.6.4-8 glibc-common = 2.3.2-98 is needed by glibc-2.3.2-98 glibc < 2.3.2 conflicts with glibc-common-2.3.2-101 I can't uninstall glibc because it is required by too many packages. I can't upgrade glibc because I don't have the right version of glibc-common and I can't upgrade glibc-common because I don't have the right version of glibc. So I tried to install from source. First I installed guile from source (guile-1.6.7.tar.gz). Then I installed flex from source (flex-2.5.4a.tar.gz). Then I unpacked lilypond-2.4.4.tar.gz When I ./configure from ./lilypond-2.4.4 I get the following error: ERROR: Please install required programs: echo no guile-config >= 1.6 (installed: ) libguile (libguile-dev, guile-devel or guile-dev package). I then tried to find libguile-dev. The LilyPond website installation instructions say this might be needed but does not supply a link. I searched for it but I have only found it in .deb package format. I don't know how to install a .deb package on RedHat. Next I obtained and unpacked guile-devel. It directly installed files in usr/include/libguile/ so I assume that no make install is needed. I tried ./configure from ./lilypond-2.4.4 again but got the same error: ERROR: Please install required programs: echo no guile-config >= 1.6 (installed: ) libguile (libguile-dev, guile-devel or guile-dev package). Next I searched for guile-dev but could not find it. http://www.gnu.org/software/guile/guile.html only seems to have guile. I found lots of discussions about guile-dev but no download. Am I missing something here? I don't like to ask for help until I have exhausted all possible routes but I am definately out of my depth now. Can anyone help? Thanks a bunch, Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
beamlets over spacers
I am using version 2.2.5. I am trying to write many groups of four 16th-notes some of which are separated by 16th-rest value spacers. When I force-beam the notes over any spacer, the double beam is continuous instead of single over the spacer. My current solution is massively wordy, requires replacing \s with \r and making the latter invisible, and must be applied to each group, of which I have hundreds including two-voice polyphony: a16 [\set stemLeftBeamCount = #1 \set stemRightBeamCount = #1 r g] s a[ stemRightBeamCount = #1 g \set stemLeftBeamCount = #1 \set stemRightBeamCount = #1 r g] Do you have a better, more global solution? Thanks. Qian Li '05 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
No PS file created
Hi, I've been trying to get LilyPond installed. Wether I compile or install from .rpm I keep getting the following error: [EMAIL PROTECTED] root]# lilypond test.ly GNU LilyPond 2.4.1 Processing `test.ly' Ontleden... Vertolken van muziek...[2] Voorbewerken van grafische objecten... Berekenen van regelafbreuken... Layout output to `test.tex'... Converting to `test.dvi'... Converting to `test.ps'... Converting to `test.pdf'...Error: /undefinedfilename in (test.ps) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval- - 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa lse 1 %stopped_push --nostringval-- --nostringval-- Dictionary stack: --dict:1055/1123(ro)(G)-- --dict:0/20(G)-- --dict:88/200(L)-- Current allocation mode is local Last OS error: 2 GNU Ghostscript 7.05: Unrecoverable error, exit code 1 Error invoking `ps2pdf -sPAPERSIZE=a4 test.ps'. Return value 256 Further investigation learns me that no ps file is created. When I try that as follows I get the following error. [EMAIL PROTECTED] root]# dvips test.dvi This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com) ' TeX output 2005.02.16:2345' -> |lpr lpr: lp: lp: unknown printer Gebroken pijp How could I get this working? Is there some TeX configuration utility? Thanks, Guido ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Lilypond 4 rpm problems
I'm having a hell of a time installing v.4. I'm being plagued with one dependency issue after another (I'm running Mandrake Linux 9.2). Has anyone else encountered this? I hit the ultimate roadblock while trying to install libMagick5. No matter where I obtain the rpm the install fails. Help! -- Gxis Revida, S L Raymond This message (excluding forwarded material) composed using EPrime. Support School Choice initiatives. "Build a man a fire, and he will be warm for a day. Set a man on fire, and he will be warm for the rest of his life." --Anonymous BEGIN GEEK CODE BLOCK- Version: 1.0 GMU/O d+@ s: a C++ UL P+> L++ E-(---) W++ N++ o--@ K- w+(--) !O !M V PS--(+) PE++ Y !PGP t+() !5 X+() R+++($) tv b++>+++ DI@ !D G e++> h---@ r++ y? --END GEEK CODE BLOCK-- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Grace notes, ties, optimum notation
I have recently begun to learn LilyPond, which is an exceptionally nice program, though I have a tremendous amount to learn about it. I would like to ask if anyone might have a suggestion how better to notate the last measure of the piano piece linked to below (it is a screen capture of LilyPond's PDF output of the piece). The last chord of the piece is arpeggiated, but not in exact sequence of notes from bottom to top: one note (the F second to top) is out of order. Link to .png image of .pdf output of lilypond: http://www.xscd.com/pics/lilypond-example.PNG Thank you, and best wishes, Steve D, New Mexico US P.S. Should I have attached the .png image instead, for the sake of the archives? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user