lilypond-user
[Top][All Lists]
Advanced

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

Re: changing vertical position of tremolo beams


From: Thomas Morley
Subject: Re: changing vertical position of tremolo beams
Date: Wed, 16 Nov 2011 01:07:11 +0100

Hi,

2011/11/15 Pato Press <address@hidden>
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

reply via email to

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