Trevor Bača escreveu:
> Hi,
> 
> It's easy to override a notehead to a harmonic diamond with the usual
> override syntax:
> 
>  \once \override NoteHead #'style = #'harmonic
> 
> On the other hand, the only way I can figure out to override a
> notehead to a filled diamond is with the  shapeNoteStyles setting ...
> 
>  \once \set shapeNoteStyles = ##(mi mi mi mi mi mi mi)
> 
> ... which is messier.
> 
> Question: is there a way to access the shape note styles (like the
> filled diamon, tilted triangle, square, wedge, etc) with the usual
> override syntax instead with the shapeNoteStyles setting?

have you tried

  #'style= #'mi 

?

-- 

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to