Hi Daniel,

Does this work?

\version "2.18.0"

\version "2.18.0"
myoctavate =
#(define-music-function (parser location music) (ly:music?)
  #{ \context Bottom << $music \transpose c c' \relative $music >> #})

\relative { \myoctavate { a b c d } e f g a }
%% Instead of
\myoctavate \relative { a b c d e f g a }

Hope this helps!
Kieren.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to