]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
(read-encoding-file): split up large function,
[lilypond.git] / ly / property-init.ly
index 421af5747ac841328e351ed45c8eb7f0f5508213..4d11d8ff6887d8f23a0a17e3ee75342ec82fd577 100644 (file)
@@ -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