]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
Bump version
[lilypond.git] / ly / engraver-init.ly
index 4a09d7c60954c8ba874ef4fe8d511dd436d5c0d7..d8ffe8990f129ca7ab01e262a07f22b5aa7b2f67 100644 (file)
@@ -291,6 +291,7 @@ contained staves are connected vertically."
   \consists "System_start_delimiter_engraver"
   systemStartDelimiter = #'SystemStartBrace
 
+  \defaultchild "Staff"
   \accepts "Staff"
   \accepts "FiguredBass"
 }
@@ -744,14 +745,10 @@ of Editio Vaticana."
 
   %% Prepare TextSpanner for \episem{Initium|Finis} use.
   %%
-  %% N.B.: dash-fraction MUST be unset; otherwise, TextSpanner will
-  %% always produce dashed lines, regardless of the style property.
-  %%
   %% FIXME: The line @code{\override TextSpanner #'padding = #-0.1} is
   %% required to force the articulation signs being placed vertically
   %% tightly to the correpsonding note heads.
   %%
-  \override TextSpanner #'dash-fraction = #'()
   \override TextSpanner #'style = #'line
   \override TextSpanner #'padding = #-0.1
 }