Alex Loomis wrote
> Could someone explain why this doesn't work?

I think you need to use $music-input instead of #music-input:

\version "2.16.1"
octava =
#(define-music-function
(parser location music-input)
(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,
-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Doubling-at-the-octave-tp155799p155800.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to