Re: PNG problem with 2.5.27 on WinXP
Roman V. Isaev writes: > I installed 2.5.27 on WinXP box and it worked fine but it fails > to generate PNG files. > When I tried to find out what happens I found that file lilylib.py > is missing. This is a known bug, we should rewrite this functionality in guile. The native lilypond does not have a python interpreter. > How to solve this problem? I need PNG files as preview > images for PDFs... I hope we'll get around to fix this before 2.6. Otherwise, just stick with Cygwin if you're happy with that. > BTW I don't see any diagnostics when lilypond works. It may be ok > for these who love drag&drop, but I work in bash (cygwin) and use makefile > to generate several PDF and PNG files at once. How to force lilypond to > print diagnostics to stdout, like 2.4.2 did? Also I can't run lilypond -h > to find out all command line options... That's strange. It works for me. Do you run from a Cygwin terminal? If you really want, you can hack the file .../usr/share/lilypond/x.y.z/scm/lily.scm and set (define (running-from-gui? #f)) 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: convert-ly in 2.5.27
On 4-Jun-05, at 11:14 PM, Roman V. Isaev wrote: During conversion it marks files as \version "2.5.25" Is it okay?.. Yes, this is normal. As noted in the doc page, convert-ly always converts up to the last syntax change handled by it. This means that the \version number left in the file is usually lower than the version of convert-ly itsel Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: how to fix this mess
On 4-Jun-05, at 11:11 PM, Roman V. Isaev wrote: On 06/04, Graham Percival wrote: On 4-Jun-05, at 10:36 PM, Roman V. Isaev wrote: Slur crosses decrescendo mark What is the proper method to solve this problem? Increase the #'padding property. See http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/ Common-tweaks.html (I normally set it to #1.5 , if that looks too big I decrease it, but it's a good number to start with) I tried to increase padding: \override Script #'padding = #5 it moved down tenuto and staccato marks a lot but did not do anything else and "p > pp" picture crossed with slur remained the same... Sorry, I should have pointed out the next two sections of the docs as well. You want \override DynamicLineSpanner #'padding = #1.5 Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
invoking lily from python
Dear all, I'm calling lily from inside IDLE of Python, using module os with function os.system. I post this as I know Python is largely used among lilyponders. The same command line (/sw/bin/lilypond /Users/apple/Desktop/test.ly) from shell and from os.system gives two different results. From shell it works perfectly (obviously). (apples-Computer:~ apple$ /sw/bin/lilypond /Users/apple/Desktop/test.ly) From os.system I have as output only the file test.tex, which is ok, but there are no other files. os.system ends with 0, which means all was ok. >>> cmd="/sw/bin/lilypond /Users/apple/Desktop/test.ly" >>> os.system(cmd) 0 Should I call explicitly the "convert" part to which lily refers printing on screen the following lines in command line mode? Converting to `test.dvi'... Converting to `test.ps'... Converting to `test.pdf'... It seems to me that this part is skipped when invoking from IDLE. Any hints? Thanks a lot -a- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Two staves in one line
Hi, how can I put two staves (Trumpet I, Trumpet II) in one line? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
More pictures to manual
Hi, I don't know whos making the documentation for Lilypond, but my suggestion is to put many, many, many ... more pictures to the manual! The easiest way to learn Lilypond and to manage the difficulties would be to have something like a cook book. In this cook book you see nearly all different ways to make staff-modes, chord-modes, choir-mode ... and you can just combine them to the results you want to have! At the moment this does not suffice for me. The manual just gives the basics, but to get the result from this basics is still very, very difficult! To write the notes is very, very easy, but to put different staves together or something else still drives me gracy. I could waste many stupid questions if there is a manual with many, many more pictures, showing nearly all possibilites to put staves and notes together! Is it possible to make such a manual?? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
How contexts fit together - doc suggestion
Hi Something that I am beginning to understand better is how the various contexts fit together.- for example "Staff can contain Voice", I can only find this sort of information at a fairly deep level in the manual - lilypond-internals/Staff.htm I would like to have a go at trying to write my understanding down and post here for comment - with a view to including in the docs if it is considered useful - I note Graham's request for help. Just checking this sort of thing doesn't exist in the manual at the moment. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: lilypond 2.4.4 package on suse 9.3: dvips problem
Am Samstag, 4. Juni 2005 23:49 schrieb Graham Percival: > > GNU LilyPond 2.5.27 > > »sicongieprens-neu.ly« wird verarbeitet > > Analysieren...sicongieprens-neu.ly:1:48: In expression > > (make-stencil-boxer 0.1 > > 0.25 ...): > > sicongieprens-neu.ly:1:48: Wrong number of arguments to # > make-stencil-boxer (thickness padding callback)> > > The attachment got cut off, but it looks like you're trying to do > something > fancy in scheme. In fact, the attachment isn't cut off. This is the output. And I didn't do anything fancy as far as I can tell. If I understand correctly, it says that the error is in line 1, column 48? This location doesn't exinst in my input file. If you're interested I can send you my input file. As for the one-line-staff bug: Since you said you'll follow up this bug, I won't file a bug report for this. But I agree with that I should have done it in the first place. Again, thanks everyone for the response, Robert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
more problems with 2.5.27 :)
1. lilypad eats first character from command line argument. If I try to open canzone.ly it will say that there is no file "anzone.ly" and if I try to open d:\.\canzone.ly it will try to open :\.\canzone.ly 2. piu forte snippet from lilypond database doesn't work anymore :( I used this: piuf = \markup { \italic "pi\\`u" \dynamic "f" } but now it draws pi\'u f instead of that 'u' with apostrophe above. I don't see anything in the manual about entering such letters... what part I did miss this time?.. -- Roman V. Isaev http://www.soprano-recorder.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
On 06/05, Jan Nieuwenhuizen wrote: > > How to solve this problem? I need PNG files as preview > > images for PDFs... > I hope we'll get around to fix this before 2.6. Otherwise, just stick > with Cygwin if you're happy with that. Umm, I can't apply old ps2png because lilypond --ps doesn't work, it doesn't leave .ps file, only pdf. > > BTW I don't see any diagnostics when lilypond works. It may be ok > > for these who love drag&drop, but I work in bash (cygwin) and use makefile > > to generate several PDF and PNG files at once. How to force lilypond to > > print diagnostics to stdout, like 2.4.2 did? Also I can't run lilypond -h > > to find out all command line options... > That's strange. It works for me. Do you run from a Cygwin terminal? Yes. I tried both cygwin terminal and cmd.exe console. > If you really want, you can hack the file > .../usr/share/lilypond/x.y.z/scm/lily.scm > and set > (define (running-from-gui? #f)) I did it. Still it exits immediately and doesn't show lilypond -h output. OS is Windows XP 5.1.2600 -- Roman V. Isaev http://www.soprano-recorder.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
Roman V. Isaev writes: > Umm, I can't apply old ps2png because lilypond --ps doesn't work, it > doesn't leave .ps file, only pdf. That's if running from gui, only > Yes. I tried both cygwin terminal and cmd.exe console. What operating system do you use? We may have to find a different way to determine running from gui. >> (define (running-from-gui? #f)) > > I did it. Still it exits immediately and doesn't show lilypond -h > output. OS is Windows XP 5.1.2600 Duh. My bad, try (define (running-from-gui?) #f) 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: PNG problem with 2.5.27 on WinXP
On 06/05, Jan Nieuwenhuizen wrote: > > Yes. I tried both cygwin terminal and cmd.exe console. > What operating system do you use? We may have to find a different way > to determine running from gui. Microsoft Windows XP. Exact version is 5.1.2600. Russian edition. I don't know how to look up cygwin version: $ bash --version GNU bash, version 2.05b.0(1)-release (i686-pc-cygwin) Copyright (C) 2002 Free Software Foundation, Inc. $ cygcheck -V cygcheck version 1.59 System Checker for Cygwin Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. Compiled on Nov 10 2004 By the way, I had to comment out in lilypond.bat cd %USERPROFILE%\<> where <> is cyrillic "rabochij stol" because cd doesn't like to go into argument with spaces... > >> (define (running-from-gui? #f)) > > > > I did it. Still it exits immediately and doesn't show lilypond -h > > output. OS is Windows XP 5.1.2600 > Duh. My bad, try > (define (running-from-gui?) #f) Just tried this. It worked partially. Exits immediately if I supply -h flag. No tty output ever. But at least it left .ps file when I supplied --ps flag I created png file with ps2png from old 2.4.2 distribution, but the bottom of the score is cut short, right across copyright line :) But as result now I don't have diagnostics anymore at all -- neither in cygwin terminal nor in the gui window :( -- Roman V. Isaev http://www.soprano-recorder.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: lilypond 2.4.4 package on suse 9.3: dvips problem
On 5-Jun-05, at 4:24 AM, Robert Memering wrote: Am Samstag, 4. Juni 2005 23:49 schrieb Graham Percival: The attachment got cut off, but it looks like you're trying to do something fancy in scheme. In fact, the attachment isn't cut off. This is the output. If you're interested I can send you my input file. Well, yes. We can't figure out what went wrong without an input file. - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
Roman V. Isaev writes: > Microsoft Windows XP. Exact version is 5.1.2600. Russian edition. I > don't know how to look up cygwin version: Ok. > By the way, I had to comment out in lilypond.bat > cd %USERPROFILE%\<> > where <> is cyrillic "rabochij stol" because cd doesn't like > to go into argument with spaces... Does adding quotes help? > Just tried this. It worked partially. Exits immediately if I > supply -h flag. No tty output ever. How odd. I cannot debug this, as it works for me. $ uname -a CYGWIN_NT-5.1 xyz 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin $ ./lilypond --help GNU LilyPond 2.5.27^M Usage: lilypond [OPTION]... FILE...^M ^M Typeset music and/or produce MIDI from FILE.^M ^M LilyPond produces beautiful music notation.^M For more information, see http://lilypond.org^M ^M Options:^M -b, --backend=BACK use backend BACK (gnome, ps [default],^M 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: invoking lily from python
(It simply depended on invoking from IDLE. Some strange behaviours. Everything solved using python form command line. Thanks) -a- On 5 Jun 2005, at 11:42, andrea valle wrote: Dear all, I'm calling lily from inside IDLE of Python, using module os with function os.system. I post this as I know Python is largely used among lilyponders. The same command line (/sw/bin/lilypond /Users/apple/Desktop/test.ly) from shell and from os.system gives two different results. From shell it works perfectly (obviously). (apples-Computer:~ apple$ /sw/bin/lilypond /Users/apple/Desktop/test.ly) From os.system I have as output only the file test.tex, which is ok, but there are no other files. os.system ends with 0, which means all was ok. >>> cmd="/sw/bin/lilypond /Users/apple/Desktop/test.ly" >>> os.system(cmd) 0 Should I call explicitly the "convert" part to which lily refers printing on screen the following lines in command line mode? Converting to `test.dvi'... Converting to `test.ps'... Converting to `test.pdf'... It seems to me that this part is skipped when invoking from IDLE. Any hints? Thanks a lot -a- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user Andrea Valle Laboratorio multimediale "G. Quazza" Facoltà di Scienze della Formazione Università degli Studi di Torino [EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
On 06/05, Jan Nieuwenhuizen wrote: > > By the way, I had to comment out in lilypond.bat > > cd %USERPROFILE%\<> > > where <> is cyrillic "rabochij stol" because cd doesn't like > > to go into argument with spaces... > Does adding quotes help? Nope. Because real path is "d:\Documents and Settings\rm\<>>" while batch file wants to go to "d:\Documents and Settings\<>>" rm is my username in XP (I suspect it's different from win98, but I don't have 98 boxes around to prove this). > > Just tried this. It worked partially. Exits immediately if I > > supply -h flag. No tty output ever. > How odd. I cannot debug this, as it works for me. > $ uname -a > CYGWIN_NT-5.1 xyz 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown > Cygwin My uname -a output is same, exactly... Well, how to hack lilypond so it would leave .ps in gui mode until PNG-able version goes out? And why old ps2png can cut the bottom of the png page? -- Roman V. Isaev http://www.soprano-recorder.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
Roman V. Isaev writes: > On 06/05, Jan Nieuwenhuizen wrote: > >> > By the way, I had to comment out in lilypond.bat >> > cd %USERPROFILE%\<> >> > where <> is cyrillic "rabochij stol" because cd doesn't like >> > to go into argument with spaces... >> Does adding quotes help? > > Nope. Because real path is "d:\Documents and Settings\rm\<>>" > while batch file wants to go to "d:\Documents and Settings\<>>" > rm is my username in XP (I suspect it's different from win98, but I don't > have 98 boxes around to prove this). Quite strange. The installer explicitely asks where the desktop is, and the answer it got was %USERPROFILE%\Desktop>. What does regtool get '/user/Software/Microsoft/Windows/CurrentVersion/Explorer/User Shell Folders/Desktop' say? > Well, how to hack lilypond so it would leave .ps in gui mode until > PNG-able version goes out? And why old ps2png can cut the bottom of the > png page? try hacking scm/backend-library.scm. The next version will have png output, becaus it was quiet on the mailing lists today ;-) 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: more problems with 2.5.27 :)
Roman V. Isaev writes: > 1. lilypad eats first character from command line argument. If I > try to open canzone.ly it will say that there is no file "anzone.ly" and > if I try to open d:\.\canzone.ly it will try to open :\.\canzone.ly Thanks. This will be fixed in the next release. It turned out, that on some versions of Windows, main () does not see argv[0]. And I only debugged in wine until now. > 2. piu forte snippet from lilypond database doesn't work anymore :( I > used this: > > piuf = \markup { \italic "pi\\`u" \dynamic "f" } \`u is a TeX construct. 2.5.x does not use TeX anymore, you can now use plain ù. 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: more problems with 2.5.27 :)
On 06/05, Jan Nieuwenhuizen wrote: > > 2. piu forte snippet from lilypond database doesn't work anymore :( I > > used this: > > piuf = \markup { \italic "pi\\`u" \dynamic "f" } > \`u is a TeX construct. 2.5.x does not use TeX anymore, you can now > use plain ?. How? I know only english and cyrillic layouts. Even if I install another language keymap I still would not know what keys to press... most people are bilingual and have no means of entering something that they can't type. I switched to 2.5 exactly because of Unicode support to use Russian in scores, but why drop these \'u & co niceties? At least may be it would help if lilypond documentation will include all languages alphabets to do cut'n'paste (somewhat lousy solution, but better than nothing I guess)... BTW, since this piuf is not very rare dynamics mark may be it's time to include it into lilypond distribution? :) -- Roman V. Isaev http://www.soprano-recorder.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: part combiner
>> I would like to rewrite the part-combiner, but I have a few questions >> about doing so: >> >> - How can I get the time signature from the voice? > > You have to rewrite the Recording_group_engraver to record properties > like timeSignatureFraction and measureDuration > >> - How can I analyse a moment (for example to see if it falls withing a >> bar)? >> - Would it be possible to just change the scheme code (since I like more >> writing scheme than C++ ;-) ? > > Except for the above it should all be doable in Scheme. > -- Hi, I am not sure of the function of Recording_group_engraver. What should I change, and how will it change the scheme code? >From looking at the c++ code it doesn't appear to do much. If it records the time signature, then will it be added between the other events? Kristof Bastiaensen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
On 06/05, Jan Nieuwenhuizen wrote: > >> > By the way, I had to comment out in lilypond.bat > >> > cd %USERPROFILE%\<> > >> > where <> is cyrillic "rabochij stol" because cd doesn't like > >> > to go into argument with spaces... > >> Does adding quotes help? > > Nope. Because real path is "d:\Documents and Settings\rm\<>>" > > while batch file wants to go to "d:\Documents and Settings\<>>" > > rm is my username in XP (I suspect it's different from win98, but I don't > > have 98 boxes around to prove this). > Quite strange. The installer explicitely asks where the desktop is, and the > answer it got was %USERPROFILE%\Desktop>. > What does > regtool get > '/user/Software/Microsoft/Windows/CurrentVersion/Explorer/User Shell > Folders/Desktop' > say? There is no such regtool.exe binaries in my Windows installation... > > Well, how to hack lilypond so it would leave .ps in gui mode until > > PNG-able version goes out? And why old ps2png can cut the bottom of the > > png page? > try hacking scm/backend-library.scm. The next version will have png > output, becaus it was quiet on the mailing lists today ;-) Uhm, just looked there... darn intimidating. Well, commenting out (if (running-from-gui?) (delete-file name) did the trick. Now only if I could find why PNG files got truncated at bottom... probably it's a problem with paper sizes. -- Roman V. Isaev http://www.soprano-recorder.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: PNG problem with 2.5.27 on WinXP
Roman V. Isaev writes: >> regtool get >> '/user/Software/Microsoft/Windows/CurrentVersion/Explorer/User Shell >> Folders/Desktop' >> say? > > There is no such regtool.exe binaries in my Windows installation... Try cygwin. > did the trick. Now only if I could find why PNG files got truncated at > bottom... probably it's a problem with paper sizes. Yes, probably. 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: PNG problem with 2.5.27 on WinXP
On 06/05, Jan Nieuwenhuizen wrote: > >> regtool get > >> '/user/Software/Microsoft/Windows/CurrentVersion/Explorer/User Shell > >> Folders/Desktop' > >> say? > > There is no such regtool.exe binaries in my Windows installation... > Try cygwin. Ah, yes. It returns %USERPROFILE%\<> Yet real desktop is under username in %USERPROFILE%... -- Roman V. Isaev http://www.gunlab.com.ru Moscow, Russia ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: more problems with 2.5.27 :)
Use the character map. Or copy this: più. :-) Bert kup { \italic "pi\\`u" \dynamic "f" } \`u is a TeX construct. 2.5.x does not use TeX anymore, you can now use plain ù. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: part combiner
[EMAIL PROTECTED] wrote: Hi, I am not sure of the function of Recording_group_engraver. What should I change, and how will it change the scheme code? From looking at the c++ code it doesn't appear to do much. If it records the time signature, then will it be added between the other events? the Recording_group_engraver now records events. You could also record changes to properties. The result is a vector, which is read out from make-part-combine-music (see scm/part-combiner.scm). -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How contexts fit together - doc suggestion
andrew Black wrote: Hi Something that I am beginning to understand better is how the various contexts fit together.- for example "Staff can contain Voice", I can only find this sort of information at a fairly deep level in the manual - lilypond-internals/Staff.htm It's strange that you remark that. It's the standard example for contexts, and it's mentioned in the introduction. Nevertheless, a note at @node More staves @section More staves wouldn't hurt. I would like to have a go at trying to write my understanding down and post here for comment - with a view to including in the docs if it is considered useful - I note Graham's request for help. Just checking this sort of thing doesn't exist in the manual at the moment. Andrew -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Argument transfer?
Title: Argument transfer? This code is effective: \version "2.4.3" Mag = #3 BigOn = \override NoteHead #'font-size = \Mag \score {\relative c'' { c c c c \BigOn c c c c }} This shows what I'd like, but it doesn't work: \version "2.4.3" BigOn = \override NoteHead #'font-size = \Mag \score {\relative c'' { c c c c Mag = #3 \BigOn c c c c }} That is, is there a way to pass a parameter into a define from within \score? - Bruce ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Thick barline connections between staves
Thanks for the quick fix--the barline thickness is now consistent. However, now all the barlines look too thick--it's quite noticeable when comparing with professional printed scores as well as previous versions of Lily. I also sent an email to bug-lilypond. --Ed On May 29, 2005, at 6:03 AM, Han-Wen Nienhuys wrote: Thomas Scharkowski wrote: hi ed, han-wen, i mentioned this today as well, and have seen it since approx. 2.5.18 or so. stan sanderson also mentioned it in an email from 12.04.2005 with the subject "2.5.18 bar line thickness error(?)" what stan and i have in common is macos 10.3.x. ed: are you also on a mac? is this maybe a mac-specific problem or is it also on other platforms? for me, the image in the pdf viewer is thicker, but the printout is fine. -sean I also saw the thicker lines on screen, (Acroread 7 on Windows), printout is o.k. Lilypond 2.5.25 on Windows XP. fixed in cvs. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
[OT] timidity Again
I wrote to the lilypond list last year regarding problems installing timidity properly on OS X. Somehow I did it, but my method has long been forgotten. I tried to reinstall timidity and ran into troubles. Compiling from source and moving the product to /sw/bin (where it usually sits), I execute 'timidity '. /usr/local/share/timidity/timidity.cfg: No such file or directory timidity: Can't read any configuration file. Please check /usr/local/share/timidity/timidity.cfg Now, I have a config file, but not at that location. In fact, there is no such dir /usr, let alone anything beneath that. The closest-looking place to that filepath is where I normally keep my config file: /sw/share/timidity/timidity.cfg . As recommended by the doc INSTALL, I went into the header files and hard-coded the desired filepath in. This also required opening the permissions on the directory to RW. Upon re-execution of the above, it runs, but none of the MIDI instruments play because No instrument mapped to tone bank 0, program 45 - this instrument will not be heard No instrument mapped to tone bank 0, program 48 - this instrument will not be heard No instrument mapped to tone bank 0, program 70 - this instrument will not be heard No instrument mapped to tone bank 0, program 73 - this instrument will not be heard No pre-resampling cache hit The .cfg file worked perfectly with the old version, considering it had just one line: 'soundfont unison.sf2' with the soundfont file in the same dir. Now I'm out of ideas. Any thoughts? Best, Will Oram // Genius @ Large // AIM spamguy21 spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: [OT] timidity Again
On 5-Jun-05, at 9:26 PM, Will Oram wrote: Compiling from source and moving the product to /sw/bin (where it usually sits), I execute 'timidity '. I'd stick it in /usr/local/bin or ~/bin (add ~/bin to your path). Doesn't really make a difference, though. /usr/local/share/timidity/timidity.cfg: No such file or directory Now, I have a config file, but not at that location. In fact, there is no such dir /usr, let alone anything beneath that. Actually, there is. It doesn't show up in the Finder, but OSX has the whole /etc, /usr, /var, etc -- all the standard unix directories. The .cfg file worked perfectly with the old version, considering it had just one line: 'soundfont unison.sf2' with the soundfont file in the same dir. Now I'm out of ideas. Any thoughts? Sorry, no ideas right now. I might try installing timidity in a few days; if I do, I'll certainly post notes. Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How contexts fit together - doc suggestion
On 5-Jun-05, at 4:21 AM, andrew Black wrote: Something that I am beginning to understand better is how the various contexts fit together.- for example "Staff can contain Voice", I can only find this sort of information at a fairly deep level in the manual - lilypond-internals/Staff.htm I would like to have a go at trying to write my understanding down and post here for comment - with a view to including in the docs if it is considered useful - I note Graham's request for help. Just checking this sort of thing doesn't exist in the manual at the moment. It only exists in the internals (which you noted). The only possible downside of a doc page about this is that if the context relationships change at some point in the future, the doc would become out of date (whereas the internals would change to reflect it, since they're automatically generated). That said, I don't think that the context relationships will change much. If they do, the doc page can be updated easily. So please write such a page! I imagine that it would become section 9.1.7 (at the end of the Intreptation contexts section). Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user