lilypond-devel
[Top][All Lists]
Advanced

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

Outputproperty docu


From: Rune Zedeler
Subject: Outputproperty docu
Date: Thu, 05 Sep 2002 13:24:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

I still don't understand the outputproperty-statement - and the manual could be better.

Why does

#(define (make-text-checker text)
   (lambda (grob) (equal? text (ly-get-grob-property grob 'text))))
\score {
  \notes\relative c''' {
    \property Voice.Stem \set #'direction = #1
    \outputproperty #(make-text-checker "m.d.")
      #'extra-offset = #'(-3.5 . -4.5)
    a^2^"m.d." a^2^"m.d."
  }
}


only affect the 1st "m.d." ?

-Rune





reply via email to

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