Back to the drawing board (Sib->Ly)! And question about voices

2006-10-14 Thread Kirill
Ok, gentlemen. Summer is over, back to the drawing board (for those who still remember, the Sibelius->LyliPond plugin is in works). The following question might seem a bit unusual, but I'll ask anyway. Suppose I have a Staff, and two explicitly instantiated Voices in this Staff. These voices are

Re: lilypond-book shifts music right relative to text

2006-10-14 Thread Laura Conrad
> "Laura" == Laura Conrad <[EMAIL PROTECTED]> writes: Laura> I believe this has been discussed before, but I can't Laura> remember that anyone has figured out a solution. Laura> If you look at the output of the attached .lytex file, Laura> after running the commands: Laur

Setting line width from the command line?

2006-10-14 Thread Laura Conrad
I tried a bunch of variations on the -d option, and haven't found one that works yet: $ lilypond -dline-width=\"3\in\" essex-cantus.ly GNU LilyPond 2.9.23 warning: no such internal option: line-width And the lilypond process continues, but doesn't set the line width to 3 inches. -- Laura (mai

question about your application

2006-10-14 Thread david
One of the main uses of a notation application for me is transposing music between keys (playing tenor sax in piano notation for instance) Is your application able to transpose music to differen keys? Thanks ___ lilypond-user mailing list lilypond-u

Re: Connected arpeggios up-down

2006-10-14 Thread Mehmet Okonsar
It works! lots of thanks! On Thursday 12 October 2006 22:17, Mats Bengtsson wrote: > My fault! Since you connect arpeggios between the two > staves of a PianoStaff context, the setting has to be done > on the PianoStaff level. Just replace Staff with PianoStaff > in the macro definitions. > (You ca

Why No Page Numbers?

2006-10-14 Thread Mehmet Okonsar
Why don't I get page numbers (on the first page) here? = \version "2.9.22" \include "english.ly" \paper { first-page-number = 1 print-first-page-number = ##t } \score { \new Staff { c''1 } } = -- Mehmet Okonsar,

Re: question about your application

2006-10-14 Thread Mats Bengtsson
Quoting david <[EMAIL PROTECTED]>: One of the main uses of a notation application for me is transposing music between keys (playing tenor sax in piano notation for instance) Is your application able to transpose music to differen keys? Of course, as a quick look in the manual reveals. /Mat

Re: Setting line width from the command line?

2006-10-14 Thread Mats Bengtsson
Run lilypond -dhelp to see a full list of the options that can be set this way. (Run lilypond --help or lilypond -h to find out about the -dhelp option). /Mats Quoting Laura Conrad <[EMAIL PROTECTED]>: I tried a bunch of variations on the -d option, and haven't found one that works yet: $

Re: spacing in copyright-footer

2006-10-14 Thread Mats Bengtsson
Quoting Ole Hesprich <[EMAIL PROTECTED]>: Rick Hansen (aka RickH) wrote: Try inserting the statement shown below immediately prior to your \column statement. Then adjust the value of baseline-skip until it suits your taste: \override #'(baseline-skip . .5) Thanks, that works perfect! Whe

Re: Setting line width from the command line?

2006-10-14 Thread Laura Conrad
> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: Mats> Run lilypond -dhelp to see a full list of the options that Mats> can be set this way. (Run lilypond --help or lilypond -h to Mats> find out about the -dhelp option). Would it be possible to add line-width to that list?

Trying to set next-padding to 0

2006-10-14 Thread Stephen Torri
Below is my attempt at setting the next-padding value to 0 in a score so that the individual measure lines are moving closer to each other. With the annotate-spacing set to true I don't see next-padding changing to zero. What is the proper way to set next-padding? Stephen \score { << \overri

Making notes in Scheme?

2006-10-14 Thread Marcus Macauley
I see that there are basically two ways to make notes (music) from within a Scheme block. As far as I can tell, one way is powerful but cumbersome, and the other way is simple but not very powerful. I'm hoping maybe there's a third way that I haven't discovered yet, or that the second way i

Re: Trying to set next-padding to 0

2006-10-14 Thread Marcus Macauley
Stephen Torri wrote: Below is my attempt at setting the next-padding value to 0 in a score so that the individual measure lines are moving closer to each other. With the annotate-spacing set to true I don't see next-padding changing to zero. What is the proper way to set next-padding? Stephen

Re: Trying to set next-padding to 0

2006-10-14 Thread Stephen Torri
Changing the \overrideProperty to \outputProperty at in the master.ly does not work as the error report below shows. Stephen -- Parsing... master.ly:10:4: error: unknown escaped string: `\outputProperty' \outputProperty #"Score.NonMusicalPaperColumn" mast

Re: Setting line width from the command line?

2006-10-14 Thread Mats Bengtsson
With lilypond-book, you can easily override the line width using \begin[line-width=10\cm]{lilypond} ... \end{lilypond} /Mats Laura Conrad wrote: "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: Mats> Run lilypond -dhelp to see a full list of the options that Mats> can

Re: Back to the drawing board (Sib->Ly)! And question about voices

2006-10-14 Thread Mats Bengtsson
Possibly, \partcombine can handle this, otherwise I'm afraid the best solution is to implement a music function in Scheme that goes through the music and adds \voiceOne and \oneVoice at the appropriate places. At second thought, I guess you generate the .ly file from your program, so what you rea

Re: Back to the drawing board (Sib->Ly)! And question about voices

2006-10-14 Thread Kirill
Mats Bengtsson ee.kth.se> writes: > > Possibly, \partcombine can handle this, otherwise I'm afraid > the best solution is to implement a music function in Scheme > that goes through the music and adds \voiceOne and \oneVoice > at the appropriate places. > > At second thought, I guess you genera

Re: Back to the drawing board (Sib->Ly)! And question about voices

2006-10-14 Thread Mats Bengtsson
Quoting Kirill <[EMAIL PROTECTED]>: Mats Bengtsson ee.kth.se> writes: Possibly, \partcombine can handle this, otherwise I'm afraid the best solution is to implement a music function in Scheme that goes through the music and adds \voiceOne and \oneVoice at the appropriate places. At second t