Re: Lyrics Problem

2007-02-01 Thread [EMAIL PROTECTED]
Hello!First of all thanks for your help. I already looked at that section of the manual, but somehow I didn't got it to work. With your help it now compiles without errors and warnings, but there is one thing I want to change:Now the lyrics are beneath the staffs, but I want them to be above (becau

Re: How do I get rehearsal marks at both end and beginning of lines?

2007-02-01 Thread Robert Kennedy
> > I want a rehearsal mark at the end of one line, and a different > > rehearsal mark at the beginning of the next line. > > Hmm. I've never seen this before. I assume that you use the > RehearsalMark grob for something different, right? I don't understand your question. Something different fr

Re: Making a staff take extra vertical space?

2007-02-01 Thread Robert Kennedy
> > I wonder, though, how I can get it to appear *below* the chords... > > One method is to typeset the text as a text script instead of using \mark: > > | c'4^\markup { \huge \line{ \box "C" \bold "(first time only)" }} > > Then it will be connected to the stave and therefore the chords > w

Re: How do I get rehearsal marks at both end and beginning of lines?

2007-02-01 Thread Werner LEMBERG
> I want a rehearsal mark at the end of one line, and a different > rehearsal mark at the beginning of the next line. Hmm. I've never seen this before. I assume that you use the RehearsalMark grob for something different, right? Werner ___ li

How do I get rehearsal marks at both end and beginning of lines?

2007-02-01 Thread Robert Kennedy
I want a rehearsal mark at the end of one line, and a different rehearsal mark at the beginning of the next line. It seems to be a bug that rehearsal marks are junked as duplicates without regard to different values of their break-visibility properties. One of the rehearsal marks in the following

Re: convert-ly broken in 2.10/11.15?

2007-02-01 Thread Werner LEMBERG
> Traceback (most recent call last): >File "/Users/ssanders/Documents/Lilypond stuff/LilyPond 2.11.x/ > LilyPond.app/Contents/Resources/bin/convert-ly", line 22, in ? > import lilylib as ly > ImportError: No module named lilylib I think Han-Wen has fixed this already in the GIT reposi

Re: convert-ly broken in 2.10/11.15?

2007-02-01 Thread Robert Kennedy
> I've probably missed something, but in v 2.10.14/2.11/14 and > 2.10.15/2.11.15 if convert-ly is invoked (through Update Syntax), the > following message is presented: > > Traceback (most recent call last): >File "/Users/ssanders/Documents/Lilypond stuff/LilyPond 2.11.x/ > LilyPond.app

Importing the LilyPond macro into OpenOffice 2.1

2007-02-01 Thread Mike Dean
Hi... I'm looking for steps to incorporate the LilyPond macro into OpenOffice 2.1 in Windows, since the instructions I've found on http://ooolilypond.sourceforge.net/#Installation do not match up... Register the basic macro in OpenOffice.org - Select from the Menu: "Tools" --> "Macros" --> "Organi

convert-ly broken in 2.10/11.15?

2007-02-01 Thread Stan Sanderson
I've probably missed something, but in v 2.10.14/2.11/14 and 2.10.15/2.11.15 if convert-ly is invoked (through Update Syntax), the following message is presented: Traceback (most recent call last): File "/Users/ssanders/Documents/Lilypond stuff/LilyPond 2.11.x/ LilyPond.app/Contents/Resou

Re: Lilypond-book indentation

2007-02-01 Thread Matthew Syvinski
Thank you for your willingness to look at this. Background info: This is part of what is intended to be a LARGE liturgical work. Package "liturgix" is basically a set of convenience functions I wrote for typesetting Orthodox liturgical works. I can't imagine that it has ANY interaction with

Causing dyanmic text to overlap?

2007-02-01 Thread Trevor Bača
Hi, We usually want to avoid collisions at all cost. But is it possible to get the fortissimo below to vertically alignment perfectly with the surrounding pianissimi, sitting at exactly staff-padding = #8 (and keeping the tight spacing of the 32nds, achieve through proportionalNotationDuration)?

Re: pageBreak?

2007-02-01 Thread Trevor Bača
On 2/1/07, Ole Schmidt <[EMAIL PROTECTED]> wrote: So, instead of \override NonMusicalPaperColumn #'line-break-permission = ##f \override NonMusicalPaperColumn #'page-break-permission = ##f I have to use \override NonMusicalPaperColumn #'line-break-permission = ##f \override NonMusic

Re: pageBreak?

