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: address@hidden
Subject: Re: change notehead without changing duration
Date: Mon, 25 Jun 2012 23:10:02 +0200

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!
~Mike




reply via email to

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