X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fno-notation%2Frecording.ly;h=833dc8a9829575792a6bd26c7cd6e076aa1d1e57;hb=6411740a2dcb0f8027bb806dc8b43cc8903bc950;hp=425c5973fd65d09db6573ffcc28e991736333b23;hpb=8842378bd0fed31bb365c1c8042519df06d14b9a;p=lilypond.git diff --git a/input/no-notation/recording.ly b/input/no-notation/recording.ly index 425c5973fd..833dc8a982 100644 --- a/input/no-notation/recording.ly +++ b/input/no-notation/recording.ly @@ -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 }