]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
Fix #642.
[lilypond.git] / ly / engraver-init.ly
index 480a1ad6dc8551b8a629fc0eab5602c149549ebe..ffee024a1cf1e5042535f00a92066575fb96dbbf 100644 (file)
@@ -300,9 +300,8 @@ contained staves are connected vertically."
   \name "PianoStaff"
   \alias "GrandStaff"
 
-  \description "Just like @code{GrandStaff} but with a forced
-distance between the staves, so cross staff beaming and slurring
-can be used."
+  \description "Just like @code{GrandStaff} but with support for
+instrument names at the start of each system."
 
   \consists "Instrument_name_engraver"
   
@@ -609,10 +608,12 @@ automatically when an output definition (a @code{\score} or
   keepAliveInterfaces = #'(
     rhythmic-grob-interface
     lyric-interface
+    percent-repeat-item-interface
+    percent-repeat-interface
 
     ;; need this, as stanza numbers are items, and appear only once. 
     stanza-number-interface
-    percent-repeat-interface)
+  )
   quotedEventTypes = #'(
     note-event
     rest-event