Re: Problem with \transpose and \cueDuring

2008-03-03 Thread Han-Wen Nienhuys
\transposition feature; why doesn't that do what you need? -- 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: Julie: GUILE for Java

2008-03-04 Thread Han-Wen Nienhuys
ailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > -- 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: about Scheme code

2008-03-08 Thread Han-Wen Nienhuys
you help me? Where is complete Scheme manual? > > BEST REGARDS > Haipeng > > > ________ > 中 国 最 强 网 游 --- 网 易 梦 幻 西 游 ,166 万 玩 家 同 时 在 线 -- 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: Question about a photo

2008-03-22 Thread Han-Wen Nienhuys
__ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-use

Re: Mac-intel Leopard

2008-03-26 Thread Han-Wen Nienhuys
compiling MacOS binaries actually owns a mac. -- 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: Mac-intel Leopard

2008-03-26 Thread Han-Wen Nienhuys
the lilypond binary requires a bunch of dependencies, and I don't know how to properly package those on MacOS. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists

Re: lilypond-book not honoring --psfonts?

2008-04-07 Thread Han-Wen Nienhuys
are usually more predictable.) -- 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: Old LilyPond versions

2008-04-09 Thread Han-Wen Nienhuys
hack than what we used to have, but it is still a hack. -- 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: Phrasing Slurs and normal slurs

2008-04-23 Thread Han-Wen Nienhuys
2008/4/22 Werner LEMBERG <[EMAIL PROTECTED]>: > > I was typesetting some music with Lilypond when I got to a bar that > > looked like this: > > > > http://www.nabble.com/file/p16821318/1.jpg > > This is a long-standing bug which is not easy to fix, unfort

Re: What's a moment?

2008-05-01 Thread Han-Wen Nienhuys
or points and durations. There is a fine point, though; Moment is really a tuple of rationals, with the first being the 'main' time, and the 2nd the 'grace' time. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen __

Re: What's a moment?

2008-05-01 Thread Han-Wen Nienhuys
2008/4/30 Peter Chubb <[EMAIL PROTECTED]>: > So what *is* a moment? What do the numerator and denominator > represent? Beats? Bar numbers? Milliseconds from the start of the > piece? Inquiring minds want to know. Questions like these are probably material for the devel

Fwd: LilyPond & TeXShop

2008-05-10 Thread Han-Wen Nienhuys
--- can't even write a script! So far, however, I can get along in the LaTeX world of things. Any help is greatly appreciated. And we'll pray for you, too! fr. michael gilmary -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen __

Re: Dynamics and kerning

2008-05-13 Thread Han-Wen Nienhuys
squashed too close together. These pairs are the worst; pp, sf, > > fz look okay. > > Have you tried sp? I think that wins the game. :-) The s collides with > the p quite hard. I had to override it with: The dynamics kerning is something we control. Interested parties may want to

Re: using footnotes on lyrics with lilypond-book

2005-06-03 Thread Han-Wen Nienhuys
But I think that it's doable to add footnote support to the output engine, however, I haven't planned anything, so I consider this a sponsored feature. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-

Re: part combiner

2005-06-03 Thread Han-Wen Nienhuys
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. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond

Re: part combiner

2005-06-03 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] wrote: "Han-Wen Nienhuys" wrote: [EMAIL PROTECTED] wrote: - It appears that parts will not be combined when a crescendo or diminuendo is active. It should be possible to have an a due part with dynamics. they will, but the cresc and dim should be on _b

Re: lilypond 2.4.4 package on suse 9.3: dvips problem

2005-06-04 Thread Han-Wen Nienhuys
ng to get things running. That's not going to help. 2.6 will be based on the current 2.5 - send a bug report if you want it fixed. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-us

Re: part combiner

2005-06-05 Thread Han-Wen Nienhuys
vents? 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/~h

Re: How contexts fit together - doc suggestion

2005-06-05 Thread Han-Wen Nienhuys
- 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 _

Re: part combiner

2005-06-06 Thread Han-Wen Nienhuys
the events in noticed, and from there it gets passed to the function determine-split-list. That function returns a list of moments and descriptions. So I just need to change the determine-split-list function. Is that right? yes. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4a

