Re: Extracting header fields for use by e.g. LaTeX?

2005-11-27 Thread Han-Wen Nienhuys
ypond -H title foo.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: Fwd: Request to mailing list bug-lilypond rejected

2005-11-28 Thread Han-Wen Nienhuys
gmane address is listed. -- 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: Bum link on docs page

2005-11-29 Thread Han-Wen Nienhuys
now, hopefully. -- 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: Rehearsal mark on time signature

2005-11-30 Thread Han-Wen Nienhuys
Trevor Bača wrote: 1. Aligning to *the very first* time signature in a context seems to be a problem (eg, "Zart") even though aligning to *subsequent* time signatures works fine (eg, "Bewegt"); this may or may not be a bug and I've asked Han-Wen so we'll see what he

Re: Rehearsal mark on time signature

2005-11-30 Thread Han-Wen Nienhuys
he first person I've noticed ask about aligning true, boxed rehearsals ... though, of course, I might not have been reading the posts carefully enough!) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user m

Re: Rehearsal mark on time signature

2005-12-01 Thread Han-Wen Nienhuys
mark" c'4 c'4 \time 3/4 \mark "Second mark" c'4 c'4 c'4 } } %%% END SNIPPET % Works great on "Second mark"; I take the fact that "First mark" not working is the bug you're hunting down?

Re: different notehead sizes in one chord

2005-12-03 Thread Han-Wen Nienhuys
Bertalan Fodor wrote: Could an easier and faster way be sponsored? I could add something along the lines of \tag which would be used like < \tweak #'(style . baroque) c4 > Cost: 130 EUR (incl VAT for EU individuals) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://ww

Re: metric modulations in lilypond

2005-12-05 Thread Han-Wen Nienhuys
you're talking about the tempo markings here ? It should be doable in markup: * use \note for the notes * use \arrow-head and \line for the arrows. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user ma

Re: 2717 and up creates no pdf of old lys in macosx

2005-12-05 Thread Han-Wen Nienhuys
). Thanks, added this to the bug repository as crash-beamed-rests.ly: %crash critical %Sean Reed \version "2.7.15" \header { texidoc = "lily segfaults." reportedin ="2.7.16" } \relative c' { r16[ b r8] } -- Han-Wen Nienhuys - [EMAIL PROTEC

Re: Why aren't repeats unfolded automatically in MIDI?

2005-12-05 Thread Han-Wen Nienhuys
etc. is not done by the midi/layout backends, but by music iterators. And music iterators don't know whether midi or layout output is being produced. I'm planning to restructure the syntax of \score, \book and \midi in the 2.9 cycle so this will no longer be an

Re: MusicXML import: looking for co-sponsors

2005-12-05 Thread Han-Wen Nienhuys
Mark Van den Borre wrote: Hi all, Who would like to co-sponsor a MusicXML to Lilypond conversion script? What: A script that extracts notes and rests from a MusicXML file into a Lilypond file. Written in Python, modular, extensible. Price: I've had a €350 price quote from Han-Wen. Hi,

Re: bezier-sandwich stencil

2005-12-06 Thread Han-Wen Nienhuys
:slur (Bezier curve, Real curvethick, Real linethick) in lily/lookup.cc -- 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: Roadmap to lily code

2005-12-06 Thread Han-Wen Nienhuys
ethods. In any case, modifying values is against the spirit of functional programming, so you should use (substring .. ) anyway. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gn

Re: Roadmap to lily code

2005-12-06 Thread Han-Wen Nienhuys
tical because the prefix nature made it easy to add the # hack to LilyPond. -- 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: alternate time sigs

2005-12-06 Thread Han-Wen Nienhuys
quot;4" } } there is a + symbol in the number font nowadays, so it should work to do \number { \column { 2 4 } + \column { 3 4 } } -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing

Re: Roadmap to lily code

2005-12-07 Thread Han-Wen Nienhuys
s, I guess. I do wonder how what the impact on performance would have been. Python objects are more heavyweight than SCMs, and the Garbage Collection opened a lot of possibilities in developing Lily. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.

Re: Roadmap to lily code

2005-12-07 Thread Han-Wen Nienhuys
ot of possibilities in developing Lily. I though Python had a GC... Did I miss anything ? It didn't 7 years ago. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gn

