]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/clusters.ly
Remove makefile include hack
[lilypond.git] / input / lsr / clusters.ly
index e5b2c277071ba8e97f9711bf2e46c00b8249006d..7ea8b1311abc078cb132954f4094109bfac29743 100644 (file)
@@ -4,19 +4,22 @@
 
 \header {
   lsrtags = "simultaneous-notes, chords, piano-music"
- texidoc = "
+
+  texidoc = "
 Clusters are a device to denote that a complete range of notes is to be
 played.
-" }
-% begin verbatim
+
+"
+  doctitle = "Clusters"
+} % begin verbatim
 \layout {
   ragged-right = ##t 
 }
 
 fragment = \relative c' {
   c4 f4 <e d'>4
-  <g a>8 <e a> a4 c2 <d b>4 e4 
-  c4
+  <g a>8 <e a> a4 c2 <d b>4
+  e2 c2
 }
 
 <<