Re: part combiner

2005-06-08 Thread Han-Wen Nienhuys
where events are stored to also contain property values. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen Ok, I think I understand most of it. Just one question, is there a method which get called before the first events are handled? That would be useful to get the

Re: Native Win32 installer font problems

2005-06-12 Thread Han-Wen Nienhuys
ve tounge is rather hard for me :D. Stefán -- 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: comparing lilypond (was Re: More pictures to manual)

2005-06-12 Thread Han-Wen Nienhuys
s/253/lab/kernnotation/ Humdrum is a rather simple format, IIRC. It would be quicker and easier to write a small python program to do the conversion directly. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond

Re: problems

2005-06-13 Thread Han-Wen Nienhuys
days. -- 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: png generation and lilypond 2.5.29-2 on winxp

2005-06-15 Thread Han-Wen Nienhuys
directory you are in. another option is that he is using a lilypond version which deletes the intermediate .ps and then tries to convert said ps to png. I've fixed this recently, I believe. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs

Re: lilypond-book problem 2.5.30

2005-06-15 Thread Han-Wen Nienhuys
? import lilylib as ly ImportError: No module named lilylib can you try .31-2 ? -- 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: Problem with LaTeX

2005-06-16 Thread Han-Wen Nienhuys
h the functionality of letting TeX compute bboxes) at the specific request of Werner. -- 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: Problem with LaTeX

2005-06-16 Thread Han-Wen Nienhuys
efault if you use TTF or OTF fonts. -- 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: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Han-Wen Nienhuys
ot of space at the the end. What papersize do you use? Can you post canzone.ly? the empty png problem is generic. The files on lilypond.org have it too. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user ma

Re: 2.5.31-2 slow on mac os x

2005-06-16 Thread Han-Wen Nienhuys
1,33 256MB mac os 10.3.9 lily 2.5.31-2 is it also slow the 2nd time you try? Does it help if you run fc-cache? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http

LilyPond 2.5.31-4 for MacOS X

2005-06-16 Thread Han-Wen Nienhuys
hi, I'm uploading 2.5.31-4 for MacOS X. This release has a kludge for the problem that LilyPond spends a long time analysing /System/Library/Fonts (something which looks like as if it is hanging). please test. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~h

Re: lilypond-book problem 2.5.31

2005-06-18 Thread Han-Wen Nienhuys
tions/LilyPond.app/Contents/Resources/lilycall.py", line 235, in ? p.wait () NameError: name 'p' is not defined just remove that line from lilycall.py -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypo

Re: lilypond-book problem 2.5.31

2005-06-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] wrote: I did it, but now I have the following: thanks, can you try .31-7 ? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: Accessing page number in markup for custom title

2005-06-24 Thread Han-Wen Nienhuys
nt? Have a look at how page numbers are done in ly/titling-init.ly -- 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: Languages other than English on the mailing list

2005-06-27 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen wrote: Werner LEMBERG writes: I second that. It was always fun to see some Dutch mails from Han-Wen or Jan which have been sent to list by accident :-) hmm, kweenie. willen we anderstalige draden, wat vinjij, hw? vantasmogories. Kunnen we kappen met het geouwehoer

Re: Languages other than English on the mailing list

2005-06-27 Thread Han-Wen Nienhuys
Han-Wen Nienhuys wrote: Jan Nieuwenhuizen wrote: Werner LEMBERG writes: I second that. It was always fun to see some Dutch mails from Han-Wen or Jan which have been sent to list by accident :-) hmm, kweenie. willen we anderstalige draden, wat vinjij, hw? vantasmogories. Kunnen we

Re: converting abc to lily?

2005-06-27 Thread Han-Wen Nienhuys
2.6x contain abc2ly and midi2ly? see http://lilypond.org/download/binaries/mingw/lilypond-tools-2.6.0.zip -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: Accessing page number in markup for custom title

2005-06-28 Thread Han-Wen Nienhuys
\on-the-fly #odd-page "333" } You cannot use the page number in the title. This is due to circularity: you would need the page number to determine the title, but the page number is determined by the page breaks, which are determined by (the height of) the

Re: Inserting multi-line text

