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 (
> (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,
>
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
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