]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/count-systems.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / count-systems.ly
index e7b3d51bcf7e044efbf6e10f645d234e9e945540..e1ed851cf1421f2b04d8e18c33aaeaff34f2ba96 100644 (file)
@@ -1,11 +1,12 @@
-\version "1.7.18"
+
+\version "1.9.4"
 \header{
     
-    texidoc="Display the number of systems, or the system number of a
-    Grob.  This can be most useful to assertain that a piece uses a
-    specified number of lines."
-    
-}
+    texidoc="@cindex Count Systems
+Display the number of systems, or the system number of a
+Grob.  This can be most useful to assertain that a piece uses a
+specified number of lines.
+}
 
 #(define (display-systemno smob)
   (let* ((this-system (ly:get-system smob))
@@ -34,6 +35,7 @@
     }
     \paper{ indent = 0.0\mm
            linewidth = 10.0\mm
+               raggedright = ##t
        }
 }
-%% new-chords-done %%
+