Re: transposing and changePitch

2010-01-31 Thread Stefan Thomas
Dear Gilles, Wow, thats great! I'm always wondering what scheme and lilypond can do. I think, I should learn it. 2010/2/1 Gilles THIBAULT > > > I wanted to get the output: > { c'8 c'' d' d'' e' e'' } %etc. > by typing: > { \changePitch \test { c' d' e' } } > > Ok, i understand now. > Well, i thi

Re: importing from sibelius

2010-01-31 Thread Kirill Sidorov
This concoction of mine might be of interest to some: http://www.sidorefa.com/sib2ly/ To my best knowledge, this tool is substantially more powerful than other existing Sib->Ly converters. You are welcome to try it out. The whole thing is absolutely free and open source, naturally. Written

Re: Sibelius and Lilypond

2010-01-31 Thread Kirill Sidorov
Kirill is back)) This concoction of mine might be of interest to some: http://www.sidorefa.com/sib2ly/ To my best knowledge, this tool is substantially more powerful than other existing Sib->Ly converters. You are welcome to try it out. The whole thing is absolutely free and open source, n

Re: Octavation

2010-01-31 Thread Kirill Sidorov
There has been some progress, gentlemen. This concoction of mine might be of interest to some: http://www.sidorefa.com/sib2ly/ To my best knowledge, this tool is substantially more powerful than other existing Sib->Ly converters. You are welcome to try it out. The whole thing is absolutely

Re: Sibelius conversion - sib2ly

2010-01-31 Thread Kirill Sidorov
This new tool I wrote might be of interest to some: http://www.sidorefa.com/sib2ly/ To my best knowledge, this is the most powerful Sibelius to LilyPond converter to date. The whole thing is, of course, free and open source. Tell me what you think. Best, Kirill Sidorov -- View this message

New Sibelius to LilyPond conversion suite

2010-01-31 Thread Kirill
This new tool I wrote might be of interest to some: http://www.sidorefa.com/sib2ly/ To my best knowledge, this is the most powerful Sibelius to LilyPond converter to date. The whole thing is, of course, free and open source. Tell me what you think. Best, Kirill Sidorov

Re: indexing the docs

2010-01-31 Thread Hugh Myers
Will do. Perhaps this is a way for me to help out. --hsm On Sun, Jan 31, 2010 at 8:33 PM, Graham Percival wrote: > On Sun, Jan 31, 2010 at 08:26:21PM -0700, Hugh Myers wrote: >> What mechanism creates the index(s) for the documentation? > > Texinfo.  Somebody adds @cindex to the docs, and texinf

Re: Grouped beams

2010-01-31 Thread Frank Steinmetzger
Am Montag, 1. Februar 2010 schrieb Carl Sorensen: > > I'm already working with override-auto-beam-setting to have all those > > groups of 8. 16 8 you can see in my screenshot automatically separated: > > > > #(override-auto-beam-setting '(end * * * 8) 3 8) > > #(override-auto-beam-setting '(end *

Re: abc2ly 404 error

2010-01-31 Thread Patrick McCarty
On 2010-01-31, Hugh Myers wrote: > You might want to add abc2ly to their software list as well, since the > old write-up seems to have fallen along the wayside. I sent a request to the website admin at abcnotation.com. Thanks, Patrick ___ lilypond-use

Re: indexing the docs

2010-01-31 Thread Graham Percival
On Sun, Jan 31, 2010 at 08:26:21PM -0700, Hugh Myers wrote: > What mechanism creates the index(s) for the documentation? Texinfo. Somebody adds @cindex to the docs, and texinfo prints the page of that entry. If you want to add/move @cindex entries, we can talk. Look at the docs in webgit first,

indexing the docs

