lilypond-user
[Top][All Lists]
Advanced

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

transposing and changePitch


From: Stefan Thomas
Subject: transposing and changePitch
Date: Sat, 30 Jan 2010 15:04:14 +0100

Dear community,
in the below quoted snippet the change-Pitch-command does not work as expected. It doesn't produce the second pitch one octave higher!
\version "2.12.2"
\include "changePitch.ly"
     brokenoctaves = #(define-music-function (parser location x) (ly:music?)
         #{
             $x \transpose c c' $x
         #})

test =   {  \brokenoctaves  c8  }
\new Staff {   \changePitch \test { c' } }


reply via email to

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