On 11/23/06, Martijn Vromans <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to