lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolos


From: Jan Nieuwenhuizen
Subject: Re: Tremolos
Date: Sun, 02 Jun 2002 22:56:26 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Christian Hitz <address@hidden> 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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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