Re: Glissando notation?

2007-01-31 Thread Han-Wen Nienhuys
Scheme code. Beyond do you mean \consists "Foo_engraver" ? It might make sense to mangle those names, so we have uniform, scheme style naming for that too. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notati

Re: How to change spacing between accidentals?

2007-02-01 Thread Han-Wen Nienhuys
Mats Bengtsson escreveu: > As far as I can understand, you are talking about the placement of the > accidentals within the key signatures, right. In that case, I don't > understand > why Han-Wen referred you to the mailing list, since that spacing is hard > coded in the implem

Re: RSS/Atom feed for new releases?

2007-02-02 Thread Han-Wen Nienhuys
ing to lilypond (eg. versiontracker.com); You could subscribe to their feeds. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com ___ lilypond-user mailing

Re: Isn't gs supposed to have an extention like .exe?

2007-02-03 Thread Han-Wen Nienhuys
that this is an > executeable file (I presume its ghostsscript)? When compilinmg with It's an error, caused by an upgrade of the Ghostscript package. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Mu

Re: First attempt with Lilypond - TeX compatibility problems?

2007-02-04 Thread Han-Wen Nienhuys
ing a binary from http://lilypond.org/web/install 2.2 is over 2.5 years old. That's prehistoric, on the LilyPond timescale. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation ht

Re: Reorganizing the contents of the \paper block

2007-02-07 Thread Han-Wen Nienhuys
therefore are in the \paper block. Perhaps better names can be found for paper/layout; suggestions appreciated. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com ___

Re: Reorganizing the contents of the \paper block

2007-02-07 Thread Han-Wen Nienhuys
Trevor Bača escreveu: > On 2/7/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: >> Trevor Bača escreveu: >> >> > >> > I wouldn't ask except for the fact that I've now been laying out score >> > very successfully with lily for going on t

Re: Reorganizing the contents of the \paper block

2007-02-07 Thread Han-Wen Nienhuys
ariables that are score-wide may be put in the inner scope. If that confuses you, it might be a better idea to rename \layout and \paper to better reflect this. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notatio

Re: Reorganizing the contents of the \paper block

2007-02-07 Thread Han-Wen Nienhuys
Trevor Bača escreveu: > Question for anyone who can answer: are there *any* settings that > *can* go in a score-level \layout block but *can not* go in the > top-level \paper block? No, not that I know. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond

Re: Reorganizing the contents of the \paper block

2007-02-07 Thread Han-Wen Nienhuys
is nested at runtime: if a lookup in \layout of a \score fails, it is looked up in the \paper{} of the enclosing \book block. (in a lot of cases, the \book block is implicit, and supplied by lilypond) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design

Re: Reorganizing the contents of the \paper block

2007-02-08 Thread Han-Wen Nienhuys
Trevor Bača escreveu: > (If I'm getting something factually incorrect, somebody please correct me.) No, this is correct, albeit a bit more wordy than how I would phrase it. :-) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code f

Re: Reorganizing the contents of the \paper block

2007-02-08 Thread Han-Wen Nienhuys
Trevor Bača escreveu: > On 2/7/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: >> Trevor Bača escreveu: >> >> > Right now both list 1 and list 2 will just be put together into the >> > outside-of-score (\paper) bucket. >> > >> > But it seems

Re: Reorganizing the contents of the \paper block

2007-02-08 Thread Han-Wen Nienhuys
cks out and leave them as free-standing > elements within a \score. But this is a sidenote until we consider > whether collapsing \paper and \layout even makes sense.] No, I think that in this case, the \context definitions have to go into \settings as well, ie. in the \book wide settin

Re: Reorganizing the contents of the \paper block

2007-02-08 Thread Han-Wen Nienhuys
could > do where. See > http://lilypond.org/doc/v2.4/Documentation/topdocs/out-www/NEWS.html This was not because of clarification, rather to have a place to put page settings in. 2.4 also was the 1st release to have page breaking. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.

Re: lilypond-book --pdf doesn't work for me

2007-02-08 Thread Han-Wen Nienhuys
send me a sample .lytex file? you need to have --pdf as an option to lilypond too. Isn't it doing this automatically ? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com __

Re: get an accidental to not print

2007-02-10 Thread Han-Wen Nienhuys
i write "cis" but don't > want it to print the accidental? > I think this is not possible; might be mistaken though. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com

Re: Catching error messages