Re: Roadmap to lily code

2005-12-07 Thread Han-Wen Nienhuys
ctive. We're have been desperately trying to flush all C++-isms down the toilet for years now :) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.o

Re: alternate time sigs

2005-12-07 Thread Han-Wen Nienhuys
n the musicians start complaining about that it's hard to realize what bars have what time signature, then you can easily print the time signatures again. That would result in incorrect spacing. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.

Re: aligning RehearsalMarks outside staff area

2005-12-07 Thread Han-Wen Nienhuys
nt ) Y-offset = Self_alignment_interface::y_aligned_on_parent -- 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: context properties within def-markup-command

2005-12-07 Thread Han-Wen Nienhuys
ODE " )) '(-3.5 . 3.5) '(-1.5 . 1.5)) )) and I want to know value of Staff.fontSize inside this macro, which in turn I want to assign to scaleFactor variable. Staff.fontSize ends up in the font-size property in PROPS. You can't access context variables from markups. -

Re: Roadmap to lily code

2005-12-07 Thread Han-Wen Nienhuys
andrea valle wrote: How much for a migration to python as a sponsored feature :-)? 5 digits. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: alternate time sigs

2005-12-07 Thread Han-Wen Nienhuys
ldn't notice any incorrect spacing. the problem is that a single beat should be spaced the same in 3/4 and 9/8. In 9/8, a beat is 3 8ths, while it is 2 8ths in 3/4. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen __

Re: switch to lilypond from finale

2005-12-08 Thread Han-Wen Nienhuys
nd of graphic stuff? Can you give examples? As always, if you find something missing from LilyPond, you can have it added through the sponsored features program, see http://lilypond-design.com/sponsor/ is better to work on a grafical software after the first edition in -- Han-Wen Nie

Re: Roadmap to lily code

2005-12-08 Thread Han-Wen Nienhuys
that the end result will be slower than the current GUILE/Scheme combo. -- 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: hi

2005-12-08 Thread Han-Wen Nienhuys
t more patient for exe files of that one. -- 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 list lilypond-us

Re: bezier-sandwich stencil

2005-12-09 Thread Han-Wen Nienhuys
list 'bezier-sandwich (list 'quote '(0 . 2) '(1 . 4) ... )) or '(bezier-sandwhich (quote ((0 . 2) (1 . 4) ... ))) I guess. You need an extra quote because the expression of a stencil is evaluated another time in the back-end. -- Han-Wen Nienhuys - [EMAIL PROTE

Re: Roadmap to lily code

2005-12-09 Thread Han-Wen Nienhuys
eep, and knowledge of the user-interface of an app doesn't necessarily help with programming it. Case in point: as a die-hard Emacs user, I still don't know how to write Elisp. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _

Re: Suggestion

2005-12-11 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: An overview of the system

2005-12-11 Thread Han-Wen Nienhuys
r dir in left, right: x += dir * spanner->get_bound (dir) ->extent (common, X_AXIS)[-direction] puts the distance between inner edges of the bounds of SPANNER in X. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___

Re: Minimum lengths of Multimeasure Rests

