Re: How to make different horizontal spacing for each staff?

2007-09-14 Thread Valentin Villenave
2007/9/14, Vít Reichel <[EMAIL PROTECTED]>: > There is no need for compressing music as the number of eighth notes in both > staves is the same. The problem is that I would need regular intervals between > the sixteenth notes. Oh, I understand now! This is indeed tricky; the Spacing_engraver, and

Re: GDP: fourth rearrangement

2007-09-14 Thread Valentin Villenave
2007/9/14, Graham Percival <[EMAIL PROTECTED]>: > As Valentin said; the markup commands are even more of a reference. > Hmm... actually, what about moving these into an Appendix? Agreed, but if we do, we'll have to improve the actual markup manual section, so that users only exceptionally have to

Re: GDP: six

2007-09-14 Thread Valentin Villenave
2007/9/14, Juergen Reuter <[EMAIL PROTECTED]>: > Ancient notation _could_ be split genre-wise into two separate chunks > "Gregorian Chant" and "Mensural Notation". However, for a _reference_ > manual, I think it is ok as it currently is (e.g. having a single section > on ligatures rather than sep

Re: GDP: fourth rearrangement

2007-09-14 Thread Valentin Villenave
2007/9/14, Graham Percival <[EMAIL PROTECTED]>: > Err... why? What's the difference between looking at a list of markup > commands in section 8.1.8 or 1.8.3 or Appendix M ? There's none. Appendix aren't meant to contain daily vital stuff, that's all :) > I mean, yes, we plan on improving all se

Re: GDP: six

2007-09-14 Thread Valentin Villenave
2007/9/14, Graham Percival <[EMAIL PROTECTED]>: > > o 1.7 Educational use (or "increasing readibility" ?) > They make the music easier to read. Again, I'm not wild about the > section name, as you can tell from the (?) in the name. > I'm quite happy with having a section that includes those

Re: "Volta with text" snippet needs font correcting

2007-09-14 Thread Valentin Villenave
2007/9/15, Perry Gilfillan <[EMAIL PROTECTED]>: > This was my first effort to post a snippet after searching for > solutions to the various formatting issues. I've gone over it again > and would appreciate any further comments. Great to hear from you Perry :) It's perfect. Your snippet was alre

Re: GDP for kids :)

2007-09-16 Thread Valentin Villenave
Hi everybody, This week's new episodes: http://valentin.villenave.info/lilypond/sketchbook/tuplets_eng.png http://valentin.villenave.info/lilypond/sketchbook/languages_eng.png As usual, the source files are in the folder http://valentin.villenave.info/lilypond/sketchbook/sources/ Hope you guys

Re: On popular demand: Free Meter :-)

2007-09-16 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > This snippet defines a function, increaseBarNumber, that you can use to > increase the bar number. That way you can have a Free Meter where you > insert bars whereever you like, bar numbers counting correctly and > accidentals behaving correctly. Gre

Re: On popular demand: Free Meter :-)

2007-09-17 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > Unfortunately I cannot modify the snippet after you approved it. > There was a bug in it so accidentals worked correctly but printed bar > numbers did not. OK, it's corrected. A funny detail: to find your snippet in the database, all I have to do i

Re: On popular demand: Free Meter :-)

2007-09-17 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > Sorry for the noise. > The snippet did not work with grace notes. (Am I the only one who think > that the representation of grace timing is a bit messy?) Oh, definitely. The only difference is *I* never get to say such things out lout :) Applied. C

Re: GDP for kids :)

2007-09-17 Thread Valentin Villenave
2007/9/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Valentin, Hi Charlotte, > I just happened to glance at the first of your links about 'tuplets' and > wondered if this is the right name for it? I have always understood > 'tuplets' to refer to the use of 'simple' time in a compound time > signat

Re: GDP for kids :)

2007-09-17 Thread Valentin Villenave
2007/9/17, Mats Bengtsson <[EMAIL PROTECTED]>: > Now it has at least made it into the LSR. See > http://lsr.dsi.unimi.it/LSR/Item?u=1&id=328 Oh yes! I didn't realize. I do remember, however, that you posted this same code on the list, and that I preciously copy/pasted it in a functions.ly file I

Re: help with stopStaff

2007-09-17 Thread Valentin Villenave
2007/9/17, Neil Thornock <[EMAIL PROTECTED]>: > Nevermind, just figured it out (actually did it before, just didn't > remember): > > \override Staff.StaffSymbol #'transparent = ##t > \stopStaff \startStaff > > and then reverting, in case anybody was wondering. ...In case anybody was or would ever

Re: On popular demand: Free Meter :-)

