On Fri, Jul 25, 2014 at 4:27 PM, David Nalesnik <[email protected]>
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 } ...
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to