Re: Preventing page breaks

2006-09-21 Thread Mats Bengtsson
Graham Percival wrote: OnionRingOfDoom wrote: When I added the title of the piece in what used to be a single page of music, lilypond decided to split the piece into two pages with each line of music being spaced very far apart. Previously I had been using this code in order to squeeze as

New feature with ragged-last-bottom = ##f?

2006-09-21 Thread Thomas Scharkowski
Version 2.9.18 Windows: When I set ragged-last-bottom = ##f \break commands are ingnored, less bar per line are used resulting in more lines and a more even appearance. Is this a new feature? I did not find it in the "NEWS" section of the doc. I looks good but it should be possible to turn it

(Fwd) New feature with ragged-last-bottom = ##f?

2006-09-21 Thread Thomas Scharkowski
sorry, breaks are not ignored, but new breaks are inserted. --- Weitergeleitete Nachricht / Forwarded message --- Von:Thomas Scharkowski <[EMAIL PROTECTED]> An: lilypond-user@gnu.org Betreff:New feature with ragged-last-bottom = ##f?

Re: Problem with non-ASCII characters

2006-09-21 Thread Mats Bengtsson
Why do you use the texstr backend? As far as I know, it's just an old left over from some experiment that never was finished and it's certainly unsupported. Just use lilypond test.ly /Mats Ari Constancio wrote: Hello, I'm starting to use Lilypond (version 2.8.6-1) and I'm having problems w

Re: how to get Slur *not* to avoid Stems

2006-09-21 Thread Han-Wen Nienhuys
Kieren MacMillan wrote: [ Lilypond 2.9.18 ] Hello, all -- I'm trying to force a Slur to go through some Stems, but I'm having a terrible time. Even overriding the Stem #'positions doesn't seem to work! Anyone know how to solve this? Thanks, Kieren. ( try tuning down stem-encompass-penalt

Re: problem with line breaking with polyrhythm

2006-09-21 Thread Han-Wen Nienhuys
Han-Wen Nienhuys wrote: determined by looking at the whichBar property (Score level), but that gets set at Staff level if you do polyphonic music. Can you check what (Polymetric music, of course) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Desig

Re: Problem with non-ASCII characters

2006-09-21 Thread Ari Constancio
Hello, Thanks for replying. Why do you use the texstr backend? As far as I know, it's just an old left over from some experiment that never was finished and it's certainly unsupported. Probably because it says so in the documentation and it's not mencioned that it is an unsupported experiment

Re: Problem with non-ASCII characters

2006-09-21 Thread Mats Bengtsson
I noted that text in the manual after sending the previous response, but my comment is actually relevant for the tex backend as well, so we should remove that misleading information from the manual. My guess is that you didn't manage to save your file in UTF8 encoding, but it could also be that y

Re: Problem with non-ASCII characters

2006-09-21 Thread Ari Constancio
Bingo! $ file test.ly test.ly: ISO-8859 English text After setting M-x prefer-coding-system (in Emacs) to utf-8, everything was fine. So, after all, in spite of the misleading sentences in the docs, if the editor is correctly set for UTF-8, it works great. Thanks again, Ari Constancio On 9/21

Re: (Fwd) New feature with ragged-last-bottom = ##f?

2006-09-21 Thread Joe Neeman
On Thu, 2006-09-21 at 10:03 +0200, Thomas Scharkowski wrote: > sorry, breaks are not ignored, but new breaks are inserted. > > --- Weitergeleitete Nachricht / Forwarded message --- > Von: Thomas Scharkowski <[EMAIL PROTECTED]> > An: lilypond-user@gnu.org

RE: Problem with \markup { \score } quitting after first measure

2006-09-21 Thread Rick Hansen (aka RickH)
You led me onto something Trent so think I found a fix for this, and no longer consider it a bug. When I also add "system-count = 1" to the markup score then it works fine. It seems that if your are using system-count at all in your main score then you MUST ALSO specify a system-count on any \ma

Re: Avoiding collisions between voices?

2006-09-21 Thread Mats Bengtsson
Just replace your \stemUp \shiftRight with \voiceThree. Actually, I think the result looks even better if you use \voiceTwo instead, but you probably have a good reason to let the stems point up. Read also about \shiftOn, \shiftOnn, \shiftOnnn and \shiftOff in the manual. The difference between \v

Re: Preventing page breaks