2007-09-18 Thread Valentin Villenave
2007/9/18, Ted Walther <[EMAIL PROTECTED]>: > I'm in the dark here. Valentin, are you committing this to the > development branch? And will \increaseBarNumber then be available for > me to use in the next developement release of lilypond? I am certainly not committing anything; Rune might be, bu

Re: Author credit in LSR?

2007-09-19 Thread Valentin Villenave
2007/9/19, Graham Percival <[EMAIL PROTECTED]>: > Trevor Bača wrote: > > What do you think about providing author credit for the different > > snippets in the LSR? > > I have no objections to people adding a comment with their name and > email (if they're happy with whatever spam protection they ad

Re: ANSWER, Re: problem with full-measure rests in differently time-scaled staves

2007-09-19 Thread Valentin Villenave
2007/9/20, Adam James Wilson <[EMAIL PROTECTED]>: > I answered my own question: it turns out if I set the \time of the > offending staff to ["global" voice \time * crosspulse ratio] - in this > case 3/8 * 4/9, or 1/6, the full measure rests appear correctly in the > lower staff. This gives a time

Re: ANSWER, Re: problem with full-measure rests in differently time-scaled staves

2007-09-20 Thread Valentin Villenave
2007/9/20, Adam James Wilson <[EMAIL PROTECTED]>: > Will the chunk of code I sent to the list suffice for an LSR snippet? Yes, definitely. Maybe you can add some notes on one of the staves to make it look more "realistic" (but thats up to you)... Regards, Valentin _

Re: ANSWER, Re: problem with full-measure rests in differently time-scaled staves

2007-09-20 Thread Valentin Villenave
2007/9/21, Adam James Wilson <[EMAIL PROTECTED]>: > I added snippet to LSR under the title: > "How to compress full-measure rests (e.g. "R4") in a compressMusic > block in a poly-tempo situation." > > Let me know it passes muster. Perfect; I just made the title a bit shorter, to make it match a

Re: translations

2007-09-21 Thread Valentin Villenave
2007/9/21, michał poręba <[EMAIL PROTECTED]>: > Dear lilyponders, > > I'm interested in polish translation of lilypond documentation. I have found > that someone asked simillar question in the year 2004 but I can't find > anything about it. Does anybody translate the documentation into polish? If >

Re: ANSWER, Re: problem with full-measure rests in differently time-scaled staves

2007-09-21 Thread Valentin Villenave
2007/9/21, Mats Bengtsson <[EMAIL PROTECTED]>: > I hope you have remembered to send it also as a bug report, since > the current behaviour is clearly a bug. Might be related to #453, don't you think? Valentin ___ lilypond-user mailing list lilypond-us

Re: LilyPondTool bundle

2007-09-21 Thread Valentin Villenave
2007/9/21, Bertalan Fodor <[EMAIL PROTECTED]>: > Hi, I have bundled LilyPondTool along with Java 1.6 and jEdit 4.3pre9 and > SumatraPDF as external PDF viewer, preconfigured for a Windows > environment. Great! I'll test it as soon as I can find a Windows box. Such a bundle might be a huge asset fo

Re: problem with slur across voices

2007-09-21 Thread Valentin Villenave
Hi Tao, Hi Neil, Nice snippet... Now let's sing together my greatest hit: ready? one, two, three... "L-S-R! L-S-R! Add-it-to-the-L-S-R!" Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lily

Re: partial rearrangement done, technical problems

2007-09-22 Thread Valentin Villenave
2007/9/22, Eyolf Østrem <[EMAIL PROTECTED]>: > On 22.09.2007 (11:09), Trevor Daniels wrote: > > Going off to make a cup of > > coffee I asked my wife what she would suggest. > > She said instantly, "Specialist topics" or > > "Topics for Specialists". I could add > > "Specialist Notation" or "Not

Re: tuplets (was: GDP for kids :)

2007-09-22 Thread Valentin Villenave
2007/9/22, Trevor Daniels <[EMAIL PROTECTED]>: > The word "tuplet" is certainly used in Coda Music > Technology's Finale PrintMusic2000 manual, copyrighted > 1999, to mean "triplets, quintuplets, and so on". (I > used this before I discovered LP, and still have a > copy). Don't know if this was t

Re: GDP: "Predefined commands" vs. "commonly teaked properties"

2007-09-22 Thread Valentin Villenave
2007/9/22, Trevor Bača <[EMAIL PROTECTED]>: > On 9/21/07, Graham Percival <[EMAIL PROTECTED]> wrote: > > Should we keep @refcommands independent from @commonprop ? For example, > > look at Tuplets. Do you like it as it is, or should we move > > > > \tupletUp \tupletDown etc > > > > inside the "Co

Re: tuplets (was: GDP for kids :)

2007-09-24 Thread Valentin Villenave
2007/9/24, Henning Hraban Ramm <[EMAIL PROTECTED]>: > As Mark Knoop wrote, (indeed "das") "Tupel" is normally a vector and > as a musical term seems to be as common as "tuplet". > For the German tuplets named Duole, Triole, Quartole, Quintole/Pentole > etc. the neologism would have to be "die Tupo

Re: very fast image output

2007-09-26 Thread Valentin Villenave
2007/9/25, anonman0 <[EMAIL PROTECTED]>: > Could lilypond be used for this? Or could it at least be sped-up > considerably (perhaps with a tradeoffs)?--faster than the 1 or 2 seconds it > currently takes to generate an image. The main problem is that each time you compile a score, it builds it f

Re: 3 Sided Box?

2007-09-26 Thread Valentin Villenave
2007/9/26, Mats Bengtsson <[EMAIL PROTECTED]>: > Right, there's no such function in LilyPond by default, but it's very > easy to add one. I just added an example in our snippet repository, > LSR, see http://lsr.dsi.unimi.it/LSR/Item?u=1&id=330 Great! Approved! (I put it in the "Educational" dire

Re: tuplets

2007-09-26 Thread Valentin Villenave
2007/9/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hi Charlotte, > In what context do we actually need to use this generic term? Surely we > can avoid it? I'd be happy to try to re-draft the relevant paragraph(s) if > necessary. Can you propose anything else for http://lilypond.org/doc/v2.11/Docu

Writing a book (libretto) using LilyPond

2007-09-29 Thread Valentin Villenave
Hello everybody, hello Nicolas, (by the way: many thanks for handling the \smallCaps bug) I'm editing (as a small book) the libretto of my opera, and I thought it would be just great if I could do this using LilyPond, particularly thanks to the \markuplines etc commands. I know I'm not the only

Re: Writing a book (libretto) using LilyPond

2007-09-30 Thread Valentin Villenave
2007/9/30, Nicolas Sceaux <[EMAIL PROTECTED]>: > You may look at: > > prose: /Le Bourgeois Gentilhomme/, Molière, Lully > Thanks Nicolas, I didn't know you've published the "Bourgeois". As always, it's an amazing piece of code; all I hope

Re: GDP: new display for warnings

2007-10-05 Thread Valentin Villenave
2007/10/5, Mats Bengtsson <[EMAIL PROTECTED]>: > Quoting Graham Percival <[EMAIL PROTECTED]>: > > Everybody likes N.B., so I'm happy to change that... but does > > everybody understand the term? I'm thinking of somebody with a shaky > > understanding of English. > How about "Note:" ? Isn't N.B.

Re: Probleme avec midi2ly

2007-10-09 Thread Valentin Villenave
Le 09/10/07, Philippe Hyafil<[EMAIL PROTECTED]> a écrit : > Bonjour, Bonjour Philippe, In case you didn't know, there's a special list for French-speaking LilyPond users: http://lists.gnu.org/mailman/listinfo/lilypond-user-fr We hope to meet you there soon :) Regards, Valentin ___

Re: On popular demand: Free Meter :-)

