lilypond-user
[Top][All Lists]
Advanced

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

Re: change notehead without changing duration


From: David Kastrup
Subject: Re: change notehead without changing duration
Date: Mon, 25 Jun 2012 23:14:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

"address@hidden" <address@hidden> writes:

> On 25 juin 2012, at 23:02, Jeffrey Trevino wrote:
>
>> Hi there,
>> 
>> Is there a straightforward way to change a notehead glyph without
>> changing the note's duration? I'm doing a beamless, stemless
>> notation, and I'd like to make some half notes look like quarter
>> notes, although they should still be half notes to Lilypond.
>> 
>> thank ya,
>> Jeff
>> 
>
> \relative c'' {
>   \override NoteHead #'duration-log = #1
>   a4 a a a
>   \override NoteHead #'duration-log = #2
>   a2 a a a
> }
>
> Go Cardinal!

Seems like a4*2 and a2*1/2 are a bit simpler to use.

-- 
David Kastrup




reply via email to

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