Re: Snippet 390

2008-04-12 Thread Valentin Villenave
2008/4/12 Alexander Kobel <[EMAIL PROTECTED]>: > Oh, and since I'm typing right now anyway: Here's a slight modification of > LSR snippet 390 to also modify rest events, laying around here for some > time... Thanks, updated. Cheers, Valentin ___ lilyp

Re: Running LilyPond from a memory stick

2008-04-12 Thread Valentin Villenave
2008/4/12 Ben Lewis <[EMAIL PROTECTED]>: > Start > Run > RegEdit? I know it exists in XP, so that should work. No; the point is, you should have to be able to run LilyPond from the USB stick *without* modifying the registry at all. Some applications (look, for instance, at the portable version of

Re: English Translation

2008-04-12 Thread fiëé visuëlle
Am 2008-04-11 um 22:31 schrieb Werner LEMBERG: "- what is a good way of translating the German "ewig reicher Gott", [...] The meaning of "reich" in this example is extremely uncommon in (modern) German. I *guess* it refers to the old stem of "-rich" (like in names) that means "ruler", simila

Re: Metronome marks

2008-04-12 Thread Risto Vääräniemi
On 12/04/2008, Alexander Kobel wrote: > I think there's another drawback of the snippet. > I had a very similar problem, trying to add marks like "Moderato (* = > 63)", yet using rehearsal marks at the same time for sectioning the piece. > Problem is, Lily can't handle two RehearsalMark events

Re: Metronome marks

2008-04-12 Thread Werner LEMBERG
> I got around the simultaneous RehearsalMark limitation by using > invisible measures. My dirty trick is attached below. Apparently a piece for very aged people only :-) Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.g

Re: OFF: Help from native English speakers (epsecially if speaking German)

2008-04-12 Thread Jan van Dijk
Op Friday 11 April 2008 10:31:49 schreef Bertalan Fodor (LilyPondTool): > - what is a good way for translating the German "inständiges flehen", > meaning something like pleading, devoted praying In the orthodox church one might say: (Litany of) Fervent Intercession. Jan. ___

Re: Metronome marks

2008-04-12 Thread Alexander Kobel
Risto Vääräniemi wrote: On 12/04/2008, Alexander Kobel wrote: I think there's another drawback of the snippet. I had a very similar problem, trying to add marks like "Moderato (* = 63)", yet using rehearsal marks at the same time for sectioning the piece. Problem is, Lily can't handle two R

Re: Lytex and directory structure

2008-04-12 Thread Hugo Leonardo Ribeiro
thanks. hugo 2008/4/11, Graham Percival <[EMAIL PROTECTED]>: > > On Fri, 11 Apr 2008 20:33:19 -0300 > Hugo Ribeiro <[EMAIL PROTECTED]> wrote: > > > If I put it into the main file, everything goes ok. Put if I put this > > same code into any file that is in a subdirectory, like > > '../Cap01/cap01-

\incudes in \include'd files

2008-04-12 Thread Matthew
Hi all I'm setting up a bunch of different settings for my scores. I've put them into a separate definition file so that I can just \include it. I have several different definition files feeding into a master definition file, and I include the master file in my score. My definition files are stor

Re: \incudes in \include'd files

2008-04-12 Thread David Séverin
Hi Matthew, If the file isn't in the local directory, or lily search path, you have to specify additional path with -I [capital i], such as: lilypond -I I have made a simple script to myself which does this for me: #!/bin/bash lilypond -I/usr/alto/projects/music/scores/

Re: \incudes in \include'd files

2008-04-12 Thread Valentin Villenave
2008/4/12 Matthew <[EMAIL PROTECTED]>: > Is there a way to have /include keep relative path information? Currently there isn't (and I find it very much annoying, which is why I proposed to sponsorize this implementation). See http://code.google.com/p/lilypond/issues/detail?id=391 Cheers, Valent

Re: \incudes in \include'd files

2008-04-12 Thread Hans Aberg
On 12 Apr 2008, at 18:17, Valentin Villenave wrote: Is there a way to have /include keep relative path information? Currently there isn't (and I find it very much annoying, which is why I proposed to sponsorize this implementation). See http://code.google.com/p/lilypond/issues/detail?id=391 I

Re: vim

2008-04-12 Thread Stefan Thomas
Dear Patrick, I had luck, it worked! Thanks Stefan 2008/4/10, Patrick McCarty <[EMAIL PROTECTED]>: > > On Thu, Apr 10, 2008 at 03:56:26PM +0200, Stefan Thomas wrote: > > Dear lilypond-users, > > I have a question concerning vim. I've read that there is a special > > vimrc available. But where can

Problems altering Staff Size

