]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/improv.ly
*** empty log message ***
[lilypond.git] / input / test / improv.ly
index 2a725664bdcf08d72c07534de40c9070707e561a..010d9aa409a372fd4e2db0ec830fe6515f012b1f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.3.4"
 \header {
 
     texidoc =
@@ -14,24 +14,24 @@ improvisation is active.
 }
 
 
-improOn = \notes {
-    \set squashedPosition =  #0
+improOn =  {
+    \set squashedPosition = #0
     \override NoteHead  #'style = #'slash
 }
 
-improOff = \notes {
+improOff =  {
     \unset squashedPosition 
     \revert NoteHead #'style
 }
 
-global = \notes { s1*3 \bar "|." }
+global =  { s1*3 \bar "|." }
 
 \score {
     <<
        \context ChordNames \chords {
            e8*7:m7 a2.:m7 bes4:m7 b1:m7 e8:m
        }
-       \notes <<
+        <<
            \context Voice = melo \transpose c c' {
                e8 e g a a16(bes)(a8) g \improOn
                e8
@@ -41,8 +41,8 @@ global = \notes { s1*3 \bar "|." }
        >>
     >>
     \paper { 
-       \translator {
-           \VoiceContext
+       \context {
+           \Voice
            \consists Pitch_squash_engraver
        }
        raggedright = ##t