lilypond-user
[Top][All Lists]
Advanced

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

Re: How to print measure position as each note prints


From: Jay Vara
Subject: Re: How to print measure position as each note prints
Date: Tue, 23 Sep 2014 18:25:00 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

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