2005-06-28 Thread Han-Wen Nienhuys
the paragraph layout it shouldn't be too difficult, although it will be hard to mix LilyPond style layout (eg. \bold, \italic) with Pango paragraphs. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user m

Re: Inserting multi-line text

2005-06-28 Thread Han-Wen Nienhuys
e Windows download. Will I have to wait for the Cygwin version to come out? Rob see lilypond-tool-2.6.0.zip in the download/binaries/mingw/ directory. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mail

Re: Inserting multi-line text

2005-06-28 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: Han-Wen Nienhuys wrote: Rob Vlasaty wrote: I would imagine you could still use Lilypond-book to place the paragraph between your scores if each score was stored in a separate music file. But that brings up the question I've asked before. How do you access Lil

Re: Autopackage: Install Fails

2005-06-29 Thread Han-Wen Nienhuys
. -- 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: Feature request - contemporary trill indications

2005-06-30 Thread Han-Wen Nienhuys
both lilypond 2.4.5 and 2.5.29, but I can't seem to find a method that works properly. Any suggestions, even for a workaround would be much appreciated. If you're willing to pay for the development, I could implement this as a small feature. -- Han-Wen Nienhuys - [EMAIL PROTECTED]

Re: Folk songs scores / tabs

2005-06-30 Thread Han-Wen Nienhuys
v2.0 (!) : http://www.lilypond.org/doc/v2.0/input/test/out-www/lily-2064019733.png I guess hammer-tab support was dropped, but I don't know if it was intentional The hammer-tab from 2.0 was a crude hack, which is why it has been dropped. This feature is available for sponsored re-implement

Re: Feature request - contemporary trill indications

2005-07-01 Thread Han-Wen Nienhuys
Erik Sandberg wrote: On Thursday 30 June 2005 13.14, Han-Wen Nienhuys wrote: If you're willing to pay for the development, I could implement this as a small feature. Hi, Is there somewhere a list of features which you are willing to implement for a fee? No. I'm willing to

Re: Detecting the Lilypond command line options

2005-07-08 Thread Han-Wen Nienhuys
-header and then read the result with ly:get-option. -- 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: Install and Running Windows Native 2.6.0

2005-07-09 Thread Han-Wen Nienhuys
ed to lilypond 2.7.1, which will be available for mac, linux and windows. Of course, you're welcome to split the cost with other sponsors, or setup a group action at fundable.org - if you like, I could link it from lilypond.org so it is more easily visible. -- Han-Wen Nienhuys - [EMAIL

Re: Cygwin install of 2.6?

2005-07-12 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen wrote: error: can't find file: `/usr/share/lilypond/2.6.0/fonts/type1//PFAPFAemmentaler-26.pfa.pfa' This file name is bogus. I thought this was fixed, possibly windows-only and not for Cygwin. Han-Wen? Sorry, can't recall the details anymore. It's al

Re: Help to unclutter the "a"

2005-07-19 Thread Han-Wen Nienhuys
finished, but I happened to be able to answer your question. you might want to consider contributing them to the LilyPond snippet repository. They're in need of more contributions. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~h

Re: GUI application API

2005-07-19 Thread Han-Wen Nienhuys
. I'd prefer the first one, and would like to use Gtk(2)). If this is possible/trivial, can you link me to the documentation/reference/ man- and infopages? try checking out the ikebana/ module from CVS. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.

Re: A lazy \clef command

2005-07-19 Thread Han-Wen Nienhuys
quot;) ...more property settings... ))) Then you have to put that in the form of a music function. -- 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: Update on Signed Trills?

2005-07-19 Thread Han-Wen Nienhuys
as one year ago (and by someone else), and a lot has changed, so I'm bringing it up again. See http://lists.gnu.org/archive/html/lilypond-user/2004-06/msg00118.html . I'm not aware of any changes in the trill. PS...at last, a job interview; Han-Wen and Jan might get donation funds f

Re: TeX and DVI output from 2.6 native Windows install

2005-07-20 Thread Han-Wen Nienhuys
oming, and I have to completely update my CJK package together with the fonts, and this means *a lot* of work. I believe that Art is referring to lilypond-book, which still works -obviously, how could we else produce the docs?- it just EPS files now. -- Han-Wen Nienhuys - [EMAIL PROTECTED] -