2007-10-11 Thread Valentin Villenave
2007/10/10, Rune Zedeler <[EMAIL PROTECTED]>: > Valentin, will you update LSR? I replaced the old snippet by the one you posted as a correction. Thanks a lot :) Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailma

Re: Lilypond versus Braille

2007-10-16 Thread Valentin Villenave
2007/10/16, Tomas Valusek <[EMAIL PROTECTED]>: > For blind people, Lilypond input file syntax is much moor natural than > for other users. Yes, very good point! Ralph Little is working on native Braille output support, as you can see here: http://lists.gnu.org/archive/html/lilypond-devel/2007-09

Re: Take the Grand Documentation Project challenge!

2007-10-17 Thread Valentin Villenave
2007/10/17, Graham Percival <[EMAIL PROTECTED]>: > As you are hopefully aware, we are currently engaged in a short-term > (2-4 month) project to vastly improve the documentation. You can see > the results here: > > http://web.uvic.ca/~gperciva/ > (follow the link to GDP output) Argh! This is toug

Re: Take the Grand Documentation Project challenge!

2007-10-17 Thread Valentin Villenave
2007/10/17, Graham Percival <[EMAIL PROTECTED]>: > > Valentin Villenave wrote: > > Anyway, as soon as I can, you can count me in. I can't wait! > > What's your pledge? 1 hour per week, 2 hours, 15 minutes...? Right now, it's just a couple of minutes every n

Re: GDP: links to other doc sections

2007-10-18 Thread Valentin Villenave
2007/10/18, Graham Percival <[EMAIL PROTECTED]>: > The recommended texinfo solution is to always use @ref{} at the end of a > sentence; for more information, see @ref{foo}. This sometimes leads to > awkward phrasing. > > If we group all the references to other sections in the @seealso > section,

