]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property.ly
release: 1.3.129
[lilypond.git] / ly / property.ly
index 028933e231aa677b805ad6981cef9146ee1c6d1c..d73cf04da2e219c1aabb20e9f89391363cef37a5 100644 (file)
@@ -75,7 +75,8 @@ specialkey = {
 % End the incipit and print a ``normal line start''.
 endincipit = \notes{
     \partial 16; s16  % Hack to handle e.g. \bar ".|"; \endincipit
-    \property Staff.clefStyle = #"fullSizeChanges" 
+    \context Staff \outputproperty #(make-type-checker 'clef-interface) #'full-size-change = ##t
+    \context Staff \outputproperty #(make-type-checker 'clef-interface) #'non-default = ##t
     \bar "";
 }