lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doubling at the octave


From: Paul Morris
Subject: Re: Doubling at the octave
Date: Sat, 14 Dec 2013 17:41:47 -0800 (PST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]