Re: outside-staff-priority with slur and hairpin

2009-09-18 Thread Trevor Daniels
Jonathan Wilkes wrote Friday, September 18, 2009 6:51 AM --- On Thu, 9/17/09, Trevor Daniels t.dani...@treda.co.uk wrote: Have you not read the Learning Manual? The Notation Reference assumes you have. This is explained in considerable detail in section 4.4.3. Sorry, I wasn't very clear.

Frescobaldi and rumor are in Debian now

2009-09-18 Thread rosea grammostola
Hi, Frescobaldi (Debian testing) and Rumor (unstable) are in Debian now! \r ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

midi2ly (continued)

2009-09-18 Thread Martin Tarenskeen
Hi, I posted earlier my problems with midi2ly. midi2ly is no longer supported, sorry was the reaction I got. So I decided to try to fix the problems I was having, while at the same time learning to program some Python. The main problem I wanted to fix first: Midifile format-1 files often

Re: Fine-tuning of markup positions

2009-09-18 Thread Robin Bannister
MarcHohl wrote: Is there a different approach I can use? If the three-part \fill-line is so dominant, I suppose you have to cope using ordinary lines. But \concat and \with-dimensions might make this easier to twiddle: maintain total \hspace by hand. matrix = \markup {

Re: Fine-tuning of markup positions

2009-09-18 Thread Marc Hohl
Robin Bannister schrieb: MarcHohl wrote: Is there a different approach I can use? If the three-part \fill-line is so dominant, I suppose you have to cope using ordinary lines. But \concat and \with-dimensions might make this easier to twiddle: maintain total \hspace by hand. matrix

cancelling \RemoveEmptyStaffContext

2009-09-18 Thread Kieren MacMillan
Hello all, If I have an \include file which contains a \context { \RemoveEmptyStaffContext } and I want to use the \include file [for the rest of its contents] but *not* have the \RESC, how can I cancel it in the file where I've got the \include? Thanks, Kieren.

Re: cancelling \RemoveEmptyStaffContext

2009-09-18 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 18. September 2009 15:07:22 schrieb Kieren MacMillan: Hello all, If I have an \include file which contains a \context { \RemoveEmptyStaffContext } and I want to use the \include file [for the rest of its contents] but *not* have

Re: cancelling \RemoveEmptyStaffContext

2009-09-18 Thread Kieren MacMillan
Hi Reinhold, it might work to revert the changes that RESC does to the Staff context: \context { \Staff \consists Axis_group_engraver \remove Hara_kiri_engraver \revert Beam #'auto-knee-gap \revert VerticalAxisGroup #'remove-empty } After all, \RESC is just a shortcut for certain

Re: cancelling \RemoveEmptyStaffContext

2009-09-18 Thread Mats Bengtsson
Kieren, the solution that I sent to you (and where I mistakenly forgot to Cc the mailing list) was wrong. What I had in mind was that it should work to add the lines \layout{ RemoveEmptyStaffContext= \context { \Staff } } above your \include line, i.e. before the parser first sees the

Re: cancelling \RemoveEmptyStaffContext

2009-09-18 Thread Neil Thornock
Unless you're dealing with a great number of previously-existing files, I would put this type of information in its own file (maybe with other layout prefs) and then create two versions of that file. I'm sure you know the trick, and it is cumbersome, but it only need be done once. Otherwise,

Re: cancelling \RemoveEmptyStaffContext [SOLUTION]

2009-09-18 Thread Kieren MacMillan
Hi Mats, it should work to add the lines \layout { RemoveEmptyStaffContext = \context { \Staff } } above your \include line, i.e. before the parser first sees the \RemoveEmptyStaffContext. And the winner is... Mats! =) As desired, this cancels the effect of \RESC *without* any need to

\stemUp etc can inhibit key signature change

2009-09-18 Thread Richard Sabey
I'm laying out a piece of piano music which is monophonic, but with the notes passing frequently from hand to hand. For the performer's convenience I notate it on two staves. For my own convenience, I'm coding it as if there is only one strand of music, and I use \change Staff as necessary. I

lily2image

2009-09-18 Thread Patrick Schmidt
Hi Jon and Patrick, I found your script lily2image in the archives (http://article.gmane.org/gmane.comp.gnu.lilypond.general/41125) and tried it out. Unfortunately I got a bus error: patrick-schmidts-computer:~ PLS$ lily2image -r=72 -f=png

Re: Frescobaldi and rumor are in Debian now

2009-09-18 Thread Wilbert Berendsen
Op vrijdag 18 september 2009, schreef rosea grammostola: Frescobaldi (Debian testing) and Rumor (unstable) are in Debian now! Nice! best regards, Wilbert Berendsen -- Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/ Nederlands LilyPond forum: http://www.lilypondforum.nl/

Re: lily2image

2009-09-18 Thread Jonathan Kulp
Hi Patrick, It looks like you don't have your machine set up for command-line usage on Mac (there's a page in Application Usage about this: http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Setup-for-MacOS-X#Setup-for-MacOS-X If you've already done this then I'm not sure what

Re: outside-staff-priority with slur and hairpin

2009-09-18 Thread Jonathan Wilkes
--- On Fri, 9/18/09, Trevor Daniels t.dani...@treda.co.uk wrote: From: Trevor Daniels t.dani...@treda.co.uk Subject: Re: outside-staff-priority with slur and hairpin To: Jonathan Wilkes jancs...@yahoo.com, lilypond-user@gnu.org Date: Friday, September 18, 2009, 10:22 AM Jonathan Wilkes

Text editor

2009-09-18 Thread Ralph Palmer
Greetings - While I continue to try to emacs to work on my Ubuntu installation, I have a related question. ConTEXT, my favorite text editor for LilyPond and ABC on my WinXP machine, has recently gone open source. Has anyone successfully ported (is that the correct term? Compiled for?) ConTEXT to

Re: Text editor

2009-09-18 Thread Neil Puttock
2009/9/18 Ralph Palmer palmer.r.vio...@gmail.com: ConTEXT, my favorite text editor for LilyPond and ABC on my WinXP machine, has recently gone open source. Has anyone successfully ported (is that the correct term? Compiled for?) ConTEXT to Linux? If so, would you be willing to help me get

Re: outside-staff-priority with slur and hairpin

2009-09-18 Thread Trevor Daniels
Jonathan Wilkes wrote Friday, September 18, 2009 7:12 PM --- On Fri, 9/18/09, Trevor Daniels t.dani...@treda.co.uk wrote: The difficulty is that there is no general rule that can be used to discover which properties have an effect on a particular grob and which do not. In this case one has

markers indicating a semitone bowing markers....

2009-09-18 Thread paul Malcolm
I am a new user to Lilypond and Im a Viola player. Typesetting music for string players is my interest. 1) What I would like to do is use a circumflex to mark a semitone. This is widely used by string teachers but I cannot see how to do it in Lilypond. For example e f would be written