2007-02-01 Thread Trevor Bača
On 2/1/07, Joe Neeman <[EMAIL PROTECTED]> wrote: On 2/1/07, Trevor Bača <[EMAIL PROTECTED]> wrote: > Hi Joe, > > This is cool. > > So setting line-break-permission = ##f should preclude the value of > page-break-permission, right? (IOW, saying "don't put line breaks > anywhere except where I tell

Re: pageBreak?

2007-02-01 Thread Ole Schmidt
So, instead of \override NonMusicalPaperColumn #'line-break-permission = ##f \override NonMusicalPaperColumn #'page-break-permission = ##f I have to use \override NonMusicalPaperColumn #'line-break-permission = ##f \override NonMusicalPaperColumn #'page-break-permission = '(), righ

Re: pageBreak?

2007-02-01 Thread Joe Neeman
On 2/1/07, Trevor Bača <[EMAIL PROTECTED]> wrote: Hi Joe, This is cool. So setting line-break-permission = ##f should preclude the value of page-break-permission, right? (IOW, saying "don't put line breaks anywhere except where I tell you" should entail "don't put page breaks except where I tel

Re: Lilypond-book indentation

2007-02-01 Thread Mats Bengtsson
I can't repeat the problem. Could you please send a small example file to the mailing list illustrating the problem. /Mats Matthew Syvinski wrote: I know this has been discussed before, and I've searched the mailing list, but I can't seem to find a solution for the version I am using (2.10.1

RE: 1/4 notes stems don't merge

2007-02-01 Thread Fairchild
Jmarc - Try giving the s an explicit length as {a8 [a16 s8 a16 a8] } or {a8 [a16 s4 a16 a8] } - Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-marc LEGRAND Sent: Thursday, September 07, 2006 2:29 AM To:

Re: How do I fit lyrics?

2007-02-01 Thread Father Gordon Gilbert
Thanks, Mats, I'm looking at this briefly on my lunch hour, so I can't experiment with it now, but it looks very clear, and should do the job. I'll let you know tonight when I resume futzing around with it. Thanks again, Blessings, Fr. Gordon Gilbert+ -- Fr. Gordon Gilbert Penetanguishene, O

Re: pageBreak?

2007-02-01 Thread Ole Schmidt
ok., thank you Joe! Trevor, I just test it with your snipped: %%% \version "2.11.15" \new Score \with { \override NonMusicalPaperColumn #'line-break-permission = ##f \override NonMusicalPaperColumn #'page-break-permission = ##f } { \new Staff { \repeat un

Re: pageBreak?

2007-02-01 Thread Trevor Bača
Hi Ole, Thank Joe because I didn't know about it beforehand. Do both the page and line permissions work for you? Trevor. On 2/1/07, Ole Schmidt <[EMAIL PROTECTED]> wrote: Hi Trevor, This one is really cool!! works great, thank you! Really useful when typing a pretty complicated score... be

Re: Sibelius, Scorch, etc.

2007-02-01 Thread Mark Knoop
On 01/02/07, Keith E. Junker <[EMAIL PROTECTED]> wrote: Scorch is available for Linux now??? :) Actually, yes. Well, kind of. If you have wine installed, you can install IE6 easily with the ies4linux script[1]. And the Scorch plugin installs without a problem on top of that. [1] http://www.t

Re: pageBreak?

2007-02-01 Thread Ole Schmidt
Hi Trevor, This one is really cool!! works great, thank you! Really useful when typing a pretty complicated score... best ole Am 01.02.2007 um 17:19 schrieb Trevor Bača: On 1/28/07, Ole Schmidt <[EMAIL PROTECTED]> wrote: No, NonMusicalPaperColumn gives an error warning... ole Am 28.01.2

Lilypond-book indentation

2007-02-01 Thread Matthew Syvinski
I know this has been discussed before, and I've searched the mailing list, but I can't seem to find a solution for the version I am using (2.10.12). I want to make lilypond-book stop indenting the first line of music. Failing that, I *NEED* to make lilypond-book stop overhanging the first line of

Sibelius, Scorch, etc.

2007-02-01 Thread Keith E. Junker
Scorch is available for Linux now??? :) Keith On 2/1/07, Johan Vromans <[EMAIL PROTECTED]> wrote: > Someone sent me a Sibelius score and I need it printed. Try downloading Scorch from Sibelius.com: http://www.sibelius.com/cgi-bin/download/get.pl?com=sh&prod=scorch Doug ___

Re: pageBreak?

2007-02-01 Thread Trevor Bača
On 1/28/07, Joe Neeman <[EMAIL PROTECTED]> wrote: On 1/28/07, Trevor Bača <[EMAIL PROTECTED]> wrote: > On 1/28/07, Ole Schmidt <[EMAIL PROTECTED]> wrote: > > \noPageBreak work!! Thanks Joe! > > > > ole > > > > Am 28.01.2007 um 14:31 schrieb Bertalan Fodor: > > > > > Ole, have you tried \noPageBre

