Re: stems and barlines

2013-05-20 Thread luis jure
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

Re: stems and barlines

2013-05-20 Thread luis jure
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) >

Re: stems and barlines

2013-05-20 Thread David Nalesnik
> 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 _

Re: stems and barlines

2013-05-20 Thread David Nalesnik
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

stems and barlines

2013-05-20 Thread luis jure
hello list, 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: \version "2.17.18" \new Staff = "timeline" \with { \remove "Bar_number_engraver" \remove "Time_signature_engraver" \remove "Clef_engraver" \overri