lilypond-devel
[Top][All Lists]
Advanced

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

Re: some working grob properties are unlisted?


From: David Nalesnik
Subject: Re: some working grob properties are unlisted?
Date: Fri, 25 Jul 2014 16:36:55 -0500

On Fri, Jul 25, 2014 at 4:27 PM, David Nalesnik <address@hidden>
wrote:

>
>
>  \version "2.19.10"
>
> #(define (pr grob)
>    (let* ((layout (ly:grob-layout grob))
>           (defs (ly:output-def-lookup layout 'text-font-defaults))
>           (props (ly:grob-alist-chain grob defs)))
>      (format #t "immutable properties of grob: ~a~%~%~%" (car props))
>      (format #t "mutable properties of grob: ~a~%~%~%" (cadr props))
>      (format #t "font defaults: ~a~%~%~%" (caddr props)) ; or defs
>      ))
>
> \new Staff \with {
>   \override InstrumentName.baseline-skip = #10
>   \once \override InstrumentName.after-line-breaking = #pr
>   instrumentName = \markup { \column { Viola d'Amore } }
>   shortInstrumentName = #"Vln. "
> }
> {
>   c4.. g'16 c4.. g'16 | c1
>

missing } ...


reply via email to

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