2010-01-31 Thread Hugh Myers
What mechanism creates the index(s) for the documentation? I ask this because while my printed documentation is badly out of date(I'm waiting for 12.14 ;-) ) I by chance noticed three problems just in one project this afternoon; no entry for page number, both entries for page break point to wrong p

Re: abc2ly 404 error

2010-01-31 Thread Hugh Myers
You might want to add abc2ly to their software list as well, since the old write-up seems to have fallen along the wayside. --hsm On Sun, Jan 31, 2010 at 7:49 PM, Patrick McCarty wrote: > On 2010-01-31, Hugh Myers wrote: >> The first URL mentioned in: >> >> C:\Users\hsmyers\Desktop\Lily Projects

Re: Grouped beams

2010-01-31 Thread Carl Sorensen
On 1/31/10 11:23 AM, "Frank Steinmetzger" wrote: > Hi group, > > I've got two questions concerning the attached measure (you see the original > and my attempt on reproducing it). > How can I achieve a similar "grouping" of beams? I.e. having one beam go > through, and the rest grouped. And se

Re: abc2ly 404 error

2010-01-31 Thread Patrick McCarty
On 2010-01-31, Hugh Myers wrote: > The first URL mentioned in: > > C:\Users\hsmyers\Desktop\Lily Projects>abc2ly -h > Usage: abc2ly [OPTION]... FILE > > abc2ly converts ABC music files (see > http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input. > > Options: >--version

Re: transposing and changePitch

2010-01-31 Thread Gilles THIBAULT
I wanted to get the output: { c'8 c'' d' d'' e' e'' } %etc. by typing: { \changePitch \test { c' d' e' } } Ok, i understand now. Well, i think the \brokenOctaves has to be a little more complex. % \version "2.12" \include "changePitch.ly" brokenOctaves

abc2ly 404 error

2010-01-31 Thread Hugh Myers
The first URL mentioned in: C:\Users\hsmyers\Desktop\Lily Projects>abc2ly -h Usage: abc2ly [OPTION]... FILE abc2ly converts ABC music files (see http://www.gre.ac.uk/~c.walshaw/abc2mtex/abc.txt) to LilyPond input. Options: --version show version number and exit -h, --help

Re: Grouped beams

2010-01-31 Thread Frank Steinmetzger
Am Sonntag, 31. Januar 2010 schrieb James Bailey: > On 31.01.2010, at 19:23, Frank Steinmetzger wrote: > > Hi group, > > > > I've got two questions concerning the attached measure (you see the > > original and my attempt on reproducing it). > I can't tell if there's a difference by your code, but

Re: Grouped beams

2010-01-31 Thread James Bailey
On 31.01.2010, at 19:23, Frank Steinmetzger wrote: Hi group, I've got two questions concerning the attached measure (you see the original and my attempt on reproducing it). How can I achieve a similar "grouping" of beams? I.e. having one beam go through, and the rest grouped. And secondly

Re: transposing and changePitch

2010-01-31 Thread Stefan Thomas
Dear Gilles, thanks for Your reply. But I had something different in mind: I wanted to get the output: { c'8 c'' d' d'' e' e'' } %etc. by typing: { \changePitch \test { c' d' e' } } And as far as I see, Your code does not do this. 2010/1/31 Gilles THIBAULT > > > > in the below quoted snippet the

Re: Ambitus

2010-01-31 Thread Reinhold Kainhofer
Am Sonntag, 31. Januar 2010 17:51:40 schrieb Neil Puttock: > On 30 January 2010 13:42, Bertalan Fodor (LilyPondTool) > > wrote: > > I checked the doc and couldn't find an easy way. Perhaps looking at the > > ambitus engraver source code would help more. Actually I think > > implementing tis possi

Re: Ambitus

2010-01-31 Thread Reinhold Kainhofer
Am Sonntag, 31. Januar 2010 20:46:14 schrieb Neil Puttock: > On 31 January 2010 17:46, Kieren MacMillan > > wrote: > > I've been wanting to put the ambitus information on another page -- > > specifically, a vocal range for a song on the title page. Is there a way > > to do this easily? > > Hmm,

Re: Ambitus

2010-01-31 Thread Neil Puttock
On 31 January 2010 17:46, Kieren MacMillan wrote: > I've been wanting to put the ambitus information on another page -- > specifically, a vocal range for a song on the title page. > Is there a way to do this easily? Hmm, I think this would be very tricky (if not impossible currently) since you'

Re: transpose help - piano staves

2010-01-31 Thread Patrick Schmidt
Original-Nachricht > Datum: Sun, 31 Jan 2010 10:03:53 -0800 > Von: Avram Aelony > An: lilypond-user@gnu.org > Betreff: transpose help - piano staves > > > Hello, > > I'd like to set up some ii-v-i voicing exercises for piano. > > The transpose seems to be working, but it's

transpose help - piano staves

2010-01-31 Thread Avram Aelony
Hello, I'd like to set up some ii-v-i voicing exercises for piano. The transpose seems to be working, but it's creating a "score" of staves rather than what I thought I was specifying, namely 2 measures of right hand/left hand piano, followed by a transpose for 2 measures, followed by an

Re: transpose help - piano staves

2010-01-31 Thread Avram Aelony
Many thanks, I'm new at this and didn't notice the warnings. I would have preferred to see an error, actually. I will hunt down a way to enforce all warnings as errors... Quite excellent and powerful!! Best regards, Avram On Jan 31, 2010, at 10:46 AM, Reinhold Kainhofer wrote: Am Sonnt

Re: transpose help - piano staves

2010-01-31 Thread Xavier Scheuer
\new Staff with capital letter ;) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: transpose help - piano staves

