lilypond-devel
[Top][All Lists]
Advanced

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

Scheme question


From: Phil Holmes
Subject: Scheme question
Date: Mon, 13 Jun 2016 17:51:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Can anyone explain why the f in the attached code is 2 octaves above where 
I would expect them?

testy = #(define-music-function (note)
  (ly:music?)
#{
  \tag #'a { #note }
  \tag #'b { #note }
#})

\score {
\keepWithTag #'a {
    \new Staff
    {
      \new Voice { \relative c'' { c d e \testy f } }
    }
  }
}

TIA




reply via email to

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