on 2013-05-20 at 21:14 David Nalesnik wrote:
> Just a thought: have you tried using grid lines?
>
> http://www.lilypond.org/doc/v2.17/Documentation/notation/outside-the-staff#grid-lines
mmm... doesn't seem to be what i wanted to get (which is something like
the attached image).
now thanks to
on 2013-05-20 at 21:04 David Nalesnik wrote:
> The only way I know to do this is to create your own filled box to
> replace the stem. You can incorporate the following override, which
> specifies a rounded box with no rounding of the corners:
>
> \override Stem.stencil = #(lambda (grob)
>
> i wanted to include in my score a reference timeline with a tick at every
> beat. the code below is the best i could come up with:
Just a thought: have you tried using grid lines?
http://www.lilypond.org/doc/v2.17/Documentation/notation/outside-the-staff#grid-lines
_
Hi Luis,
On Mon, May 20, 2013 at 8:22 PM, luis jure wrote:
> everything looks fine except for one small detail: the stem has rounded
> tips, while the barline is rectangular (see the second image).
>
> can this be changed?
>
The only way I know to do this is to create your own filled box to r