Hi,

2011/11/15 Pato Press <tdy.p...@gmail.com>

> Hi list,
>
> At the second bar of these example,
>
> \version "2.14.2"
>
> \relative b'' {
>   e2 <d g>2:32 |
>   <d g>1:32 |
>   <d g>2:32  r2 |
> }
>
> the repeat beam step over the additional lines of the chord notes.
>
> How do I change the vertical position of the beam so it gets under the
> additional lines?
>
>
try:

\version "2.14.2"

\relative b'' {
        \override Stem #'no-stem-extend = ##t

  e2
  \once\override Stem #'length = #9.5
  <d g>2:32 |
  \once\override StemTremolo #'Y-offset = #-0.85
  <d g>1:32 |
  \once\override Stem #'length = #9.5
  <d g>2:32  r2 |
}

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

Reply via email to