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
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
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
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
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
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
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
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 *
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
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,
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
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
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
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
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
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
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
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
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
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
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,
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'
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
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
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
\new Staff with capital letter ;)
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
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
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
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
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
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
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
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
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
> 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
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
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
On Sun, 31 Jan 2010, Stefan Thomas wrote:
> in the below quoted snippet, the markup in the textspanner doesn't
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
39 matches
Mail list logo