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
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel
