]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster.ly
Doc-es: various updates.
[lilypond.git] / input / regression / cluster.ly
index fb214fcc525ac9ca05e8228b33920886c5307117..8ec7e4e89811d192740ae1c142b96936d11ae2ad 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.14.0"
+\version "2.19.21"
 \header {
   texidoc = "Clusters are a device to denote that a complete range of
 notes is to be played."
@@ -7,8 +7,8 @@ notes is to be played."
   \layout { ragged-right = ##t }
 
 
-fragment = \relative c' {
-  c4 f4 <e d'>4
+fragment = \relative {
+  c'4 f4 <e d'>4
   <g a>8 <e a> a4 c2 <d b>4 e4 
   c4
 }