Re: Doubling at the octave

2013-12-15 Thread David Kastrup
Alex Loomis writes: > Could someone explain why this doesn't work? > > \version "2.16.2" > > octava = > > #(define-music-function > > (parser location music-input) > > (ly:music?) > > #{ > > \partcombine #music-input \transpose c c' #music-input > > #}) > > \octava { c' d' e' } Most operations (

Re: Doubling at the octave

2013-12-14 Thread Alex Loomis
> (ly:music?) > #{ > \partcombine $music-input \transpose c c' $music-input > #}) > \octava { c' d' e' } > > > (Note I don't have 2.16.2 installed, so I changed it to 2.16.1 but I don't > think that should make a difference here.) > > HTH, >

Re: Doubling at the octave

2013-12-14 Thread Paul Morris
nput #}) \octava { c' d' e' } (Note I don't have 2.16.2 installed, so I changed it to 2.16.1 but I don't think that should make a difference here.) HTH, -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/Doubling-at-the-octave-tp155799p155800

Doubling at the octave

2013-12-14 Thread Alex Loomis
Could someone explain why this doesn't work? \version "2.16.2" octava = #(define-music-function (parser location music-input) (ly:music?) #{ \partcombine #music-input \transpose c c' #music-input #}) \octava { c' d' e' } ___ lilypond-user mailing