Alexander Kobel wrote:

> By the way - is there a way to output all (current or default) known 
> properties 
> of an object? Like \dump-properties Voice . Slur? This would be a _really_ 
> useful thingie to have...

If you just want to print stuff to the console, you can do this:

#(use-modules (ice-9 pretty-print))

{
  \once \override Slur #'before-line-breaking = 
    #(lambda (grob) (pretty-print (ly:grob-basic-properties grob)))
  c''( d'')
}

Otherwise, lose the pretty-print and manipulate things internally
as needed.

- Mark



      


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to