X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Fproperty-init.ly;h=4d11d8ff6887d8f23a0a17e3ee75342ec82fd577;hb=b6f33517b38cf00bbd6d09b3a1186552b24427f3;hp=421af5747ac841328e351ed45c8eb7f0f5508213;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/ly/property-init.ly b/ly/property-init.ly index 421af5747a..4d11d8ff68 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -1,6 +1,6 @@ % property-init.ly -\version "2.1.28" +\version "2.1.36" stemUp = \override Stem #'direction = #1 stemDown = \override Stem #'direction = #-1 @@ -31,6 +31,11 @@ tieBoth = \revert Tie #'direction tieDotted = \override Tie #'dashed = #1 tieSolid = \revert Tie #'dashed +setEasyHeads = \sequential { + \override NoteHead #'print-function = #Note_head::brew_ez_stencil + \override NoteHead #'Y-extent-callback = #'() + \override NoteHead #'X-extent-callback = #'() +} dynamicUp = { \override DynamicText #'direction = #1