Re: Different tempos

2008-01-21 Thread Kieren MacMillan
James, the more I actually *read* the lilypond manuals, the more I believe that everything is possible in the program. No question! =) Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Different tempos

2008-01-21 Thread Mats Bengtsson
In addition to removing the forbid_line_engraver, you may want to use \set Score.allowBeamBreak = ##t (if you use version 2.10) or \override Beam #'breakable = ##t (if you use version 2.11.10 or later) to allow for line breaks when there is a beam in some part. See section "Line breaking" in the m

Re: Different tempos

2008-01-21 Thread James E. Bailey
On Monday, January 21, 2008, at 04:13AM, "Kieren MacMillan" <[EMAIL PROTECTED]> wrote: >Hi James, > >> forbid_line_engraver did the trick > >Yeah!! I didn't even know about this one... >Thanks! > >Kostia: I've attached my reformatted version of the shortened version >of your code, applying Jam

Re: Different tempos

2008-01-20 Thread Kostia Rapoport
lt;[EMAIL PROTECTED]> > CC: lilypond-user@gnu.org > Betreff: Re: Different tempos > > Hi James, > > > forbid_line_engraver did the trick > > Yeah!! I didn't even know about this one... > Thanks! > > Kostia: I've attached my reformatted version

Re: Different tempos

2008-01-20 Thread Kieren MacMillan
Hi James, forbid_line_engraver did the trick Yeah!! I didn't even know about this one... Thanks! Kostia: I've attached my reformatted version of the shortened version of your code, applying James's tip. Notice that I abstracted all of the music into variables, declared before the \score b

Re: Different tempos

2008-01-20 Thread Kieren MacMillan
Hi Reinhold, You know that if you want to add/remove engravers from all staves or voices in a piece, you don't have to add the \with {...} to every staff/voice... In my test pieces (which I never posted, because they didn't work!, I started by doing that... However, I was worried that Kost

Re: Different tempos

2008-01-20 Thread Reinhold Kainhofer
Am Montag, 21. Januar 2008 schrieb James E. Bailey: > Yeah, the forbid_line_engraver did the trick. I shortened it a bit because > the computer segmentation faulted at the original lengths, but it works. > \new Staff \with { > \remove "Time_signature_engraver" > \remove "Bar_engraver" > } \new

Re: Different tempos

2008-01-20 Thread James E. Bailey
On Sunday, January 20, 2008, at 05:27PM, "Kieren MacMillan" <[EMAIL PROTECTED]> wrote: >Hi James, > >> Since lilypond can only have a line break where there is a measure, >> essentially, >> I just inserted a blank bar line in the repeat command. That solved >> everything for me. > >Except it

Re: Different tempos

2008-01-20 Thread James E. Bailey
On Sunday, January 20, 2008, at 05:27PM, "Kieren MacMillan" <[EMAIL PROTECTED]> wrote: >Hi James, > >> Since lilypond can only have a line break where there is a measure, >> essentially, >> I just inserted a blank bar line in the repeat command. That solved >> everything for me. > >Except it

Re: Different tempos

2008-01-20 Thread Kieren MacMillan
Hi James, Since lilypond can only have a line break where there is a measure, essentially, I just inserted a blank bar line in the repeat command. That solved everything for me. Except it doesn't solve Kostia's problem. =\ He needs the eighth notes *not* to be synchronized -- i.e., the las

Re: Different tempos

2008-01-20 Thread James E. Bailey
>Message: 7 >Date: Sat, 19 Jan 2008 06:34:49 -0500 >From: Kieren MacMillan <[EMAIL PROTECTED]> >Subject: Re: different tempos >To: Kostia Rapoport <[EMAIL PROTECTED]> >Cc: Lilypondusers Group >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain;

Re: different tempos

2008-01-19 Thread Kieren MacMillan
Hi Kostia, [first of all: is it the right way to reply via email? i've never used this kind of mailing lists but just ordinary insternet discussion boards. will our conversation (maybe including useful information for others) be visible on the archive on the lilypond- website?] You need

Re: different tempos

2008-01-10 Thread Kieren MacMillan
Hi Kostia, Welcome to Lilypond! =) Without seeing your exact code (Lilypond source file), it is difficult to diagnose the problem. However, I might recommend the following approach: 1. Writing all the music in a very "short" time signature (e.g., 2/4, or even 1/4). 2. Remove all TimeSig

different tempos

2008-01-08 Thread Kostia Rapoport
piece. i've tried to write down a piece with different tempos by using the \compressMusic - command and making one huge bar for the whole piece with different lengths for each staff. but this led to extremely uncomfortable time signatures and i couldn't find out how to make approp