Re: Maximum ghostscript input filesize? Adjustable parameter?

2005-07-20 Thread Han-Wen Nienhuys
uot; utility to create the pdf, at least for this large file ... but two questions: That surprises me; Apple's PS to PDF convertor consistently crashes on Lily's PS files - which is also why MacOS version by default erases them. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4

Re: Instrument Name Spacing

2005-07-20 Thread Han-Wen Nienhuys
7; c' c' \break } } } } I searched the archives and couldn't find anything relating to this specific problem. Can anyone else reproduce this, and/or would upgrading to 2.6.x help? (I'm trying to wait until CCRMA gets a version online, but I'm not totally adverse to

Re: Instrument Name Spacing

2005-07-21 Thread Han-Wen Nienhuys
Paul Scott wrote: Han-Wen Nienhuys wrote: hi, 2.7.2 will have a \paper variable horizontaloffset, which shifts the music to the right, making place for the instrument names. As it happens, I had need for this myself just tonight. Would it be easy enough to extend that to alternating

Re: need plain PS (not PDF) output

2005-07-25 Thread Han-Wen Nienhuys
(to manipulate in Illustrator), not PDF. However, I can't determine where to put the --ps flag, and when I try to run from the command line, I get errors (can't find /users/hanwen/...lib, etc.). have you followed the instructions in the README file for running from the command line?

Re: LilyPond uses sans-serif font after 2.6 upgrade

2005-07-25 Thread Han-Wen Nienhuys
he "native" macos version. -- 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: Dead MIDI File

2005-07-26 Thread Han-Wen Nienhuys
Will Oram wrote: Is this my fault, or lilypond's? very well possible. 2.7 has had some brainsurgery. That usually has its effects -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lil

Re: need plain PS (not PDF) output

2005-07-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] wrote: Hi, Han-Wen: You can send your donations to [EMAIL PROTECTED] :-) Might just do that... =) have you followed the instructions in the README file for running from the command line? I believe so, but I get the error (it seems to be looking for your hard drive

Re: how to engrave arrow over notehead?

2005-07-28 Thread Han-Wen Nienhuys
d use that , eg. arrowUp = #(ly:wide-char->utf-8 #x2347) c4^\arrowUp where 2347 is the codepoint for arrow up. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lis

Re: convert-ly problem

2005-07-28 Thread Han-Wen Nienhuys
ing more work into convert-ly when it doesn't bring in any money. You might want to try your luck with displayLilyMusic though. With that, it should be possible to read something with \oldaddlyrics and rearrange it for \lyricsto. You could even sponsor me for writing this code. -- H

Re: LilyPond uses sans-serif font after 2.6 upgrade

2005-07-28 Thread Han-Wen Nienhuys
ynamically linked to Lily -- 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: What is the proper way of printing the current date? Also bug report

2005-07-28 Thread Han-Wen Nienhuys
se Lilypond to generate no output at all. Obviously this is caused by some strange Guile interactions that I don't understand. However, shouldn't there be a standard way of getting a formatted date in Lilypond? Or maybe there is, and I just haven't found it yet. Quaint. Can you s

Re: What's the least input into a score to get midi output added?

2005-07-28 Thread Han-Wen Nienhuys
Fairchild wrote: be fixed to accept all single quote characters interchangeably? no. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: LilyPond uses sans-serif font after 2.6 upgrade

2005-07-29 Thread Han-Wen Nienhuys
.fontconf , but then I still need to update that file with the new version number. This is red herring. LilyPond does FcConfigAppFontAddDir for its own font directories. I think you have a linking problem. Is it dynamically linked? Try otool -L on the binary -- Han-Wen Nienhuys - [EMA

Re: What's the least input into a score to get midi output added?

2005-07-29 Thread Han-Wen Nienhuys
yPond) is set by the R5RS standard. We cannot change that. In short, I think it is bad idea, and I wish people would just trust my judgement for once. -Original Message- From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 5:13 PM To: Fairchild Cc: 'Be

Re: What's the least input into a score to get midi output added?

2005-07-29 Thread Han-Wen Nienhuys
to work. PDF is made for getting accurate printout, not for transporting ascii text. -- 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: LilyPond uses sans-serif font after 2.6 upgrade

2005-07-29 Thread Han-Wen Nienhuys
Graham Percival wrote: On 29-Jul-05, at 1:53 AM, Han-Wen Nienhuys wrote: After poking around a bit, I realized the problem -- since I'm building lilypond myself in my home directory, of course the sytem-wide fontconfig won't find the lilypond fonts. I can point fontconfig at

Re: What's the least input into a score to get midi output added?

2005-07-29 Thread Han-Wen Nienhuys
Sven Axelsson wrote: From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] I think the proper thing is to add a note to the PDF docs that people should not expect cutting & pasting from the PDF to work. PDF is made for getting accurate printout, not for transporting ascii text. While I a

