]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / cluster.ly
index 289c1f8984fa5b419421a169d096aef4a6f59675..6001ed583dcc9338bfb0c1e071574b753e0c55de 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.16.0"
 \header {
   texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
@@ -15,7 +15,7 @@ fragment = \relative c' {
 
 <<
   \new Staff \fragment
-  \new Staff \applyMusic #notes-to-clusters \fragment
+  \new Staff \makeClusters \fragment
 >>