2008-04-12 Thread Ben Lewis
I'm typesetting a concerto, and I want to use the feta14 size for the full score. The first time I tried, I placed the #(global-set-staff-size 14), but it changed the appearance of all the parts, too. So, I added the \layout { #(layout-set-staff-size 14) } segment to my \score { } block, and it

Re: vim

2008-04-12 Thread Rafael F. Compte
Hi, I think I managed to make Vim do syntax highlighting but I don't get lilypond as an option in gvim dropdown syntax menu. Any ideas? Any other integration tips? On Sat, Apr 12, 2008 at 2:27 PM, Stefan Thomas <[EMAIL PROTECTED]> wrote: > Dear Patrick, > I had luck, it worked! > Thanks > Stefan >

makefile generator

2008-04-12 Thread Karl Hammar
Attached program finds dependencies in lilypond files. E.g.: $ grep include Sliv.ly global.ly Sliv.ly:\include "global.ly" Sliv.ly:\include "Mliv.ly" Sliv.ly:\include "score.ly" global.ly:\include "choirbook.ly" global.ly:\include "../common/global.ly" $ depend_ly ps Sliv.ly Sliv.ps:

Re: Problems altering Staff Size

2008-04-12 Thread Graham Percival
On Sat, 12 Apr 2008 13:22:44 -0500 Ben Lewis <[EMAIL PROTECTED]> wrote: > I'm typesetting a concerto, and I want to use the feta14 size for the > full score. The first time I tried, I placed the # > (global-set-staff-size 14), but it changed the appearance of all the > parts, too. So, I added the

Another LilyPond/Leopard solution

2008-04-12 Thread padovani
Hi, I posted a guide to run LilyPond with Aquamacs on Leopard... I hope it help other users. (No need to work with everything in the same folder, but still using the PowerPC binaries) http://www.padovani.googlepages.com/lily-aquamacs-leopard.html

Re: Problems altering Staff Size

2008-04-12 Thread Valentin Villenave
2008/4/12 Ben Lewis <[EMAIL PROTECTED]>: > I'm typesetting a concerto, and I want to use the feta14 size for the full > score. The first time I tried, I placed the #(global-set-staff-size 14), but > it changed the appearance of all the parts, too. So, I added the \layout { > #(layout-set-staff-s

Re: Problems altering Staff Size

2008-04-12 Thread Valentin Villenave
2008/4/12 Valentin Villenave <[EMAIL PROTECTED]>: > \remove "Time_signature_engraver" Ooops -- this line is (obviously) to be removed in the snippet I just sent. Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org ht

Re: Another LilyPond/Leopard solution

2008-04-12 Thread James E. Bailey
I kind of avoid emacs and its clones like the plague, but, does aquamacs have any lilypond syntax coloring? or foldings like TextMate? I usually use nano or TeXShop, but there are some aspects of TextMate that I would really like to use, but the syntax coloring in TextMate is so bad that I

Re: [ANN] LilyKDE 0.5.0 released

2008-04-12 Thread Valentin Villenave
2008/4/11 Wilbert Berendsen <[EMAIL PROTECTED]>: > Hi all, > > LilyKDE 0.5.0 has been released[1]. Nice -- just in time for the "LilyPond Report"! Attached is a fr.po localization file. I actually do not use KBabel or anything, so there will probably some things to edit. But perhaps you'll be in

Re: \incudes in \include'd files

2008-04-12 Thread Matthew
Matthew gmail.com> writes: > > Is there a way to have /include keep relative path information? > I've got a work around that only works because of my simple, one level directory structure def/master_def.ly \version "2.11.43" \include "../def/note_def.ly" %some other stuff . s

Re: Orchestra file causing an init.ly error

2008-04-12 Thread Matthew
Eric Hedekar gmail.com> writes: > > > AHHH, there's the problem! I should have known better!-Eric I use Lilypondtool for jEdit -> coloured text ftw! . I've done that comment thing several times, but now that I've got coloured text, it makes it a lot easier to recognise what I've done.

Re: Problems altering Staff Size

2008-04-12 Thread Ben Lewis
I've shifted to using \include for the music, then applying #(set-global-staff-size 14) to the score file I've created, however this produces another problem; while the staffs are resized to the feta14 size, none of the other objects are. How could I remedy this? ~Ben On Saturday 12 April 2008

Re: Extracting only lyrics and chords

2008-04-12 Thread Brett Duncan
Mats Bengtsson wrote: Why not read the section called "Lyrics independent of notes" in the manual? /Mats This came tantalisingly close to giving me a solution; the catch was that the ties and slurs in the melody were ignored or lost and the alignment of the lyrics against the chords went