Re: Roadmap to lily code

2005-12-08 Thread Pedro Kröger
dax2 <[EMAIL PROTECTED]> writes: > how did you learn Lisp? 1. reading books like SICP [1], PCL [2], PAIP [3], ANSI Common Lisp [4] and others 2. reading articles like Paul Graham's to "get" the language 3. writing code 4. reading other people code 5. asking questions (e.g. on comp.lang.lis

Re: Roadmap to lily code

2005-12-08 Thread Pedro Kröger
dax2 <[EMAIL PROTECTED]> writes: > how did you learn Lisp? 1. reading books like SICP [1], PCL [2], PAIP [3], ANSI Common Lisp [4] and others 2. reading articles like Paul Graham's to "get" the language 3. writing code 4. reading other people code 5. asking questions (e.g. on comp.lang.lis

Re: hi

2005-12-08 Thread Han-Wen Nienhuys
I'm taking this to the user-mailing list, I hope you don't mind. Aaron Dunn wrote: [..] to convert sibelius files into lilypond format. I think the easiest route is to get the sibelius plugin for exporting to MusicXML http://www.recordare.com/sibelius/ and then use musicxml2ly (or xml2

Re: Roadmap to lily code

2005-12-08 Thread dax2
On Thu, 08 Dec 2005 12:00:50 -0200 Pedro wrote: > I could sea the advantage of re-writing lily in only one language. but > this language would have to have a fast implementation and be dynamic > and very high-level. I can't think of a better choice than common > lisp ;-) If it's not a sarcasm the

Ottava bassa bug

2005-12-08 Thread Jonatan Liljedahl
The below snippet shows a bug, the d,, note isn't affected by the octavation: (see bug.png) \version "2.7.20" staffUp = \change Staff = up staffDn = \change Staff = dn octdn = { #(set-octavation -1) } octno = { #(set-octavation 0) } \new PianoStaff << \context Staff = "up" {

Re: "Filtering" expressions?

2005-12-08 Thread Jonatan Liljedahl
One simple way is to just use the same variable and then make all unwanted symbols invisible... Or else you could use the \tag feature... Just prefix all expressions you want to filter out with "\tag #'vocal" and then do "\removeWithTag #'vocal ...the music..." to filter them out! See "8.2.8 Dif

Re: Roadmap to lily code

2005-12-08 Thread Cameron Horsburgh
Christian Ebert wrote: > * Han-Wen Nienhuys on Thursday, December 08, 2005: > >>andrea valle wrote: >> >>>How much for a migration to python as a sponsored feature :-)? >> >>5 digits. > > > 1 cent is a bit cheap ;-) > > c 1 c? No, he meant one whole hand. That's still cheap, because I

Re: Including style files

2005-12-08 Thread Graham Percival
On 8-Dec-05, at 6:14 AM, Simon wrote: I want to create a collection of many short tunes, each one living in a separate lilypond file. For these tunes I want to have a uniform layout which I want to be able to change quickly for all files. So the natural idea is to move the necessary definitio

Re: aligning RehearsalMarks outside staff area

2005-12-08 Thread Graham Percival
On 8-Dec-05, at 1:27 AM, Mats Bengtsson wrote: Since the value of the property should be the actual function itself, you should say: \override RehearsalMark #'Y-offset = #Self_alignment_interface::aligned_on_y_parent (If you say \override BlaBlaBla #'blabla = #'bla, then you assign the na

Font example request

2005-12-08 Thread David Rogers
Hi I'm running Lilypond 2.7.20 on Mac OS X 10.4. I would like to use a different font for titles and lyrics. I would love to see a simple file that successfully prints any non- default font using Lily on OS X. I've tried the examples in the manual - Lilypond doesn't complain, but only prints

Lilypond missing note head files

2005-12-08 Thread Stephen Torri
I am setting up my computer to use lilypond. So far I have read the overview of lilypond from the web site and got the stable version (2.6.5) installed with only one warning. The warning was asking for gs to be 8.0+ and I have 7.1. Well I have a simple file I am using to start out: \versi

