Christian Hitz <[EMAIL PROTECTED]> writes:

> Today I noticed that the tremolo bars of a note collide with the note
> head when using the \stemUp switch.

That's a bug, LilyPond lengthen the stem if it's too short.

> (See the attached testfile). Is
> there somthing that I can do to avoid that?

Yes, you can kludge a fix by increasing the stem length, temporarily,
see below.

> My setup: lily: 1.5.52 on MacOS X (10.1.4).

   \score{
     \notes{
       % longer stems, to make place for tremolos
       \property Voice.Stem \override #'length = #9
       \stemUp c''4:32 r c''2:32 c''1:32
       \property Voice.Stem \revert
     }
   }

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
  • Tremolos Christian Hitz
    • Jan Nieuwenhuizen

Reply via email to