Re: missing term in Icking glossary

2005-07-29 Thread Han-Wen Nienhuys
nd leave it at that, but the mark "-" is in the real world composer-specific in meaning. A frank admission of that, no matter how worded, would be very nice in the glossary. I would say that this is a more universal observation. E.g. the interpretation of sfz , > and ^ also depend

Re: convert-ly problem

2005-07-30 Thread Han-Wen Nienhuys
pond isn't really promising that, or if it is, it isn't delivering very well. I'm not promising anything (read the GPL. LilyPond comes with NO WARRANTY!). Also, "At the moment" is a bit of a misnomer if you are complaining of upgrading out of files which yo

Re: Any Dutch speakers here? (tenuto)

2005-07-31 Thread Han-Wen Nienhuys
Graham Percival wrote: I've got translations for all the languages in the glossary apart from Dutch. Do people in the Netherlands use "tenuto", yes. or is there a special term? not that i know. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs

Re: convert-ly problem

2005-07-31 Thread Han-Wen Nienhuys
deal with issues like "How do I tell lilypond not to automatically assume melisma in some circumstances?", now I have to deal with "How do I find the start of the note entry given that there's no longer a '\notes' statement?" Frankly, I don't understan

Re: convert-ly problem

2005-07-31 Thread Han-Wen Nienhuys
han try to anticpate the needs of the fictional "general user". My own needs are just an inexplicable urge to perform brainsurgery on my dearest child, and write cool and nifty code. On average, I typeset two to three non-development related pieces of music per year. Hardly a itch th

Re: Gracenote spacing in 2.7

2005-08-01 Thread Han-Wen Nienhuys
t 2.7 release doesn't fix the problem? -- 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: New score, middle of the line?

2005-08-01 Thread Han-Wen Nienhuys
sponsored feature list as well, if you like. -- 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: convert-ly problem

2005-08-01 Thread Han-Wen Nienhuys
use" as a guide for what to do or not do. I hope you understand that. If you want to have your own little markers, then do myOwnLittleMarker = { } .. \myOwnLittleMarker then you can be sure that convert-ly leaves them alone. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http:/

Re: page break in markup

2005-08-02 Thread Han-Wen Nienhuys
\markup { "Page 3 stuff" } \score { \new Staff { c c c c } } } But it isn't good enough: the page breaks do indeed occur, Lily doesn't know about your page breaks, so this will not work. I'm surprised that GS doesn'

Re: Yet another vertical spacing question

2005-08-02 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: See http://lists.gnu.org/archive/html/bug-lilypond/2005-06/msg00210.html /Mats Ah, but this is a bug, really. Only the staves should be kept on the first system, but not the lyrics lines and chord names. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http

Re: Generating a score for screen display

2005-08-03 Thread Han-Wen Nienhuys
could try to cook up something for you, but this is rather fragile. For example, if the stem and note head X-position are both rounded, it might be that an upstem note gets disconnected with the stem. You can tune the vertical size by doing #(set-global-staff-size 19.985) to make the coordinate

Re: time signature above staff AND Notes instead of numbers

2005-08-03 Thread Han-Wen Nienhuys
\time 2/4 c2 \time 3/4 c2. \time 4/4 c1 } \new TimeSig { \skip 1 * 2 } \new Staff { r4 r r r4 r r r4 r r } >> -- 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: [Fwd: Command line option -e]