Re: switching to lilypond from finale

2005-12-08 Thread Bertalan Fodor
Or you may find jEdit's LilyPondToolPlugin's Document Wizard useful (and familiar) Bert David Rogers wrote: On 8-Dec-05, at 9:24 AM, Josué wrote: Well, i think i should start making my new project and i will ask everything i want.Is funnier to learn doing! First of all: Im starting to e

Re: switching to lilypond from finale

2005-12-08 Thread David Rogers
On 8-Dec-05, at 9:24 AM, Josué wrote: Well, i think i should start making my new project and i will ask everything i want.Is funnier to learn doing! First of all: Im starting to engrave a new piece, the template is: - Alto Sax - Marimba - Big Drum - Live electronics (printed as a piano staff

Re: Including style files

2005-12-08 Thread Daniel Johnson
Simon wrote: > > >However, now I want to change the spacing between >the staves, e.g., using > >\set Staff.minimumVerticalExtent = #'(-3 . 3) > >Of course it doesn't make sense to put that line into the style file. Reading >Section 4 "Changing Defaults" of the lilypond manual I don't see a single

Re: Including style files

2005-12-08 Thread Gilles
> > \set Staff.minimumVerticalExtent = #'(-3 . 3) > > Of course it doesn't make sense to put that line into the style file. Then you could write that line in another file, and \include that file at the proper place in the main file. Gilles ___ lil

Re: "Filtering" expressions?

2005-12-08 Thread Gilles
> > is there a way to remove certain types of events > from an existing music expression? Maybe the follwing can be of help: http://lilypond.org/doc/v2.6/Documentation/user/lilypond/Different-editions-from-one-source.html Gilles ___ lilypond-user

Re: switching to lilypond from finale

2005-12-08 Thread Josué
Well, i think i should start making my new project and i will ask everything i want.Is funnier to learn doing! First of all: Im starting to engrave a new piece, the template is: - Alto Sax - Marimba - Big Drum - Live electronics (printed as a piano staff) How should i start every new project?

Re: Help with Lyrics and D.S.

2005-12-08 Thread Eduardo Vieira
Thank you very much Ruud, I was busy and couldn't reply sooner Yes, the output is OK, just like I wanted. What remains is the same doubt you had about "skips": Quoting: The only thing > that is now strange is the number of skips that must be introduced > *before* the second part of the refrain

Pythonization (was Re: Roadmap to lily code)

2005-12-08 Thread andrea valle
(Could be of some interest so I keep it on the list) I'm also not sure it's a good idea. If you want python, it would be better to start afresh with a python version of LilyPond, and move speed-critical things to C(++). Then, end-result will be more "pythonic" And in that case? Could you m

"Filtering" expressions?

2005-12-08 Thread Alexander Deubelbeiss
Hi there, is there a way to remove certain types of events from an existing music expression? To be specific, I want to strip vocal-specific things (mostly breath marks) from the voices in a 4-part a cappella piece and condense (partcombine) everything into a piano grand staff for the rehearsal pi

Including style files

2005-12-08 Thread Simon
Hi, I'm a beginner at lilypond and I am getting confused trying to do something which seems to be a very natural and frequently occuring task to me, but for which I cannot find proper documentation and/or examples on the web and in the manual. I want to create a collection of many short tunes, ea

Re: Roadmap to lily code

2005-12-08 Thread Pedro Kröger
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > I'm also not sure it's a good idea. If you want python, it would be > better to start afresh with a python version of LilyPond, and move > speed-critical things to C(++). Then, end-result will be more > "pythonic" > I imagine that the end result will

Re: switch to lilypond from finale

2005-12-08 Thread Pedro Kröger
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > One problem is that Lily will usually process the entire piece, which > makes entering large pieces time consuming. but it needn't to be. One can use variables to hold sections of music and compile just the section been entered. I have written some

RE: vertical spacing of dynamics

2005-12-08 Thread Fairchild
Arthur - Investigate \override Hairpin #'extra-offset = #'( 0.0 . -1.0 ) - Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arthur Dyck Sent: Wednesday, December 07, 2005 8:16 PM To: lilypond-user@gnu.org Subject: vertica

Re: xml2ly-0.69.0

2005-12-08 Thread Enrico Licini
Thanks Guido! This is really a good Christmas gift! And for free (as in beer!!!) Well done, keep on working on your xml2ly. Ciao, Enrico > > So, here is the new "xml2ly"! I decided to name it "xml2ly" once again > in order to avoid name clashes with Han-Wen's one, which is still well > w

Lİlypond ezine

2005-12-08 Thread Mehmet Okonsar
Just an idea: when I was reading the excellent article of Kris Schaffer on Schenkerian analysis with lilypond, I thought: what nice it would be if this kind of articles where more often available in the form of a ezine for ex., which can be even not-free if needed to be.. Following the discussions

Re: triplets

2005-12-08 Thread D Josiah Boothby
I believe that What you're looking for is \compressMusic. Apparently, it works just like \times, but doesn't show the tuplet brackets. I haven't used it, so I don't know. It also might be new to 2.7, since I can't seem to find any mention of it in the manual (2.6 or 2.7). I did find some menti

Re: Roadmap to lily code

2005-12-08 Thread Han-Wen Nienhuys
Darius Blasband wrote: How much for a migration to python as a sponsored feature :-)? 5 digits. OK. What are the first two of these five digits ? I really don't know. If anyone is serious about ponying up this much money, he/she can contact me, my rough guess is between 0.5 and 1.5 year

