lilypond-user
[Top][All Lists]
Advanced

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

Re: Collision with \repeat tremolo and accidental of second note


From: Noeck
Subject: Re: Collision with \repeat tremolo and accidental of second note
Date: Fri, 01 Mar 2013 23:04:25 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130221 Thunderbird/17.0.3


Am 01.03.2013 22:56, schrieb Jethro Van Thuyne:
> In the mean time: is there a way for me to resolve this issue without
> using Inkscape to move the tremolo around? Can the vertical position
> of the tremolo be set manually?
> 
> Jethro
You could move the tremolo beam upwards (or left) in the mean time:

\relative c'' {
  \once\override Beam #'extra-offset = #'(-2 . 0)  % move it left
  \once\override Beam #'extra-offset = #'(0 . 3)   % move it up
  \repeat tremolo 16 { bes,32 aes' } |
}



reply via email to

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