2007-02-12 Thread Han-Wen Nienhuys
hat, or something pretty close. It can be pretty > useful. I might write a page for the docs regarding batch processing. > The main problem, of course, is that this is OS dependent. > > If I were to do that, where would be the best place to put it? Two > places come to mind -- first,

Re: Catching error messages

2007-02-14 Thread Han-Wen Nienhuys
Cameron Horsburgh escreveu: > On Mon, Feb 12, 2007 at 12:09:39PM +0100, Han-Wen Nienhuys wrote: > >> don't; -dlog-file=foo is the recommended method. -dseparate-log-files if >> you need multiple logs. > > I might have this wrong, but I have problems with each of t

Re: File fails prooperty type check

2007-02-14 Thread Han-Wen Nienhuys
> in response to the line: > > \override Glissando #'breakable = ##t > > #'breakable isn't listed in the Program Reference and the output isn't > affected if I comment it out. Am I right in thinking it's safe to > delete that line? 2.1

Re: lilypond info file compilation

2007-02-15 Thread Han-Wen Nienhuys
; on the files before they are packaged, but this > is kind of an ugly solution. > > Quentin > Hi, Lilypond uses images in the info files. You should be installing the info files with it's accompanying 400-odd PNG files. Then, putting it into a subdirectory does make s

Re: A-Play - a New Shell for LilyPond

2007-02-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] escreveu: > We have the following statement: A-Play is a freeware GNU documentation or > application according to your liking. CAn you clarify? Does this mean that the source for A-Play is available? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~

Re: fontconfig

2007-02-21 Thread Han-Wen Nienhuys
ed working? (.16 is unlikely. We did change Fontconfig in 2.10.17) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com ___ lilypon

Re: \flageolet too big