Re: pageBreak?

2007-02-01 Thread Trevor Bača
On 1/28/07, Ole Schmidt <[EMAIL PROTECTED]> wrote: No, NonMusicalPaperColumn gives an error warning... ole Am 28.01.2007 um 21:00 schrieb Joe Neeman: You can override Score.NonMusicalPaperColumn #'page-break-permission = ##f (or line-break-permission for line breaks) in the layout block.

Re: markup too long?

2007-02-01 Thread philippe hezaine
Mats Bengtsson wrote: As far as I understand, a \markup is treated as a single unit when it comes to line and page breaking, so it is up to you as a user to recognize this problem and manually split the \markup into several \markup blocks (or reducing the font size or whatever is the best solu

Re: (Slightly off-topic) Anyone use Sibelius?

2007-02-01 Thread Johan Vromans
Johan Vromans <[EMAIL PROTECTED]> writes: > Is there anyone on this list that has Sibelius, and is willing and > able to produce an A4 PostScript document or A4 PDF from this score? Thanks for all that helped! The problem has been solved. ___ lilypond

Re: (Slightly off-topic) Anyone use Sibelius?

2007-02-01 Thread Doug Wellington
On 2/1/07, Johan Vromans <[EMAIL PROTECTED]> wrote: Someone sent me a Sibelius score and I need it printed. Try downloading Scorch from Sibelius.com: http://www.sibelius.com/cgi-bin/download/get.pl?com=sh&prod=scorch Doug http://www.softsampling.com

Re: markup too long?

2007-02-01 Thread philippe hezaine
Graham Percival wrote: philippe hezaine wrote: For the second problem, I can't send my mail to the bug-lilypond mailing list. It seems that I am top-posting. (?) Please read http://lilypond.org/web/devel/participating/bugs In addition, your example is not short enough; please follow the

Re: Lyrics Problem

2007-02-01 Thread Mats Bengtsson
Basically, what you have to do is to provide a name to the corresponding voice of music and then refer to that with \lyricsto, see the sections on lyrics in the manual. In your example, it would look something like mylyrics = \lyricmode{ Hi, here's some ly -- rics } \score{ << \new PianoStaff <

Re: How do I fit lyrics?

2007-02-01 Thread Mats Bengtsson
You are on the right track. I found the following problems: - Since the \new Voice{...} section at the end of the tenor part should just be a continuation of the previous music, you probably wanted to include it in the definition of \tenor, i.e. tenor = \context Voice = "tenor" \relative c'

Re: How do I fit lyrics?

2007-02-01 Thread Father Gordon Gilbert
Hi Mats, Thanks for the advice. I tried doing what you advised, consulting also the Manual, and here's what I came up with. It compiles, but it only has the music and no words, and the music is only part of the whole song (the last verse). What did I do wrong? Thanks again for a wonderful pr

Re: How to change spacing between accidentals?

2007-02-01 Thread Han-Wen Nienhuys
Mats Bengtsson escreveu: > As far as I can understand, you are talking about the placement of the > accidentals within the key signatures, right. In that case, I don't > understand > why Han-Wen referred you to the mailing list, since that spacing is hard > coded in the implementation, which even c

Re: How to change spacing between accidentals?

2007-02-01 Thread Mats Bengtsson
As far as I can understand, you are talking about the placement of the accidentals within the key signatures, right. In that case, I don't understand why Han-Wen referred you to the mailing list, since that spacing is hard coded in the implementation, which even contains some special handling of

Re: How do I fit lyrics?

2007-02-01 Thread Mats Bengtsson
The basic principle is described in the section on "Divisi lyrics" in the manual. Just give a name to the corresponding part and use \lyricsto as usual. Something along the lines of bass = \relative c { \time 3/4 % First part of the song, with lyrics in unison: c2. | g | e | g | ... % Here start

(Slightly off-topic) Anyone use Sibelius?

2007-02-01 Thread Johan Vromans
Hi, Someone sent me a Sibelius score and I need it printed. Is there anyone on this list that has Sibelius, and is willing and able to produce an A4 PostScript document or A4 PDF from this score? Also, if possible (and not asking too much), a MIDI with the parts in separate tracks so I can conve

Re: markup too long?

2007-02-01 Thread Mats Bengtsson
philippe hezaine wrote: For the second problem, I can't send my mail to the bug-lilypond mailing list. It seems that I am top-posting. (?) Just add a line at the top of the email saying: This line is to prevent Gmane from suspecting me of top-posting. /Mats ___