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: Thomas Morley
Subject: Re: Collision with \repeat tremolo and accidental of second note
Date: Fri, 1 Mar 2013 23:55:08 +0100

2013/3/1 Noeck <address@hidden>:
>
>
> 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' } |
> }

With a 2.17.x (don't know exactly at which version 'beam-gap changed)
you could use:

\relative c''   {
        \override  Beam #'beam-gap = #'(-1 . 2.5)
    \repeat tremolo 16 { bes,32 aes' } |
  }

-Harm

BTW,
Mike, What about:
http://code.google.com/p/lilypond/issues/detail?id=3115
http://lists.gnu.org/archive/html/lilypond-user/2012-10/msg00320.html
?



reply via email to

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