lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic octaves


From: Kieren MacMillan
Subject: Re: Automatic octaves
Date: Fri, 10 Jan 2014 10:42:08 -0500

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.



reply via email to

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