lilypond-user
[Top][All Lists]
Advanced

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

Re: changing the appearance of noteheads


From: Trevor Bača
Subject: Re: changing the appearance of noteheads
Date: Mon, 4 Dec 2006 11:03:20 -0600

On 11/23/06, Martijn Vromans <address@hidden> wrote:
Thank you very much! I already tried, but it doesn't work somehow. Are there
any known bugs? Probably I just do something stupid. In the layout block I
inserted this code:

\context{
      \Staff
        \override NoteCollision #'merge-differently-headed = ##t
    }

It's rather strange, because it worked in another case!

Hi Martijn,

The NEWS file for 2.10 points out that the duration-log attribute of
the NoteHead grob can now be \overriden.

%%% BEGIN %%%

\version "2.10.0"

\new Staff {
 \override NoteHead #'duration-log = #1
 c'16
}

%%% END %%%


--
Trevor Bača
address@hidden

reply via email to

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