Re: GDP: renaming Program {usage, reference}

2007-11-03 Thread Valentin Villenave
2007/11/3, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Quoting Graham Percival <[EMAIL PROTECTED]>: > > Does anybody object if I rename Program Reference to Internals > > Reference? or maybe Tweak Reference? or... ? (renaming Program Usage > > is also an option) > > ... or merging it with Notation

Re: Umm, I'm not sure what to do. Help me!

2007-11-03 Thread Valentin Villenave
2007/11/3, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I have dowloaded your stable version and again with an archive version for > XP. > > I do not know if something is missing either in my PC or the space between > my ears. I cannot fully understand the follow up instructions and keep going > round

Re: [OT] Critique a Short Essay on Free Music?

2007-11-05 Thread Valentin Villenave
2007/11/5, Michael David Crawford <[EMAIL PROTECTED]>: > Yes, I realize that this has nothing to do with Lilypond - with the > exception that the following essay explains *why* I have placed my > scores under a copyleft license. The scores to two of my songs are > engraved with Lilypond, with the

Cross-staff fingerings when using \autochange

2007-11-05 Thread Valentin Villenave
Hi everybody, I'm typesetting a Brahms exercise for my pupils, using \autochange (it would be quite annoying to have to do the staff changes manually). But I do have a problem with the Fingerings. Not only do they *not* follow the notes (particularly the left hand), but they also mess up the beam

Re: Cross-staff fingerings when using \autochange

2007-11-06 Thread Valentin Villenave
2007/11/6, Mats Bengtsson <[EMAIL PROTECTED]>: > Sounds like the same problem as > http://code.google.com/p/lilypond/issues/detail?id=446 > and/or > http://code.google.com/p/lilypond/issues/detail?id=506 Yes indeed; there might be some kind of workaround; the following works, but I can't get the

Re: Cross-staff fingerings when using \autochange

2007-11-07 Thread Valentin Villenave
2007/11/7, till <[EMAIL PROTECTED]>: > > Hi, > am I right guessing that it would be then the Text_engraver to make markups > with staff changes possible? I tried with it as well, but I can't say it works. Once again, moving the Fingering_engraver in the PianoStaff context partially solves the pro

Re: posting snippets

2007-11-14 Thread Valentin Villenave
2007/11/13, Graham Percival <[EMAIL PROTECTED]>: > > Arvid Grøtting wrote: > > > > I tried posting a snippet two days ago or so, but for some reason it > > doesn't show up on LSR. It seems it hasn't been approved. > > The LSR editor will approve snippets when he can -- hopefully at least > once a

Re: LSR -> lilypond docs

2007-11-14 Thread Valentin Villenave
2007/11/10, Graham Percival <[EMAIL PROTECTED]>: > LSR finally has tags, so it's time to describe how LSR and the lilypond > docs are linked. Hi Graham, you'll probably be mad at me for cutting hair again, but I couldn't help notice on the page http://kainhofer.com/~lilypond/input/lsr/rhythms/col

How do you pronounce "LilyPond"?

2007-11-14 Thread Valentin Villenave
Hi everybody, just a much much useless thread because there are uninteresting things in life too :) I'm always trying to introduce my pupils and students to LilyPond, and as you may (or may not) know in France the best way to sell something, to make it fashionable, is to give it an English-soundi

Re: LilyPond in the AEC congress, Strasbourg

2007-11-14 Thread Valentin Villenave
2007/11/13, Francisco Vila <[EMAIL PROTECTED]>: > Comments are welcome. Thank you! Hi Francisco, I'd be very much interested in translating your presentation in French; could you tell me if it would be possible? The best would be to make it as a multimedia file; if you have a recording of your p

Re: posting snippets

2007-11-14 Thread Valentin Villenave
14 Nov 2007 12:20:39 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I have some other cool (or just downright weird) stuff laying around > that I might "snippetize" when/if ever I get the time for it, but I > think the most useful snippet I can think of right now is the one you > just approved.

Re: LilyPond in the AEC congress, Strasbourg

2007-11-14 Thread Valentin Villenave
2007/11/14, Francisco Vila <[EMAIL PROTECTED]>: > Consider it as Public Domain. Here is a link to the latex-beamer source code: > > http://www.paconet.org/lilypond-translation-es/aec-congress-lilypond.lytex Great! I have translated it, but AFAICT a picture is missing: imagen1.png > I'm afraid al

Re: GDP: chattiness in @seealso

2007-11-15 Thread Valentin Villenave
2007/11/15, Graham Percival <[EMAIL PROTECTED]>: > I have a slight preference against #2 (sentences everywhere), since IMO > in most cases it's obvious why somebody might want to look at other > section. I don't! I like full sentences :) > Option #3 is preferring no explanation at all, but allow

