lilypond-user
[Top][All Lists]
Advanced

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

Doubling at the octave


From: Alex Loomis
Subject: Doubling at the octave
Date: Sat, 14 Dec 2013 20:29:01 -0500

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' }


reply via email to

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