lilypond-user
[Top][All Lists]
Advanced

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

scheme problems


From: Werner LEMBERG
Subject: scheme problems
Date: Sat, 25 Sep 2004 09:07:15 +0200 (CEST)

I want to get the `beamed-stem-shorten' property, modify it, then set
it:

  \override Beam #'beamed-stem-shorten =
    #(map (lambda (x) (* 0.8 x))
          (ly:grob-property 'Beam 'beamed-stem-shorten)) 

This doesn't work -- what's the right way to do it?  I haven't found
an example within lilypond how to get a property from a specific grob.


    Werner




reply via email to

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