http://lilypond.1069038.n5.nabble.com/How-to-print-measure-position-as-each-note-prints-tp166727p166756.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Paul
>
> Paul Morris wrote
> > I'm not sure but what you're trying to do might best be done on the
input
> > side.
>
> Actually, nevermind since this is before measures/positions have been
> determined. My next thought is that you may need to
> create custom engraver, but I'm not even sure
'm not even sure that that would allow you to
change the measurePosition like you want.
Cheers,
-Paul
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/How-to-print-measure-position-as-each-note-prints-tp166727p166748.html
Sent from the User mailing
h I'd had them when
I was first learning Scheme!
Cheers,
-Paul
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/How-to-print-measure-position-as-each-note-prints-tp166727p166746.html
Sent from the User mailing list archive at Nabble.com.
___
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).
>
> >
On 23 September 2014 11:16, Jay Vara wrote:
>>I am not top-posting
>
> I am trying to figure out how measure position and measure length work
> so that I can change them to work properly with compound metres with
> appropriate bar lines, notes on bars split and tied etc.
>
> Two issues I have are:
>I am not top-posting
I am trying to figure out how measure position and measure length work
so that I can change them to work properly with compound metres with
appropriate bar lines, notes on bars split and tied etc.
Two issues I have are:
1) Where to place the function that prints measure po