lilypond-user
[Top][All Lists]
Advanced

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

Re: Move only one markup at the same place


From: Mark Polesky
Subject: Re: Move only one markup at the same place
Date: Fri, 24 Jul 2009 02:48:02 -0700 (PDT)

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



      




reply via email to

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