2006-09-21 Thread Rick Hansen (aka RickH)
Also make sure you are aware of the system-count property available. Generally I set the between-system-padding to 1 (to negate it) then just adjust the between-system-space and system-count parameters until the music is nicely flowed down the whole page. (between-system-padding comes into play

Re: how to get Slur *not* to avoid Stems

2006-09-21 Thread Kieren MacMillan
Hi, Han-Wen: try tuning down stem-encompass-penalty from its default 30.0 in #'details of the Slur. Thanks for the suggestion. However, I tried %%% BEGIN SNIPPET %%% \version "2.9.18" \paper { indent = 0\in line-width = 3\in } theMusic = \relative c'' { \voiceOne

Re: Avoiding collisions between voices?

2006-09-21 Thread Kilian A. Foth
Mats Bengtsson writes: > > Kilian A. Foth wrote: > > > Hello list, > > > > here is a snippet I've been inputting where I can't seem to move a > > colliding note away: > > > > [...] > > > > > Just replace your \stemUp \shiftRight with \voiceThree. > Actually, I think the result looks

Re: Swing Midi

2006-09-21 Thread Ted Walther
On Thu, Sep 21, 2006 at 08:25:48AM +0200, Erik Sandberg wrote: On Wednesday 20 September 2006 22:55, Ted Walther wrote: On Wed, Sep 20, 2006 at 11:34:33AM -0500, David Greene wrote: >>If you want to do something more generic (something you can apply >>on any existing ly score), then you may want

Re: Swing Midi

2006-09-21 Thread Rick Hansen (aka RickH)
Band In A Box will allow you to "restyle" any music to jazz swing, bebop swing, country swing, latin, tango, whatever, and it will import/export midi files, I believe thay have over a thousand different "styles" to date. Just import your file, apply the desired style then export back to midi. Ni

Re: Indentation despite noindent

2006-09-21 Thread James Cownie
Date: Thu, 21 Sep 2006 07:41:19 +0800 (CST) From: Mark Pim <[EMAIL PROTECTED]> Subject: Re: Indentation despite noindent To: lilypond-user@gnu.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Sounds more like a problem with LaTeX than Lilypond. Try setting \parinden

How to "loosen up" the balloon box? (cool ossia trick you can use too)

2006-09-21 Thread Rick Hansen (aka RickH)
In the example that follows I'm using a "helium balloon on a string" to point at an ossia. I like everything about this example except for the box (balloon) that gets drawn around the note head. Is there any way to "loosen up" the box, that is, add some internal padding so that the inside edges

Re: problem with line breaking with polyrhythm

2006-09-21 Thread Libero Mureddu
Hi, unfortunately it doesn't work. I put my example in the message, so you can see if I did something wrong with the whichBar property. (I tried in the first and in the second staff). Thanks, Libero lily 2.9.17 ibook g4 mac os 10.4.7 %%% SNIPPET %%% \score { <<

Padding doesn't work

2006-09-21 Thread OnionRingOfDoom
I've tried to add padding to several objects, but it doesn't seem to work. My code is as follows: \once \override RehersalMark #'staff-padding = #2.0 \mark \default | and \override OttavaBracket #'padding = #2.5 Both these code snippets do absolutly nothing. It's also rather unclear to me in

Re: Padding doesn't work

2006-09-21 Thread Kieren MacMillan
Hello, OROD! how do I know what to substitute for Voice? Finding the info is a *little* circuitous, but... 1. Look in the docs at (e.g.) RehearsalMark: 2. Near the top of the page, it says: "Re

Re: Padding doesn't work

2006-09-21 Thread OnionRingOfDoom
Ok, thanks for the quick help there! Someone should fix the doc so that it's a little easier to find that info though... -- View this message in context: http://www.nabble.com/Padding-doesn%27t-work-tf2315711.html#a6440590 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.

Re: Padding doesn't work

2006-09-21 Thread OnionRingOfDoom
Kieren MacMillan wrote: > > Therefore, you need to use Score.RehearsalMark instead of just > RehearsalMark (unless you happen to be *in* the Score context, which > doesn't happen very often). > Hmm, it solved the ottavaBracket problem, but the rehersal marks still arn't moving. My code is

Re: Padding doesn't work

2006-09-21 Thread Mats Bengtsson
OnionRingOfDoom wrote: Ok, thanks for the quick help there! Someone should fix the doc so that it's a little easier to find that info though... Please see http://lilypond.org/web/devel/participating/documentation-adding /Mats -- = Mats

Re: How to "loosen up" the balloon box? (cool ossia trick you can use too)

2006-09-21 Thread Mats Bengtsson
Try \once \override NoteHead #'balloon-padding = #0.6 The property name is listed if you click on the link to text-balloon-interface, even though the text describing the property is missing. /Mats Rick Hansen (aka RickH) wrote: In the example that follows I'm using a "helium balloon on a s

Re: Padding doesn't work

2006-09-21 Thread Mats Bengtsson
If you check the printouts from LilyPond (or the .log file if you are on Windows and just double clicked on the .ly file), you will see something like: ... Interpreting music... test.ly:1:0: warning: not a grob name, `RehersalMark' ... This warning message simply tells you that you misspelled t