]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
Added texidoc index.
[lilypond.git] / input / test / gourlay.ly
index ba9e97adbac36dbad5bfe276e032d86462c7cffd..ef7572e0cd238863c32167db522f8f16989aee04 100644 (file)
@@ -1,20 +1,15 @@
 \version "1.7.18"
-
-
-%{
-
-This is taken from [Gourlay]'s paper on breaking lines
-
-%}
+\header{ texidoc="@cindex Gourlay
+This is taken from Gourlay's paper on breaking lines. " }
 
 \score{
        \notes \context Staff  \relative c'' <
                \context Voice = VA { \stemUp d2 d     | d d | d4 d2. | \break  c1 }
               \context Voice = VB { \stemDown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
                >
-       \paper{
-           linewidth = 9.\cm
-       }
+       \paper{
+               raggedright = ##t
+       }
 }
 
 %% new-chords-done %%