]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/recording.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / no-notation / recording.ly
index 833dc8a9829575792a6bd26c7cd6e076aa1d1e57..33919a6fe1af6c1b7fb96a5c73fc0cfceec86250 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.3.22"
 \header {
 
 texidoc = "The @code{Recording_group_engraver} will record events
@@ -13,7 +13,7 @@ theMusic = \context Staff  { c4 d8-. }
 #(define (notice-the-events context lst)
   (map (lambda (x) (display x) (newline))  lst))
 
-listener = \paper {
+listener = \layout {
  \context {
    \Voice
    \type "Recording_group_engraver"