2013/3/1 Noeck <noeck.marb...@gmx.de>: > > > 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 ? _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user