2010-01-31 Thread Reinhold Kainhofer
Am Sonntag, 31. Januar 2010 19:38:03 schrieben Sie: > Thank you, by adding curly brackets it is getting closer in that I > now see piano-staves, but they come out staggered rather than linear!! > How can I get the staves now in a linear fashion? Did you read the warnings that were printed out when

Re: transpose help - piano staves

2010-01-31 Thread Avram Aelony
Thank you, by adding curly brackets it is getting closer in that I now see piano-staves, but they come out staggered rather than linear!! How can I get the staves now in a linear fashion? Picture 7.png Description: application/applefile <> %{ Voicings ii-v %} \version "2.12.2" % necess

Re: transpose help - piano staves

2010-01-31 Thread Reinhold Kainhofer
Am Sonntag, 31. Januar 2010 19:09:19 schrieb Avram Aelony: >\new PianoStaff << > \new Staff = "rh" \rh > \transpose c d \rh > \transpose c e \rh Here the two \transpose commands are outside the staff! The staff contains just the immediately following expres

Grouped beams

2010-01-31 Thread Frank Steinmetzger
Hi group, I've got two questions concerning the attached measure (you see the original and my attempt on reproducing it). How can I achieve a similar "grouping" of beams? I.e. having one beam go through, and the rest grouped. And secondly, how can I get the \times mark on top of it? I'm alread

transpose help - piano staves (with attachment)

2010-01-31 Thread Avram Aelony
Hello, I'd like to set up some ii-v-i voicing exercises for piano. The transpose seems to be working, but it's creating a "score" of staves rather than what I thought I was specifying, namely 2 measures of right hand/left hand piano, followed by a transpose for 2 measures, followed by ano

transpose help - piano staves

2010-01-31 Thread Avram Aelony
Hello, I'd like to set up some ii-v-i voicing exercises for piano. The transpose seems to be working, but it's creating a "score" of staves rather than what I thought I was specifying, namely 2 measures of right hand/left hand piano, followed by a transpose for 2 measures, followed by ano

Re: Ambitus

2010-01-31 Thread Kieren MacMillan
Hi Neil, > Here's a quick hack using AmbitusLine: Cool! I've been wanting to put the ambitus information on another page -- specifically, a vocal range for a song on the title page. Is there a way to do this easily? Thanks, Kieren. ___ lilypond-user

Re: Ambitus

2010-01-31 Thread Neil Puttock
On 30 January 2010 13:42, Bertalan Fodor (LilyPondTool) wrote: > I checked the doc and couldn't find an easy way. Perhaps looking at the > ambitus engraver source code would help more. Actually I think implementing > tis possibility wouldn't be that hard for a developer. Here's a quick hack usin

Re: transposing and changePitch

2010-01-31 Thread Gilles THIBAULT
> in the below quoted snippet the change-Pitch-command does > not work as expected. It doesn't produce the second pitch > one octave higher! Try this (if i have understood what you wanted) % \version "2.12" \include "changePitch.ly" brokenoctaves = #(define-music-function

Re: markup in textspanner doens't work well

2010-01-31 Thread Neil Puttock
On 31 January 2010 15:26, Stefan Thomas wrote: > Yes, You are right. It sems to be the best solution, but it is a bit > strange, that the quarter-note is not printed. I would prefer in this case > this solution, if it would be possible This is a bug (which was fixed in 2.13.10). If you don't wa

Re: markup in textspanner doens't work well

2010-01-31 Thread Stefan Thomas
Dear Jethro, Yes, You are right. It sems to be the best solution, but it is a bit strange, that the quarter-note is not printed. I would prefer in this case this solution, if it would be possible 2010/1/31 Jethro Van Thuyne > On Sun, 31 Jan 2010, Stefan Thomas wrote: > > > in the below quoted sn

Re: markup in textspanner doens't work well

2010-01-31 Thread Jethro Van Thuyne
On Sun, 31 Jan 2010, Stefan Thomas wrote: > in the below quoted snippet, the markup in the textspanner doesn't

markup in textspanner doens't work well

2010-01-31 Thread Stefan Thomas
Dear community, in the below quoted snippet, the markup in the textspanner doesn't work as expected. I can't see a sign for a quarter-note! How can I produce it? \version "2.12.2" { \override Staff.TextSpanner #'(bound-details left text) = #"rit." \override Staff.TextSpanner #'(bound-details r