]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / ly / engraver-init.ly
index d15e164e6b4e793fabc053b641bcbe3765e52405..04c85316b37ba2875b5f3e7e28ea9c156e782b53 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.21"
+\version "2.1.22"
 
 
 %
@@ -565,7 +565,7 @@ OrchestralScoreContext = \translator {
 
 EasyNotation = \translator {
        \ScoreContext
-       NoteHead \override #'print-function = #Note_head::brew_ez_molecule
+       NoteHead \override #'print-function = #Note_head::brew_ez_stencil
        NoteHead \override #'Y-extent-callback = #'()
        NoteHead \override #'X-extent-callback = #'()
 }