bug-lilypond
[Top][All Lists]
Advanced

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

ly:grob-system not working as expected


From: Mark Polesky
Subject: ly:grob-system not working as expected
Date: Tue, 2 Jul 2013 14:06:10 -0700 (PDT)

Compiling this file displays "#<Grob System >" on the stdout:


{
  \tweak before-line-breaking
    #(lambda (grob)
       (let* ((NoteColumn  (ly:grob-parent grob X)) 
              (PaperColumn (ly:grob-parent NoteColumn X)) 
              (System      (ly:grob-parent PaperColumn X)))
       (display System)))
  c'' 
}

I expected this to do the same, but instead it prints "()".

{
  \tweak before-line-breaking
    #(lambda (grob) (display (ly:grob-system grob)))
  c'' 
}

Am I missing something?  Or is ly:grob-system broken?

Thanks.
- Mark




reply via email to

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