Neil 

> Add this to your \layout block:
> 
> \context {
> \Score
> \override PaperColumn.stencil = #ly:paper-column::print
> }
> 


Great! This works nicely. Now I understand better how this thing works 
internally!

> 
> You don't set this to anything that the grob will read (see below).
> 
> >      (ly:text-interface::print grob)
> 
> ly:text-interface::print grob looks at the 'text property.
> 
> Unless the grob supports text-interface (which NoteHead doesn't) you
> should use the helper function grob-interpret-markup instead which
> takes the grob and a markup as arguments.
> 
> Cheers,
> Neil
> 


My point in getting the measurePosition is actually to change it as 
needed within the measure. I wonder if I can get this info from the grob 
or some other way. I would like to have bar lines inside the measure and 
also turn on Completion_heads_engraver.

Cheers,
Jay



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

Reply via email to