lilypond-user
[Top][All Lists]
Advanced

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

Re: Can anyone help to code what is in png.


From: Matthew Collett
Subject: Re: Can anyone help to code what is in png.
Date: Wed, 8 Aug 2012 08:35:36 +1200

On 8/08/2012, at 5:12 am, Tim Roberts wrote:

> However, the boxy notehead in your png is not the current style of writing 
> that note (which is as a whole note with bars left and right).  What you have 
> there is the "Petrucci" style.  You can still achieve the boxy notehead by 
> overriding the notehead style for that one note:
> 
>     \override NoteHead #'style = #'petrucci
>     fis\breve ~
>     \revert NoteHead #'style
>     fis1

If the only change wanted in notehead style is square breves, then 

    \override NoteHead #'style = #'baroque 

is simpler, since you can just leave it on.

Best wishes,
Matthew


reply via email to

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