lilypond-user
[Top][All Lists]
Advanced

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

Wrong pitch


From: Christophe Papazian
Subject: Wrong pitch
Date: Thu, 13 Dec 2012 21:24:20 +0100

Hi,

I made a simple example of what I did, and I don't understand what's wrong :

%%%%%%%%%%%%%%%%
 \version "2.16.1"

ArpOne =
#(define-music-function
     (parser location noteA noteB)
     (ly:music? ly:music?)
   #{           
     #noteA #noteB
     #noteA #noteB
     #noteA #noteB
     #noteA #noteB
   #})


\relative c'' {\clef treble
aes1 \ArpOne a8 b c1
}
%%%%%%%%%%%%%%%%

If someone can help me to repeat my notes using a music function within the 
right octave !
(Here the octave is wrong as you can see if you try to typeset that example)

Thanks,

        Christophe




reply via email to

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