Re: LSR -> lilypond docs

2007-11-15 Thread Valentin Villenave
2007/11/15, Mats Bengtsson <[EMAIL PROTECTED]>: > As I have said earlier, I think it would be a big loss if the > web site could not provide the full documentation for > multiple old version, including a "complete" set of example files > with the correct syntax for the corresponding version. This

Re: posting snippets

2007-11-15 Thread Valentin Villenave
OK, the page has been updated: http://lsr.dsi.unimi.it/LSR/html/contributing.html Thank you very much Seba! Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: hang --"going backwards in time; " "insane spring distance requested"

2007-11-27 Thread Valentin Villenave
2007/11/26, Adam James Wilson <[EMAIL PROTECTED]>: > Hi all, > > I'm using some complicated time signatures, like 3599/11748 followed > by 2667/25276 followed by 177/568, etc. (I have a good reason for this). Just out of curiosity... How good can any reason be? :-) Valentin ___

Your Friendly Neighborhood LSR

2007-11-27 Thread Valentin Villenave
Hello everybody, I'm sure you all know about the LilyPond Snippet Repository, this wonderful place where anyone can share his ideas, examples, tips and tricks about LilyPond. Nevertheless, let me tell you more about it. A lot more, in fact (as you may notice, this mail is a bit long...). I'm cur

Re: Your Friendly Neighborhood LSR

2007-11-27 Thread Valentin Villenave
2007/11/27, Rune Zedeler <[EMAIL PROTECTED]>: Hi Rune, > Valentin Villenave skrev: > > > --> First rule of LSR is: do not add a \version line. > > --> Second rule of LSR is: do NOT add a \version line. > > What is the reason for this? OK, let me expl

Re: font errors but still output

2007-12-02 Thread Valentin Villenave
2007/12/2, Han-Wen Nienhuys <[EMAIL PROTECTED]>: > 2007/11/30, Tim Reeves <[EMAIL PROTECTED]>: > > > > I get errors now on any .ly file I process, but still get output. > > Anyone know why I get the errors and how to stop them? > > > programming error: Glyph has no name, but font supports glyph nam

Re: Setting width for one-measure example

2007-12-03 Thread Valentin Villenave
2007/12/3, Albert Frantz <[EMAIL PROTECTED]>: > Hello, Hello, > I'm trying to create an extremely simple one-measure example, but the measure > is > extended across the page. Can someone please help me to limit the length to > something reasonable? You need to set to "true" (letter "t") the ra

Re: font errors but still output

2007-12-03 Thread Valentin Villenave
2007/12/3, Han-Wen Nienhuys <[EMAIL PROTECTED]>: > when did this start? was .34 ok? Yes. I remember having had the same problem this summer, with maybe .26 or .27. At this time, this seemed to be related to the way I entered some lyrics (whenever there was a LF in the source file, the program ou

Re: Setting width for one-measure example

2007-12-03 Thread Valentin Villenave
2007/12/3, Albert Frantz <[EMAIL PROTECTED]>: > Valentin (and others), > > One more question: How can I save just that little example as a bitmap > file (preferably TIFF), without the whole page and without the footer? oh, yes. just add \header { tagline = "" } below the \paper block to remove

Re: Setting width for one-measure example

2007-12-03 Thread Valentin Villenave
2007/12/3, Mats Bengtsson <[EMAIL PROTECTED]>: > > No need to use lilypond-book (I have never used it). It requires > > knowledge about the LaTeX format, which is waaay more complicated than > > HTML. > > > Wrong! lilypond-book supports not only LaTeX but also HTML, so if > the images are intended

Re: Setting width for one-measure example

2007-12-03 Thread Valentin Villenave
2007/12/3, Mats Bengtsson <[EMAIL PROTECTED]>: > Which version? When I try it here, I can reach both > http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Templates#Templates > and > http://lilypond.org/doc/v2.11/Documentation/user/lilypond/GNU-Free-Documentation-License#GNU-Free-Documentat

Re: font errors but still output

2007-12-03 Thread Valentin Villenave
2007/12/3, Tim Reeves <[EMAIL PROTECTED]>: > > Looks like the same font for Valentin and I , just Open Type vs. True Type. > > It was no problem in 2.11.34 (or any previous version) and I did not recently > install that font. > > However - good news! - I rebooted my machine for some other reason,

Re: open hihat

2007-12-06 Thread Valentin Villenave
2007/12/6, Frank Cornelis <[EMAIL PROTECTED]>: > This is what I have now: > \textSpannerUp > \override TextSpanner #'edge-text = #(cons (markup #:circle " " ) "") > \override TextSpanner #'dash-fraction = #'() > \override TextSpanner #'extra-offset = #'(0 . 0.5) > > Usage: > > 8\startTextSpan[8] 8

Re: GDP: NR 1 pitches release candidate 1

2007-12-09 Thread Valentin Villenave
2007/12/8, Graham Percival <[EMAIL PROTECTED]>: > @c FIXME: check the context stuff below > @c -does it *really* work? Yeah, sorry for having added this fixme, but I just still can't understand if this information is deprecated or not. Can anyone enlighten me here? Valentin ___

Re: Double choir music with different time signatures

2007-12-09 Thread Valentin Villenave
2007/12/8, Ole Schmidt <[EMAIL PROTECTED]>: > the following example is a modified version of something that Adam James > Wilson wrote for me (you can search the archives for "problem with > full-measure rests in differently time-scaled staves" Thanks, added as http://lsr.dsi.unimi.it/LSR/Item?u=1

Re: December Documentation Donation Drive

2007-12-09 Thread Valentin Villenave
2007/12/8, Graham Percival <[EMAIL PROTECTED]>: > LilyPond is a volunteer project. The quality of our documentation -- or > bug reporting system, or website, or really anything -- is directly > related to the amount of effort people put into it. Hi Graham, my laptop is broken again :( However I

Re: I'd like some collisions!

2007-12-09 Thread Valentin Villenave
2007/12/8, Trevor Daniels <[EMAIL PROTECTED]>: > > I'm finding in rewriting the parts of the manual that deal > with correcting collisions that many of the old examples no > longer "work", ie the new skylining code deals with them all > correctly, at least to the extent that the objects no longer >

Re: Double choir music with different time signatures

2007-12-09 Thread Valentin Villenave
2007/12/9, Ole Schmidt <[EMAIL PROTECTED]>: > I find the following "orginal" snippet also worth for the lsr -it > shows the ability to realize contemporary Music with Lilypond Indeed! It just won a "real_music" tag :) Updated version: http://lsr.dsi.unimi.it/LSR/Item?u=1&id=344 Valentin _

Re: different pitches with the same rhythm

2007-12-09 Thread Valentin Villenave
2007/12/9, Rune Zedeler <[EMAIL PROTECTED]>: > http://lilypond.org/doc/v2.10/input/test/collated-files > > scroll down to "music-box.ly" Absolutely; you might as well have mentioned the LSR implementation of the same trick: http://lsr.dsi.unimi.it/LSR/Item?u=1&id=289 Cheers, Valentin _

Re: different pitches with the same rhythm

2007-12-09 Thread Valentin Villenave
2007/12/9, Rune Zedeler <[EMAIL PROTECTED]>: > > http://lsr.dsi.unimi.it/LSR/Item?u=1&id=289 > > I searched to LSR for "music-box", and as it didn't show up anything I > assumed that the snippet had not been added to the LSR. IIRC, it's one of the snippets I added myself about a year ago. When I

Re: different pitches with the same rhythm

2007-12-10 Thread Valentin Villenave
2007/12/10, Rune Zedeler <[EMAIL PROTECTED]>: > Dear valentin, Please test your code before you publish it to the LSR. > The new version is even more messed up than the old one. Gosh... the point is, my computer is broken (again) and I really had *no* way to check the code. Thanks to your thorou

Re: different pitches with the same rhythm

2007-12-11 Thread Valentin Villenave
2007/12/11, Stefan Thomas <[EMAIL PROTECTED]>: > Is the opposite also possible, same pitches with different rthyhtms > (like aufmentation in a fugue)? Yes it is: http://lsr.dsi.unimi.it/LSR/Item?id=305 (This should be working better than the former snippet :) Valentin ___

Re: tremolo

2007-12-14 Thread Valentin Villenave
2007/12/13, Tiago Morin <[EMAIL PROTECTED]>: > Maybe anyone has any idea why the beam is not directed down as it is a > second voice in a staff It is a known bug (very annoying, I agree :) http://code.google.com/p/lilypond/issues/detail?id=523 http://code.google.com/p/lilypond/issues/detail?

EasyLilyPond: A Tribute To LilyPond And LilyPondTool

2007-12-23 Thread Valentin Villenave
Hello everybody, Hi Bertalan, I just wanted to let you know about a recent project of mine: I called it EasyLilyPond, as it is meant for people who are not familiar with using computers and installing programs. A few weeks ago, Bertalan made the suggestion to regroup in a single bundle all that's

Re: EasyLilyPond: A Tribute To LilyPond And LilyPondTool

2007-12-23 Thread Valentin Villenave
Hi Francisco, Bertalan and Michael, thanks you all for your feedback. 2007/12/23, Francisco Vila <[EMAIL PROTECTED]>: > Sounds great. I have a pair of suggestions: All are welcome :) > I hope this also takes into account the customised path for "Program > Files" directory on localisated versions

Re: jEdit and Lilypond installation

2007-12-27 Thread Valentin Villenave
2007/12/26, Bertalan Fodor <[EMAIL PROTECTED]>: > To use LilyPondTool you must set paths and so in the Plugin options. ...Or (if you're running Windows) you can use the bundled and pre-configured Easy LilyPond :) The last version is almost ready for standard usage. http://valentin.villenave.info/s

Re: EasyLilyPond: A Tribute To LilyPond And LilyPondTool

2007-12-27 Thread Valentin Villenave
2007/12/23, Bertalan Fodor <[EMAIL PROTECTED]>: > Wow! Now that should definitely go to the main page, shouldn't it? > Your server is a bit slow at least for such demand you surely get with > this :-) You may want to create a sourceforge project for it, or join > the lily4jedit project. There you c

Re: EasyLilyPond: A Tribute To LilyPond And LilyPondTool

2007-12-27 Thread Valentin Villenave
2007/12/27, Simon Dahlbacka <[EMAIL PROTECTED]>: > Nice work! > - recommanded should be spelled "recommended" Ooops! corrected, thanks :) > - the "progress text area/scroll bar" ( in the installer flickers (probably > due to scrolling?) Yes, I can't really help it, this is due to the skinning s

Re: macro for instrument changes

2007-12-28 Thread Valentin Villenave
2007/12/27, Kieren MacMillan <[EMAIL PROTECTED]>: > Some time ago, I sponsored an improvement to InstrumentName (etc.); > Han-Wen was going to have just such a macro pre-defined; > I never confirmed what the outcome was -- HW? Hi Kieren, Nicolas and everybody; I understand Han-Wen is quite busy

Re: macro for instrument changes

2008-01-03 Thread Valentin Villenave
2007/12/29, Wilbert Berendsen <[EMAIL PROTECTED]>: > I wrote this, which works well in 2.11.36: Thanks, added as http://lsr.dsi.unimi.it/LSR/Item?u=1&id=349 2007/12/30, Kieren MacMillan <[EMAIL PROTECTED]>: > What I *meant* was, I'm pretty sure this is already done! > I was just asking Han-Wen

Re: pedal tremolo

2008-01-03 Thread Valentin Villenave
2008/1/3, Mats Bengtsson <[EMAIL PROTECTED]>: > In the latest 2.11.x versions, you can use > \override Staff.PianoPedalBracket #'style = #'trill > I'm not exactly sure why it doesn't work in 2.10.33. Hi Mats, is there a way to make it work in the LSR? Or should I post it with the "version-spe

Re: Uninstalling Liliypond

2008-01-03 Thread Valentin Villenave
2008/1/3, Mats Bengtsson <[EMAIL PROTECTED]>: > Which operating system? He said linux, didn't he :) > On Linux, just run the command uninstall-lilypond. ...preferably as root (or use sudo). Cheers, Valentin ___ lilypond-user mailing list lilypond-u

Re: Instrumental Group Names in Score

2008-01-03 Thread Valentin Villenave
2008/1/3, Graham Percival <[EMAIL PROTECTED]>: > We also now have the perfect place for these stylesheets: LSR. If > there's any interest in this, we'll add a tag specifically for > stylesheets (or modules or packages or whatever we want to call > them). These snippets would be just like LaTeX

Re: Instrumental Group Names in Score

2008-01-03 Thread Valentin Villenave
2008/1/3, Graham Percival <[EMAIL PROTECTED]>: > No, no! Don't split it up. And you don't need explanations. At > laest, not for what I'm thinking. > > (NB: I haven't even glanced at whatever we're talking about) Err... IIRC we're talking about maybe 5000 lines of code here. Nicolas himself ha

Re: spacing between systems

2008-01-04 Thread Valentin Villenave
2008/1/4, Graham Percival <[EMAIL PROTECTED]>: > It's A4 by default, but you can change that easily. Is this documented at all? can't find it either. Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: Creating a book of music

2008-01-04 Thread Valentin Villenave
2008/1/4, Reinhold Kainhofer <[EMAIL PROTECTED]>: > WOW Yeah, this is kind of what I said in the first place too... :) > Are you thinking about turning your framework into a general > lilypond-for-books package (with some documentation on how to use ;-) ) so > that we "ordinary" lilypond use

