]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Move `easy notation' print callback to scheme.
[lilypond.git] / ly / property-init.ly
index 3063f39807abf3551f37d774250cac5bf5c2d188..49ff7dc560b0e46d7a4c650dcaa871f3241b83e0 100644 (file)
@@ -117,8 +117,8 @@ tieSolid = {
 }
 
 easyHeadsOn = {
-  \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
-  \override NoteHead #'font-size = #-7
+  \override NoteHead #'stencil = #note-head::brew-ez-stencil
+  \override NoteHead #'font-size = #-8
   \override NoteHead #'font-family = #'sans
   \override NoteHead #'font-series = #'bold
 }