Re: Roadmap to lily code

2005-12-08 Thread Christian Ebert
* Han-Wen Nienhuys on Thursday, December 08, 2005: > andrea valle wrote: >> How much for a migration to python as a sponsored feature :-)? > > 5 digits. 1 cent is a bit cheap ;-) c -- _B A U S T E L L E N_ lesen! --->>

Re: switch to lilypond from finale

2005-12-08 Thread Han-Wen Nienhuys
Josué wrote: Hi list, i use to work as engraver for publishers companys. I work with finale2004 under MacOSX, im really impressed by this new software, but ive got a few questions: - How much quick can be this program? I use to work with really big scores for large orchestra. Hi, of cours

Re: Roadmap to lily code

2005-12-08 Thread Darius Blasband
Han-Wen Nienhuys wrote: andrea valle wrote: How much for a migration to python as a sponsored feature :-)? 5 digits. OK. What are the first two of these five digits ? D. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gn

Re: vertical spacing of dynamics

2005-12-08 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/lilypond-user/2005-11/msg00573.html /Mats Arthur Dyck wrote: I am trying to increase the vertical distance between the top of the staff and my dynamic markings, i.e. crescendo and descrescendo, due to interference with slurs. I know it's there somewhere

Re: aligning RehearsalMarks outside staff area

2005-12-08 Thread Mats Bengtsson
Since the value of the property should be the actual function itself, you should say: \override RehearsalMark #'Y-offset = #Self_alignment_interface::aligned_on_y_parent (If you say \override BlaBlaBla #'blabla = #'bla, then you assign the name bla as the value) /Mats Graham Percival wr

Re: triplets

2005-12-08 Thread Mats Bengtsson
Copying directly from the example I have already pointed to twice earlier, simply add \override TupletBracket #'number-visibility = ##f before the notes where you want the numbers to disappear, i.e. at the line after "{ e2. } >>" in your example. /Mats jutta wrote: Hi, I would like to "s

triplets

2005-12-08 Thread jutta
Hi, I would like to "switch" the figures 3 above the triplets "off", but only from the second measure on. Is there anybody who can just mal me the code? Thanks Jutta { \time 3/4 \key g \major << { \times 2/3 { b''8 [b' g']} \times 2/3 { b''8 [b' g']} \times 2/3 { b''8 [b' g']} } \\