Re: Instrumental Group Names in Score

2008-01-04 Thread Valentin Villenave
2008/1/4, Kieren MacMillan <[EMAIL PROTECTED]>: > For future reference, I don't read or respond to posts which begin > with such ludicrous and intentionally irritating statements... Hi everybody, hi Kieren, I think there's some kind of a misunderstanding here... I thought everybody on this list

Re: tuplet bracket invisible

2008-01-04 Thread Valentin Villenave
2008/1/4, Stefan Thomas <[EMAIL PROTECTED]>: > Dear Lilypond-users, > is there a possibility to make the tuplet-bracket invisible? 1- go to http://lsr.dsi.unimi.it/ and type "bracket" 2- on the page http://lsr.dsi.unimi.it/LSR/Search?q=bracket click on the first item... 3- http://lsr.dsi.unimi.

Re: Uninstalling Liliypond

2008-01-04 Thread Valentin Villenave
2008/1/4, Martin Nopola <[EMAIL PROTECTED]>: > I think it should be in the doc Appendix. Absolutely, it should be more clearly documented! I'd suggest adding it in the Application Usage, after http://lilypond.org/doc/v2.11/Documentation/user/lilypond-program/Precompiled-binaries Can you suggest

Re: Uninstalling Liliypond

2008-01-05 Thread Valentin Villenave
2008/1/5, Martin Nopola <[EMAIL PROTECTED]>: > I will write up something for you. Great! Looking forward to read it :) > In fact, I will also write a description of the steps to install > LilyPondTool. > It took me at least 4 hours to find the information from the web > sites for java, jedit and

