]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/recording.ly
De-gender a few entires.
[lilypond.git] / input / no-notation / recording.ly
index 425c5973fd65d09db6573ffcc28e991736333b23..833dc8a9829575792a6bd26c7cd6e076aa1d1e57 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.29"
+\version "2.3.16"
 \header {
 
 texidoc = "The @code{Recording_group_engraver} will record events
@@ -8,14 +8,14 @@ how to skip the rendering and outputting step of the process, using
 
 }
 
-theMusic = \context Staff \notes { c4 d8-. }
+theMusic = \context Staff  { c4 d8-. }
 
 #(define (notice-the-events context lst)
   (map (lambda (x) (display x) (newline))  lst))
 
 listener = \paper {
  \context {
-   \VoiceContext
+   \Voice
    \type "Recording_group_engraver"
    recordEventSequence = #notice-the-events
  }