]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing-2.ly
Added texidoc index.
[lilypond.git] / input / test / spacing-2.ly
index 65a1e2fe2ea0f55d6e7a26cf9d4b683447f2775e..ab2c00728a4388f2b4599c320008c4c9b0b2d253 100644 (file)
@@ -1,15 +1,11 @@
-\version "1.7.16"
+\version "1.7.18"
 \header {
-opus =  "BWV 937 (prelude)"
-composer =  "J. S. Bach"
-source =  "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris."
-}
-
-%{
+texidoc = "
 1. upon stretching: every note should stretch according to duration
 
 2. 8th notes should be spaced equidistantly.
-%}
+"
+}
 
 \score { 
     \notes \relative c''
@@ -18,11 +14,11 @@ source =  "Petits Preludes et Fugues.  Urtext. Editions Henry Lemoine, Paris."
                \context Voice = VA { \stemUp\slurUp\tieUp
                        e4 dis4 e2 }
                \context Voice = VB { \stemDown\slurDown\tieDown
-                       [cis8 a] [fis b] gis2 }
+                        cis8-[ a]  fis-[ b] gis2 }
                {\key e \major }
                >
        \context Staff = SB { \clef "bass" \key e \major
-               [a,,16 e dis e] [b'8 b,] [e16 e, gis b] e4
+                a,,16-[ e dis e]  b'8-[ b,]  e16-[ e, gis b] e4
        } 
 >