Re: Volunteering with LilyPond

2008-01-06 Thread Valentin Villenave
2008/1/6, Graham Percival <[EMAIL PROTECTED]>: > "help ur program is broken. where are teh buttons 2 click on" ahahahaha :) (irrepressible hysterical laugh) Still, if I might add a comment here, the quality we need the most is *not* a high LilyPond skill-level, but simply patience, enthusiasm, an

Re: Leaving: "I can't help"

2008-01-06 Thread Valentin Villenave
2008/1/6, Eyolf Østrem <[EMAIL PROTECTED]>: > Ehem... unless with "currently" you mean "at this very moment", we do have > one, although too pressed for time at this very moment (lasting until the > middle of the month) to be as active as desirable. But *zero*? No. (S! You're ruining Graham's

Re: xandros

2008-01-06 Thread Valentin Villenave
2008/1/6, Stefan Thomas <[EMAIL PROTECTED]>: > Dear Lilypond-users, > I wanted to install Lilypond on Xandros, but without success. > Does anyone know how to do this? AFAIK it should work like on any other linux distribution: -download the linux-x86 installer on http://lilypond.org/web/install/

Re: Rests in Percussion Notation

2008-01-06 Thread Valentin Villenave
2008/1/6, Risto Vääräniemi <[EMAIL PROTECTED]>: > Is there a way to change the R1 glyph from "rests.0o" to e.g. "rests.0" for > that staff? Why don't you try: \override MultiMeasureRest #'stencil = #ly:text-interface::print \override MultiMeasureRest #'text = \marku

Re: Debugger; draft mode

2008-01-06 Thread Valentin Villenave
2008/1/6, Reilly <[EMAIL PROTECTED]>: > I am ignorant of what is possible or available in Lilypond. > (1) I am working on a symphony (22 staves) which takes more than 20 > minutes to compile and the time increases rapidly as I add more music > to the score. I have developed a work around for "proo

Re: Volunteering with LilyPond

2008-01-06 Thread Valentin Villenave
2008/1/6, Eyolf Østrem <[EMAIL PROTECTED]>: > Hopefully, the GDP will be able to remedy some of this. As one of the > rewriters of the Notation Reference (in fact the *only*, AKA "Mr Zero"), I > can subscribe to some of the criticism. I don't know about the index -- I > hardly ever use it, perhaps

Re: Volunteering with LilyPond

2008-01-06 Thread Valentin Villenave
2008/1/6, Eyolf Østrem <[EMAIL PROTECTED]>: > If someone cares to do it, that is... To be completely fair, it has already been done for a lot of very common tweaks (e.g. \stemUp etc.) I don't find the \overrides very hard to understand; it's one of the very first thing I knew how to achieve in Li

Re: Creating a book of music

2008-01-06 Thread Valentin Villenave
2008/1/7, Thomas Spuhler <[EMAIL PROTECTED]>: > I am pretty new to Lilypond and wanted to experiment with this sample, but no > success. Hi Thomas, here's a small how-to: -Download the file I'm sending with this mail (It's just the LSR file, you could have copy/pasted it as well) -Create a new

Re: Creating a book of music

2008-01-07 Thread Valentin Villenave
2008/1/7, Thomas Spuhler <[EMAIL PROTECTED]>: > I got a pdf, but I had lost of errors: > See attached Hmm... weird... It works here, with the file you posted. Are you sure this is the *exact* file you tried to compile? Is your \header block perfectly written (no missing braces or something? Chee

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