lilypond-user
[Top][All Lists]
Advanced

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

Re: Change print-appearance of chord members to different duration, but


From: address@hidden
Subject: Re: Change print-appearance of chord members to different duration, but not the logic behind.
Date: Mon, 25 Apr 2011 19:56:44 -0400

On Apr 25, 2011, at 7:09 PM, Nils wrote:

> Hello,
> 
> The goal is to have a very simple way of creating mixed-duration chords.I do 
> not know of any way to do this in lilypond which does not involve different 
> voices.
> 
> So I want to change single notes in a <chord> so that they appear as 
> different duration, but only as printed item. The duration of the whole 
> chord, Measure-calculation etc. should not be affected by this.
> 
> Is there some override to achieve this? 
> 
> Nils


{ <c' e' \tweak #'duration-log #1 g'> }
{ <c' e' \tweak #'stencil #(lambda (grob) (grob-interpret-markup grob (markup 
#:musicglyph "noteheads.s1"))) g'> }

Cheers,
MS


reply via email to

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