2005-12-12 Thread Han-Wen Nienhuys
fixed with this line. thanks. Fixed. -- 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: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
l the functions require a context as an argument. What do you mean by "current" ? Where do you need it ? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
Don Blaheta wrote: Quoth Han-Wen Nienhuys: Don Blaheta wrote: 2) Is there a Scheme function to retrieve the _current_ context? It looks like all the functions require a context as an argument. What do you mean by "current" ? Where do you need it ? The context that is enc

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
the syntax a bit, at the expense ease of entry. What do you think? -- 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: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
TRING or STRING parseStringResult = { \context Voice = \lilyvartmpc { \override NoteHead #(quote font-size) = #3 } error: errors found, ignoring music expression -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~h

Re: Custom chord suffix, no chord name

2005-12-13 Thread Han-Wen Nienhuys
rd, so long as the output is the string "Un." Any ideas? with the last 2.7 release, \chords { c:sus4 \notemode { <\tweak #'text #"foo" c>4 } c:dim7 } -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _

Music function arguments

2005-12-14 Thread Han-Wen Nienhuys
ACtually, this turned out to be trivial to do. I'm not sure why I didn't do it earlier. -- 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: jazz chords

2005-12-15 Thread Han-Wen Nienhuys
). -- 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 list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond

Re: "Controlled aleatorism" notation

2005-12-15 Thread Han-Wen Nienhuys
evert Staff.StaffSymbol #'line-count \startStaff ... Another option is to override the stencil callback for StaffSymbol. If you have problems with this, I can cook up a sponsored aleatoric example .ly , but I guess there will be lots of people eager to demonstrate their elite L1l33P0nd ski1

Re: "Controlled aleatorism" notation

2005-12-15 Thread Han-Wen Nienhuys
Andrzej Kopec wrote: Han-Wen Nienhuys writes: > > > > // \\ > > ||--|---|||- > > ||.-|---|--.|||- > > ||.-|---|--.|||- > > ||--o---|---||

Re: jazz chords

2005-12-16 Thread Han-Wen Nienhuys
Kenneth Teh wrote: You have a mechanism for defining new contexts. Would it be possible to use this mechanism for this purpose? For the price I set, I will write a new engraver, and also change the syntax slightly. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

Re: "Controlled aleatorism" notation

2005-12-17 Thread Han-Wen Nienhuys
Andrzej Kopec wrote: Han-Wen Nienhuys writes: > > Sorry for lack of clearness. I meant brackets. I was looking for some graphical object > > which can be aligned to edges of StaffSymbol independently to duration of current > > note/rest/space. Rest seems to shift s

Re: FiguredBass Bug??

2005-12-17 Thread Han-Wen Nienhuys
bar. The grace note confuses Lily. I've commited a fix 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

Re: Slurs around tuplets / tuplets inside staff - Could this be a sponsored feature??

2005-12-17 Thread Han-Wen Nienhuys
Trent Johnston wrote: Good evening all, I suppose this email is directed at Han-Wen since I am looking a possibly sponsoring a new feature. I was wondering whether slurs could be made to encase tuplet numbers. i.e. the slur would go over the number and not through the number as it does

Re: Source RPMS? ghostscript-devel RPMS?

2005-12-20 Thread Han-Wen Nienhuys
.i386.rpm. Are the *.src.rpm files available? I actually forgot which they were. it's probably easier to follow the instructions at the bottom of the install page. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~h

Re: Source RPMS? ghostscript-devel RPMS?

2005-12-20 Thread Han-Wen Nienhuys
hacked up source rpm? yup. I put the spec on lilypond.org/donwload/binaries/Fedora-4/ -- 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: Source RPMS? ghostscript-devel RPMS?

2005-12-20 Thread Han-Wen Nienhuys
was for a homebrew version of ESP GS 8.15rc[1-3]; I think the Rawhide packages obviate it. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: Source RPMS? ghostscript-devel RPMS?

2005-12-21 Thread Han-Wen Nienhuys
this approach might be a problem if you actually need gimp-print. -- 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: clef change in first bar with cue notes

2005-12-22 Thread Han-Wen Nienhuys
t;" R4.*3 | R4.*3 | R4.*3 | R4.*3 } \clef tenor \untransposed } -- 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: Hiding Tuplet Numbers / Lyrics and Barlines and the Use of Opus in the header.

2005-12-26 Thread Han-Wen Nienhuys
t behavior. Perhaps we ought to change it, but for now, the easiest is to tune scoreTitleMarkup in the \paper block see ly/titling-init.ly for inspiration. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user

Re: Hiding Tuplet Numbers / Lyrics and Barlines and the Use of Opus in the header.

2005-12-27 Thread Han-Wen Nienhuys
Trent Johnston wrote: Thanx for the hints. I've successfully hidden the tuplet numbers. The lyrics and barline question is proving troublesome... where do I put the \consists "Separating_line_group_engraver" \layout { \context { \Lyrics \consists ... } } -- Han-Wen Ni

Re: Parser questions

2005-12-28 Thread Han-Wen Nienhuys
DENTIFIER foo = \layout { .. } DURATION_IDENTIFIER foo = #(ly:make-duration ... ) -- 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: clef change in first bar with cue notes

2005-12-28 Thread Han-Wen Nienhuys
*3 | R4.*3 | R4.*3 | R4.*3 } \clef tenor \untransposed } Thanks! The clef problem is solved. How can I change the stemdirection when I do another queDuring from the same quote? I guess something like << \cueDuring ...stuff.. \context Voice=cue { \stemUp } >> Maa

Re: clef change in first bar with cue notes

2005-12-28 Thread Han-Wen Nienhuys
Stem direction changes are property settings. They are not events, and can't be caught like 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: TeX backend (font encodings in scheme)

2005-12-28 Thread Han-Wen Nienhuys
Tobias Schlemmer wrote: work. Unfortunately I do not know, if the tex backend honours the produced text metrics. It should. As the tex backend just takes the metrics from the result of running the texstr file, lily doesn't care about what encoding you use. -- Han-Wen Nienhuys - [

Re: How to print "page x of x" in the header

2005-12-29 Thread Han-Wen Nienhuys
and "page x of x" in the > header of each page of a \book using Lilypond 2.6.4. Can anyone give me > any clues? Is this likely to be easy to accomplish? > > Thanks > > Mark Hi Mark, that's not possible, currently. If you want, I can add it as a sponsored "

Re: half-stop sign

2005-12-30 Thread Han-Wen Nienhuys
arkup { \circle \musicglyph #"scripts.stopped" } -- 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 list lilypond-us

Re: Syntactic synonyms, or no?

2005-12-30 Thread Han-Wen Nienhuys
is there a reason to prefer one to the other? it saves on typing if you have many \scores -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinf

Re: When to use overrideProperty instead of override?

2005-12-30 Thread Han-Wen Nienhuys
before a normal \override is processed, it has no effect on Score.NonMusicalPaperColumn doesn't work. -- 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: Suggestion: Possible extension to tablature support

2005-12-31 Thread Han-Wen Nienhuys
d/lsd/sponsor/open-features.html The price for grace and harmonic notes are at 90 and 65 eur respectively. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gn

Re: Suggestion: Possible extension to tablature support

2005-12-31 Thread Han-Wen Nienhuys
Han-Wen Nienhuys wrote: David E. Nelson wrote: I am not sure if you have discussed this before, but why not extend tablature support in LilyPond by allowing the user to input symbols for Hi Dave, What a wonderful idea! I've added these ideas to the LilyPond sponsor ship page

Re: Roadmap to lily code

2006-01-01 Thread Han-Wen Nienhuys
ioned feel and while useful aren't particularly interesting. That's an interesting observation, given that LISP is probably older than all of the languages you mention :) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _

Re: linewidth

2006-01-01 Thread Han-Wen Nienhuys
e sponsored-features page for 130 eur. -- 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 list lilypond-user@gnu.org htt

Re: Percussion staves: news?

2006-01-02 Thread Han-Wen Nienhuys
20th century and I don't want Finale to be be more flexible than lily...:-). Han-Wen, could it be a sponsored feature? Certainly, but isn't it much easier to make new context with 1-line staves at fixed distances (see PianoStaff definition for inspiration)? -- Han-Wen Nienhuys - [

Re: Percussion staves: news?

2006-01-02 Thread Han-Wen Nienhuys
tance between the staves is fixed. They're just like cross staff beams. -- 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: ice-9/boot-9.scm issue in LilyPond 2.7.26

2006-01-02 Thread Han-Wen Nienhuys
s the directory you the .app into. -- 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: ice-9/boot-9.scm issue in LilyPond 2.7.26

2006-01-02 Thread Han-Wen Nienhuys
fiëé visuëlle wrote: Am 2006-01-03 um 02:07 schrieb Han-Wen Nienhuys: The old ice-9/boot-9.scm problem strikes again, this time with LP 2.7.26-1 on MacOS X something's obviously broken with the PATH searching. For now you can fix temporarily with LILYPOND_RELOCATE_P

Re: Changing polyphonic per-voice rest position

2006-01-03 Thread Han-Wen Nienhuys
ld add the user settable properties on the grob page as well, though. -- 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: Fonts - 2.7.26 / Windows and Fedora

2006-01-03 Thread Han-Wen Nienhuys
both versions. Yes - this is a problem. We're very busy fixing up the binary releases, please be patient for another few days. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gn

Re: Fonts - 2.7.26 / Windows and Fedora

2006-01-04 Thread Han-Wen Nienhuys
on the number of fonts installed. -- 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: Strum notation

2006-01-04 Thread Han-Wen Nienhuys
does strum notation look 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: Strum notation

2006-01-05 Thread Han-Wen Nienhuys
Stephen Torri wrote: On Thu, 2006-01-05 at 02:04 +0100, Han-Wen Nienhuys wrote: So I am looking for a notation that tells me to strum either up or down for a certain period of time. For example strum down once per beat in a 4/4 time. what does strum notation look like? Well I have found

Re: Strum notation

2006-01-05 Thread Han-Wen Nienhuys
Stephen Torri wrote: On Thu, 2006-01-05 at 14:44 +0100, Han-Wen Nienhuys wrote: - example #1 - This one uses a specific head for notes and uses typical timings (e.g. quarter notes). The direction of strumming up or down is done by a character above the note. This would be used on a

Re: User Experience Engineering

2006-01-05 Thread Han-Wen Nienhuys
If you're concerned about user-experience, I recommend you to choose between any of the following options - switch over to MacOS - sponsor the development team for Windows usability work - volunteer time to help engineer the Windows release Regards, -- Han-Wen Nienhuys - [EMAIL PROTEC

Re: lilypond-user Digest, Vol 38, Issue 17

2006-01-05 Thread Han-Wen Nienhuys
team never bother bothers to read the lilypond-user mailing list, let alone participate in discussions. Can we have either informative input or blissful silence? Thanks. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lil

Re: lilypond-user Digest, Vol 38, Issue 17

2006-01-05 Thread Han-Wen Nienhuys
for such work, since it implies I make more money off lily than I need for myself. Sadly, this is not the case right now. I'm not interested in being a cheerleader or a yes-man. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~h

Re: A simple diagram of a .ly file?

2006-01-07 Thread Han-Wen Nienhuys
y format is actually very much free-form, and that you are merely listing 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

Re: GNU clarification

2006-01-09 Thread Han-Wen Nienhuys
g the GNU GPL, a license, with the GNU project. The output of Lily is not GPL'd, so you're free to do with that as you please. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypo

Re: Install 2.7.27 on Linux

2006-01-09 Thread Han-Wen Nienhuys
ost importantly, their development team does not take our complaints in the least bit serious. The fact that it seems impossible to compile autopackage without autopackage itself (ie. it's not possible to cross compile it) was the straw that broke the camel's back. -- Han-Wen Nienhuys - [EM

Re: feature request: semi-automatic vertical spacement

2006-01-10 Thread Han-Wen Nienhuys
Nicolas Sceaux wrote: Han-Wen, It turns out that manually setting vertical spacement tweak is way too fragile. They are easily broken when changing LilyPond version for instance. Or if one set manually all tweaks, and then is told: "could you make margins a bit larger, or use another font

Re: User Experience Engineering

2006-01-10 Thread Han-Wen Nienhuys
#x27;t, at least not in the windows department. The focus of the past weeks has been on getting a unified build environment. In practice this means that binaries will be available very quickly after a release is announced, and for all platforms at the same time. -- Han-Wen Nienhuys - [EMAIL

Re: Syntactic synonyms, or no?

2006-01-11 Thread Han-Wen Nienhuys
Erik Sandberg wrote: Also, there are some limitations with the \with construct (for example, \consists bugreport please. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user

Re: lilypond-user Digest, Vol 38, Issue 17

2006-01-11 Thread Han-Wen Nienhuys
Erik Sandberg wrote: Lilypond doesn't ship with an editor on the Windows platform. The probably it actually does. It's called lilypad. It's comparable to notepad, functionality-wise. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs

Re: Inputting special symbols

2006-01-11 Thread Han-Wen Nienhuys
2. Remove a space where the user wants one I think this is Pango's doing. -- 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: semi-automatic vertical spacement

2006-01-11 Thread Han-Wen Nienhuys
g the pagelayout to do both automatic stretching and absolute positioning? Regards, -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com ___ lilypon

Re: Grand Unified Binaries: 2.7.27 release 3 available

2006-01-13 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: Grand Unified Binaries: 2.7.27 release 3 available

2006-01-13 Thread Han-Wen Nienhuys
John Wiedenhoeft wrote: It should also work if you're a normal user. ~/bin/ is in the PATH in most distributions, isn't it? I thought so. But obviously its not the case on my system. Where can I see which paths are in and which not? do echo $PATH in the terminal window -

Re: Grand Unified Binaries: 2.7.27 release 3 available

2006-01-13 Thread Han-Wen Nienhuys
John Wiedenhoeft wrote: Am Freitag, den 13.01.2006, 11:12 +0100 schrieb Han-Wen Nienhuys: sh ~/Dokumente/Software/Linux/lilypond-2.7.27-3.linux.sh okay, I got it: sudo sh /path/to/my/downloaded/files/lilypond-2.7.27-3.linux.sh with this command you get an installation that works the

Re: feature request: semi-automatic vertical spacement

2006-01-15 Thread Han-Wen Nienhuys
ame string. If this is being done, what about a user definable function for making the normal output files? why? (the same goes for Nicolas' request, btw.) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilyp

Re: Fonts in 2.7 (bug?)

2006-01-16 Thread Han-Wen Nienhuys
g? there was a bug in the fondu install routine, so it didn't get shipped. Can you try 2.7.27-5 ? -- 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: Fonts in 2.7 (bug?)

2006-01-16 Thread Han-Wen Nienhuys
andrea valle wrote: Thanks Han-Wen, it seems it's ok. In any case, I am a bit confused. If a change the font-name in make-pango-font-tree it seems that sometimes it's successful, sometimes no. What does it depend on? Maybe the question is: What does it mean "Any font can b

Re: lilypond-user Digest, Vol 38, Issue 17

2006-01-16 Thread Han-Wen Nienhuys
alanvw wrote: PS I would like to hear from others who use Notepad++ and a comment from Han. (the name's Han-Wen, not Han). it looks interesting, since it can be compiled under MinGW as well. However, It also looks like it might be a bit heavyweight for our purposes. The binaries wei

Re: feature request: semi-automatic vertical spacement

2006-01-17 Thread Han-Wen Nienhuys
simply setting the Y-offset of the respective Staff.VerticalAxisGroup. I plan to start this work on page layout early next week. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www

Re: feature request: semi-automatic vertical spacement

2006-01-17 Thread Han-Wen Nienhuys
for a particular layout tweak? -- 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 list lilypond-user@gnu.org

Re: parallel versus series scoring

2006-01-20 Thread Han-Wen Nienhuys
stribution. Wouldn't it be better to store the voices in different variables? It would be nice to check whether the lengths of all bars are equal. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-user mailing lis

Re: markup free positioning?

2006-01-22 Thread Han-Wen Nienhuys
onCheck = #off"? much thx. Felix p.s. i try to write some education-paper and dont like latex for only a few text-samples Why don't you put them in the same \markup ? \markup { abc \translate #'(something) hij } and translate to make hij overlap

Re: markup free positioning?

2006-01-22 Thread Han-Wen Nienhuys
e weitere Kosten vom PC zum PC: http://messenger.yahoo.de -- 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: markup free positioning?

2006-01-23 Thread Han-Wen Nienhuys
Felix Hammer wrote: Am Sonntag, 22. Januar 2006 21:24 schrieb Han-Wen Nienhuys: Please keep discussion on the list. try #(def-markup-command (with-dimensions layout props x y arg) (number-pair? number-pair? markup?) "Set the dimensions of @var{arg} to @var{x} and @var{y}."

Re: parallel versus series scoring

2006-01-23 Thread Han-Wen Nienhuys
ice2verse2 = concatenate { ..and more notes }; Hey, that's a neat idea. We could append to variables iso. overwriting, if they have been defined before, \parallelMusic #'(a b) { c | d | c | d } \parallelMusic #'(a b) { p | q } -> a = { { c c } p } b = { { d d } q } -

Re: right and left-align

2006-01-25 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: If you read the documentation carefully, you will notice that center-align does something completely different than right-align and left-align. It seems like a very unfortunate choice of command names. suggestions welcome. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http

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