2005-08-03 Thread Han-Wen Nienhuys
quot; .. it won't work for the things you're trying to do, because the -e is executed before the .ly is parsed. What should happen is that default paper and staff size should be set with ly:get-option (see the settings at the top of lily.scm), so you could do lilypond -dstaff-s

Re: 2.6.2 Aborting after Element count 1640

2005-08-03 Thread Han-Wen Nienhuys
][2][Abort pluto:/hjem/lily/Chopin/op28/numero01-262 # Hi, Can you run it inside gdb and send me a stacktrace of the crash? thanks, -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond

Re: 2.6.2 Aborting after Element count 1640

2005-08-03 Thread Han-Wen Nienhuys
on't spoil your night's sleep, I can wait until much later:-) Yes, but I can't :-) can you send me the offending .ly input file? No need to trim -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user m

Re: Problem installing lilypond 2.6.1

2005-08-05 Thread Han-Wen Nienhuys
ce Autopackage otherwise. -- 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: microtonal notation

2005-08-05 Thread Han-Wen Nienhuys
tation, but that can be implemented later, as it is independent of the method of note input. I could build that. Please let me know if you want to sponsor this feature. (note: I'll be away during next week - apologies for any delays.) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4

Re: Slurs in TabStaff

2005-08-14 Thread Han-Wen Nienhuys
otes (numbers on the tabstaff), Is there any way I can force lilypond to show my slurs ? No, not at present. There was a hack in some versions of lily that I recently had to remove. I can implement this as a sponsored feature. Contact me privately if you're interested. --

Re: Getting key change alterations printed

2005-08-14 Thread Han-Wen Nienhuys
l for software in development. I don't release a new 2.7 if I can't build the website. In general 2.7 also works for input/les-nereides.ly and input/typography-demo.ly , as these have become my standard tests. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs

Re: unsolicited praise =)

2005-08-14 Thread Han-Wen Nienhuys
, regardless of their engraving process). Keep up the fabulous work! Kieren "We're Not Worthy" MacMillan. Thanks! it's not perfect yet, but we're getting there, Han-Wen "sponsor me" Nienhuys. -- Han-Wen Nienhuys - [EMAIL PROTEC

Re: LilyPond Version in PDF

2005-08-14 Thread Han-Wen Nienhuys
have grep'ed through source file and devined based on source filenames I have not been able to locate the place from where Ghostscript takes the "Creator(LilyPond)". good idea. added to CVS. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs

Re: sponsoring better tied chords?

2005-08-14 Thread Han-Wen Nienhuys
for more sponsors, I can put up an announcement on lilypond.org. -- 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: slurs and brackets

2005-08-14 Thread Han-Wen Nienhuys
around for this, but they have a slightly different shape. I can look into implementing either as a sponsored features. However, you can fake the 2nd by adding an invisible voice (see the manual for hiding notes) with analysis bracks. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs

Re: Auto-beaming in asymmetrical time signatures

2005-08-14 Thread Han-Wen Nienhuys
automated dotted bar-lines within the measure as well? No, but I'd gladly add this as a sponsored feature! Let me know when you're interested. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation

Re: Lilypond error

2005-08-14 Thread Han-Wen Nienhuys
from? -- 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: unsolicited praise =)

2005-08-15 Thread Han-Wen Nienhuys
this is a bug. I fixed this 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

collecting praise quotes for webpages?

2005-08-16 Thread Han-Wen Nienhuys
aise in separate snippets. If someone takes up that task, I will write the code to add the quotes to the homepage. -- 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: pdf display (was Re: evince doesn't display 3's)

2005-08-17 Thread Han-Wen Nienhuys
debian repositories). there have been reports with evince bugs, which were supposedly fixed in a newer release. Please search the lilypond mailing lists for more information. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

Re: Percent repeat sign

2005-08-17 Thread Han-Wen Nienhuys
e bar with a rest, and then three bars with the percent sign. However, I would like to have four bars with the percent sign, and no bar with the rest. Is there any way to do it? No. But I can add this as a sponsored feature. Contact me privately if you're interested. -- Han-Wen Ni

Price quote for better tied chords?

2005-08-17 Thread Han-Wen Nienhuys
it is contrary to the engraving conventions. -- 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

<    1   2   3   4   5   6   7   8   9   10   >