2007-02-24 Thread Han-Wen Nienhuys
Werner LEMBERG escreveu: > >> but if you change the syntax it work good >> >> F = ^\markup { \fontsize #-3 \musicglyph #"scripts.flageolet" } > > Thanks. However, this is no longer an `articulation' because of the > `^'. > > Han-Wen? \

Re: LilyPond is hosed! Any suggestions?

2007-02-24 Thread Han-Wen Nienhuys
gt; Nothing! None of them generate now. > Help! I can't live without LilyPond. :) downgrade to an earlier version. I'll post a 2.10 which should fix this. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ li

Re: LilyPond is hosed! Any suggestions?

2007-02-25 Thread Han-Wen Nienhuys
y on 2.10.13 (but I've gone back as low as the > 2.8 branch with no luck.) Thanks! I don't understand: are you saying, that after being successful with 2.10.13, installing 2.10.19, erasing .19, and reinstalling .13, then .13 doesn't work anymore? -- Han-Wen Nienhuys - [EM

Re: LilyPond is hosed! Any suggestions?

2007-02-25 Thread Han-Wen Nienhuys
release, which is retained if you up/downgrade. This should be fixable by deleting ~/.font* (use with care if you have fonts stored in ~/.fonts ) See what was changed recently with ls -ltra ~/ -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___

Re: LilyPond is hosed! Any suggestions?

2007-02-25 Thread Han-Wen Nienhuys
Han-Wen Nienhuys escreveu: > Darren Nelsen escreveu: >> Not exactly. Here's the sequence of events: >> >> I was on a working version of 2.8. Fine. Upgraded to 2.11. Fine. Noticed >> some formatting issues on 2.11. Went for 2.10.19... got the font errors >>

Re: Center-aligning objects in Scheme

2007-03-12 Thread Han-Wen Nienhuys
ere is no further reply I will submit it to LSR with a short explanation of how (I think) it works. don't forget to replace the constants with appropriate vairables (X , Y , LEFT , RIGHT etc.) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all

FISL 8 presence!

2007-03-17 Thread Han-Wen Nienhuys
Hi everyone, as it looking now, I will be at FISL in Porto Alegre, Brazil again this year, as part of the Google team. If you're in the neighborhood, do drop by! http://fisl.softwarelivre.org/8.0/www/ -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~h

Re: Why -dshow-available-fonts doesn't list "Times Italic"

2007-03-17 Thread Han-Wen Nienhuys
m. Solution: use fondu to extract fonts to separate .ttfs yourself, and put them in the ~/.fonts directory. -- 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: rest merging (willing to sponsor)

2007-03-21 Thread Han-Wen Nienhuys
ldn't be hard to (optionally) delete all but one rest when a special option is set. -- 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: 2.11.21-1 for PPC

2007-03-26 Thread Han-Wen Nienhuys
e than usual. However, I need a more detailed report than this. -- 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: 2.11.21-1 for PPC

2007-03-27 Thread Han-Wen Nienhuys
c/brigadoon waterhorse$ file /usr/local/lilypond/usr/bin/lilypond /usr/local/lilypond/usr/bin/lilypond: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), stripped -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all

Re: Why -dshow-available-fonts doesn't list "Times Italic"

2007-03-30 Thread Han-Wen Nienhuys
do the "expand TTF files" procedure for the first run. Patches thoughtfully considered. -- 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: [monique.combescure] mon message d'erreur:

2007-04-13 Thread Han-Wen Nienhuys
Bom dia pra tudos, this is an interesting error message, but need to have the exact version number of the binary involved. Could this be 2.11.22 ? I did some major restructuring in GUB, which might have messed up some of the binaries. Regards, Han-Wen 2007/4/13, Valentin Villenave <[EM

Re: Varying shape note heads varying by semitone

2007-04-23 Thread Han-Wen Nienhuys
age of everything being included in one variable, but the disadvantage of requiring slightly more complicated functions. For examples, see Twinline or kevin in this page: -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypon

Re: Measure number collision

2007-04-24 Thread Han-Wen Nienhuys
m and the bottom of a flat (also between the stems and the middle of a natural). I think it would be hard to write macros to approximate strokes with lines. My suggestion is to render the outside contour as a coarse bitmap, and then use potrace to generate a simple curved representation. --

Re: regression test images in Safari

2007-05-01 Thread Han-Wen Nienhuys
e rendering engine used by Safari) -- 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: regression test images in Safari

2007-05-02 Thread Han-Wen Nienhuys
D]>: On May 1, 2007, at 5:39 PM, Stan Sanderson wrote: > > On May 1, 2007, at 3:54 PM, Han-Wen Nienhuys wrote: > >> I suspect this related to language settings. Try setting your >> preferred languages to english. >> >> 2007/5/1, Bruce McIntyre <[EMAIL PRO

Re: Can Lilypond export separate pdfs?

2007-05-03 Thread Han-Wen Nienhuys
than > 2.0 was. That's funny. Have you been using system-count or restricting where the line and page breaks occur? I think you misread. These are 80 1-2 page pieces, with no combined page breaking, inside a lilypond-book document. Jan did complete rewrite of lp-book in lilypond a

Re: interrupted notes

2004-04-20 Thread Han-Wen Nienhuys
performer_ is a garbage collected Scheme object, which means that this statement will randomly dump core. Besides, audio-items don't have Scheme properties, and this makes the wrong impression that they do. Just store what you need to store in the C++ object. Anyway, it's great t

horizontal spacing with negative value?

2004-05-11 Thread Han-Wen Nienhuys
r extra spacing. > > My question: > How is it possible to get this spacing with a negative value? > > ( #'padding = #-1 doesn't work. )-: > > Or isn't it possible? I think it's not possible. Unfortunately, the spacing engine has little possibili

Re: Screwed-Up MIDI

2004-04-28 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > \partcombine, and writing \tuning instead of \transposition for fixed. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] h

Re: Base class for grobs and music_elements

2004-05-05 Thread Han-Wen Nienhuys
ode, we can attach a baseclass on top of it. I know cut & paste is in bad style, but in my experience it is more efficient to think about code sharing after the code is written. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen

[no subject]

2004-05-06 Thread Han-Wen Nienhuys
not on chords that happen at the X position. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

I can crash 2.2.1 on Debian Woody!

2004-05-18 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Howdy! > > I have a smallish .ly file that will crash lilypond 2.2.1 on Debian Woody. > Is this a bug or is there somthing wrong with the source file. It parses > without any other errors or warinings. fixed in CVS. -- Han-Wen Nienhuys | [

Re: Some questions from a novice

2004-05-25 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > [following manuscript breaks] > > Anything very wrong with this way of doing things? not that I can see: it's how I enter music myself too. It makes correcting mistakes very easy. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.

Re: Flat beams

2004-05-28 Thread Han-Wen Nienhuys
ost correct, \override Beam #'slope-limit = #0 > > Sorry for being such a newbie to this program. as you can see, even the seasoned users get it wrong sometimes :-) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen

Help getting started

2004-05-31 Thread Han-Wen Nienhuys
The manual sais to No, you have a good point. I just realized that there is some brokenness in the way that 2.3 switches note names. > The point of this all: is it possible making anything work without browsing > through the endless tutorials on the web, and memorizing things like #(ly:

Re: Help getting started

2004-06-01 Thread Han-Wen Nienhuys
structure of a ly file is a good one. Unfortunately, it's exactly the thing which is in the biggest flux right now in 2.3. Nevertheless, you can find a formal definition of the syntax in the source code, lily/parser.yy. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Help getting started

2004-06-03 Thread Han-Wen Nienhuys
ot;\context" - (this is > present, but it has a link to Piano Staves, for some reason). This is a task that doesn't require all that much knowledge of how Lilypond works. Someone just needs to plow through Documentation/user/*.itely (in the source archive) and add lo

Re: Help getting started

2004-06-04 Thread Han-Wen Nienhuys
reflect my changes. What am I doing wrong? try doing make in Documentation/user the change should be reflected in Documentation/user/out/lilypond.info. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Help getting started

2004-06-04 Thread Han-Wen Nienhuys
s. Hurrah! > *downloads the latest stable version and gets to work* Could you do it with the latest devel version? Preferably CVS. In the interest of the quickest developmen and bringing a new stable branch out asap, we try to work on the devel branch. Generally, we

mup2ly problems

2004-06-07 Thread Han-Wen Nienhuys
; NameError: name 'h' is not defined > # > > Any ideas? > > Wolfgang which version of python do you run? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing

Re: Kneed cue-notes

2004-06-08 Thread Han-Wen Nienhuys
le, I get a few programming error messages and > completely weird output (don't you get this also?). I have added a bug report > to our database; I'll let you know when the bug is fixed. try doing it in a PianoStaff. > http://lists.gnu.org/mailman/listinfo/lilypond-user --

Re: feathered beams

2004-06-14 Thread Han-Wen Nienhuys
be so difficult to add an extra slant for each beam. The bad news is that the code is rather intricate, since it has to deal with a lot of cases. If you're going to try this, you might first want to tackle the /* TODO: should not make beams per stem, but per Y-level.

Re: feathered beams

2004-06-14 Thread Han-Wen Nienhuys
n 2.0.0, so things may have changed since then. We'd love to have a small example of this, for our tips & tricks document. Could you could code one up for us? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen __

Re: Time

2004-06-15 Thread Han-Wen Nienhuys
these 2 software > although one is for music, another for rendering 3d scenes. The similarity is not a coincidence. A long time ago, I wrote a raytracer (it was called called Rayce), whose syntax was largely compatible with PoV. I re-used the setup from Rayce for parsing when I started doing l

Problems with lilypond-book after upgrade

2004-06-16 Thread Han-Wen Nienhuys
tal clear instruction, I finally know what to do! -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Kneed cue-notes

2004-06-17 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Hi Han-Wen, > > That was what I initially thought, that it would only work on PianoStaff's > only. > On my initial question I got the anwer that it would work on other staffs as > well!! It should work, but only if you have no spanners (beams,

What properties should I set?

2004-06-18 Thread Han-Wen Nienhuys
ut how can I figure out that setting > midiInstrument makes sense in (and only in?) a Staff context? > > Please let me understand the structure. MIDI contexts are undocumented, currently. (sorry.) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://

User-defined messages in .ly compilation output?

2004-06-18 Thread Han-Wen Nienhuys
gt; file.ly:2:14: warning: Junking event: `KeyChangeEvent': > \key d \majo > r Jan's try is a 1st start, but outputs the message during the parse. I think you're looking for \applycontext #(lambda (x) (display "HI THERE")) See also "Con

[svoboda@mandal.lti.cs.cmu.edu] Lilypond Comments!

2004-06-21 Thread Han-Wen Nienhuys
the language? Or can it be done > somehow? This should be possible, but I recall there being bugs. Erik S. knows the details. > ---> I believe you can specify durations for syllables...could I > specify the rhythm of a melody in the \lyrics co

Re: TextSpanner padding

2004-06-21 Thread Han-Wen Nienhuys
should be #2.5. With #'2.5, I think > you're telling Lilypond you have symbol called "2.5"; and I'm pretty > sure that would be an illegal symbol name. No; '2.5 means (quote 2.5) Numbers, like strings and booleans can be quoted freely. '2.5 eval

Re: [svoboda@mandal.lti.cs.cmu.edu] Lilypond Comments!

2004-06-22 Thread Han-Wen Nienhuys
sorry, late at night, and poor reading. No, this is not possible, unless you're prepared to do some really funky Scheme coding. > > Erik -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user

Re: Methods of working

2004-06-25 Thread Han-Wen Nienhuys
lly, I don't even use point-and-click. I enter each polyphonic line separately, matching linebreaks in the manuscript and the .ly source (this helps debugging a lot). I also use plenty octave and barchecks. During debugging, I only process the voice I'm entering, and leave out the others

Re: Making a lilypond-book

2004-06-25 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Right. Full path is ~/tchai_op35/mvmt1/defs.ly, as is for all the other can you see what happens if you do \include "defs.ly" iso. \include "/defs.ly" -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http:

not-latin lyrics [WAS: pending LilyPond removal from debian release ?]

2004-06-25 Thread Han-Wen Nienhuys
you do find some time, I seem to remember that you once made a > Chineese children's song; it would be great to have something like > that as an example of using non-latin languages. IIRC, it was actually Werner Lemberg, who is married to a Chinese woman. -- Han-Wen Ni

choral voice part splitting

2004-06-27 Thread Han-Wen Nienhuys
ingle soprano line. > Since the parts split so infrequently, it does not seem the best approach to > enter the notes as if it were an eight voice composition. The example morgenlied (input/mutopia/F.Schubert) has an example of this in the first system. -- Han-Wen Nienhuys

crash-axis-group-engraver

2004-07-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Added this to repository as crash-axis-group-engraver.ly I fixed this in CVS - but I couldn't find the bug in the repository. Am I missing something? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl

setting duration

2004-07-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > No errors, it just doesn't do anything. are you sure that the functions are called? (try adding (display "hi\n") statements) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen __

Re: Good job on Lilypond

2004-07-04 Thread Han-Wen Nienhuys
(flup to mailing list) [EMAIL PROTECTED] writes: > Thanks for the response. It has been a help. See additional comment below. > > Han-Wen Nienhuys wrote: > > > [Snip] > > > >I'm sorry - I have trouble with connecting your idea with how lily > >works.

Beam damping - again

2004-07-07 Thread Han-Wen Nienhuys
oes probably not have to integer. You can change this by changing teh definition for damping from ,integer? into ,number? in scm/define-grob-properties.scm -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ l

Re: [svoboda@mandal.lti.cs.cmu.edu] Lilypond Comments!

2004-07-07 Thread Han-Wen Nienhuys
to the > given position. I can imagine that this kind of information could be easily > exploited in a randomly chosen editor. > > Jan or Han-Wen, is such a '--parse-position-only' option easily programmable? No - I think it would be almost impossible. -- Han

nested repeats

2004-07-16 Thread Han-Wen Nienhuys
6. > music notes to first ending :| this ending played *3 :| and this is the > final ending > > I've read throught the documentation but I don't see anythng like this > described. No, you're right. The best would probably be to use manual repeat commands. (che

Semi-globally changing fonts

2004-07-18 Thread Han-Wen Nienhuys
> I tried including the same in a Scheme block but that didn't work. I have included in the 2.3 release a font-postscript.ly which shows how to do this. It should also work in 2.2 -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen __

Re: LilyPond 2.3.7 is out

2004-07-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Can you add 2.3.7 to Fink so that we MAC users could install it? Can you contact Matthias Neeracher? He is our Mac man. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilyp

lily pond note interface

2004-07-22 Thread Han-Wen Nienhuys
he website. But I think I came to a horrifying conclusion that you have to > "program" your notes in Lily Pond. > > That's CRAZY Yes! As the saying goes, A sick mind in a sick body (I just need to catch some germs) -- Han-Wen Nienhuys |

Stem beamed-lengths ?

2004-07-24 Thread Han-Wen Nienhuys
but it doesn't see to do anything. interesting! Can you post a short example of your problem, with the tweak you tried? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED

Remove page number

2004-07-24 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > I'm a newbye in lilypond and I have same problems with page layout > > 1 - How do I remove the page numbers int lilypond 2.3.x?? fixed in cvs, \bookpaper { printpagenumber = ##f } > 2 - How do I change margins? Pedro is working on that, I b

How to change 'line-count along the way

2004-07-24 Thread Han-Wen Nienhuys
ure I understand the question. Do you want to switch off staff lines individually? That's not possible at the moment, but you could add code for that. See staff-symbol.cc -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen

dotted phrasing slur?

2004-07-25 Thread Han-Wen Nienhuys
chubert/ . It has an example of what you want. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Problems with remove page numbering

2004-07-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Now I have compiled the last version of Lilypond (2.3.8), but the > problem continue... you need 2.3.9 (when it is released) or CVS. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.n

note tweaks for variations in small size

2004-07-27 Thread Han-Wen Nienhuys
aff-position)) ) (if (and (memq 'note-head-interface ifs) (= pos sp)) (set! (ly:grob-property grob 'font-size) size \score { \relative c' { c \applyoutput #(set-position-font-size -2 4) }} -- Han-Wen Nienhu

Band parts - a newbie's view

2004-07-28 Thread Han-Wen Nienhuys
d how do I go about "fixing" them? 2.2 is only open for serious problems for which there are no work-arounds. Try the 2.3.x branch, which is open for development. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen __

Re: Stem beamed-lengths ?

2004-07-29 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > On Sat, Jul 24, 2004 at 10:43:21PM +0200, Han-Wen Nienhuys wrote: > > > > [EMAIL PROTECTED] writes: > > > Howdy! > > > > > > I have some collisions between a beame inner voice and an outer voice > > > and I need

Re: help

2004-07-30 Thread Han-Wen Nienhuys
get the new windows users to get acquainted with lily through its wizard for score creation, I suspect that we could get even more people hooked. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypo

eszet and y dieresis mixed up in ec*.pfa

2004-07-30 Thread Han-Wen Nienhuys
y the solution I am hoping for... in 2.3.9, you can do \paper { inputencoding = "latin1" } which should fix this. (I suspect that "y will disappear, as it's not present in the ec font.) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen

scorditura (or "string-specific transposition")

2004-08-01 Thread Han-Wen Nienhuys
test/smart-transpose for inspiration. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: slurs, ties into and out of endings

2004-08-02 Thread Han-Wen Nienhuys
2[ e8 d b']) r8 g( g a) % second > ending can we have a small (as small as possible) example of this situation for the manual? Thanks! (bonus points if you put in yourself :-) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___

Bus Error w/ Line Breaking

2004-08-16 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Don't pull something like this: > s2. | s2. | \appoggiatura s8 s2. | s2. | \break > > Or you'll get this: > Calculating line breaks... Bus error can you send a full bugreport? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | htt

Re: minimumVerticalExtent.ly again

2004-08-17 Thread Han-Wen Nienhuys
e minimum which is plain wrong. Of course; \overrides need to occur at the start of the respective spanner. Anyway, as I tried to tell you, minimumVerticalExtent is syntactic sugar, so using \override also doesn't solve your problem -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: minimumVerticalExtent.ly again

2004-08-18 Thread Han-Wen Nienhuys
I remember answering this one earlier. You can use the hack in piano-staff-distance.ly - setting minimum-Y-extent instead of forced-distance. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mai

Help Wanted: LilyPond templates chapter

2004-08-22 Thread Han-Wen Nienhuys
e template chapter. Ideally, each template should not take more than 1 page of LilyPond code. Please consider helping out. I and your fellow LilyPond users will be very thankful! -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.

Re: another fingering question

2004-08-23 Thread Han-Wen Nienhuys
mechanism whereby fingering > can be added automatically? For example, " bes' " would always > automatically be fingered "1" (brass players will recognise a transposed > Bb :-) No, but I can code it up for you,

Re: another fingering question

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > In message <[EMAIL PROTECTED]>, Han-Wen Nienhuys > <[EMAIL PROTECTED]> writes > >[EMAIL PROTECTED] writes: > >> > > >> >^ and _ are provided as a shorthand for: > >> > > >> > \override Script

Re: Midi2ly Was: Re: Finale for Linux?

2004-08-27 Thread Han-Wen Nienhuys
ls like me, Python is much better, because I have no time to search for knacks. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: compatible with Windows 98 ?

2004-08-27 Thread Han-Wen Nienhuys
gt; are used in the implementation of LilyPond. should we add a note to the webpages about this? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/m

beaming beats over rests

2004-08-28 Thread Han-Wen Nienhuys
Running LilyPond failed. Rerun with --verbose for a > trace. Can you send a bugreport for this case? Thanks. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] ht

Re: Double scripts and slurs

2004-09-03 Thread Han-Wen Nienhuys
heck in multiple reputable scores, and -if necessary- apply changes to the script.scm file. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

<    5   6   7   8   9   10   11   12   13   14   >