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: 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 gilles.thiba...@free.fr in the

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 =

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 gilles.thiba...@free.fr I wanted to get the output: { c'8 c'' d' d'' e' e'' } %etc. by typing: { \changePitch \test { c' d' e' } } Ok, i understand

transposing and changePitch

2010-01-30 Thread Stefan Thomas
Dear community, in the below quoted snippet the change-Pitch-command does not work as expected. It doesn't produce the second pitch one octave higher! \version 2.12.2 \include changePitch.ly brokenoctaves = #(define-music-function (parser location x) (ly:music?) #{ $x

Re: transposing and changePitch

2010-01-30 Thread Mark Polesky
Stefan Thomas wrote: Dear community, in the below quoted snippet the change-Pitch-command does not work as expected. It doesn't produce the second pitch one octave higher! \version 2.12.2 \include changePitch.ly brokenoctaves = #(define-music-function (parser location x) (ly:music?)

Re: transposing and changePitch

2010-01-30 Thread Stefan Thomas
Dear Mark, I've used the last version of Gilles, at http://gillesth.free.fr/Lilypond/changePitch/changePitch.ly 2010/1/30 Mark Polesky markpole...@yahoo.com Stefan Thomas wrote: Dear community, in the below quoted snippet the change-Pitch-command does not work as expected. It doesn't