]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/timing.ly
Imported sources
[lilypond.git] / input / test / timing.ly
index 3771e838aa1f631c6a28c0be99d7d57bc7cf9c67..c3fbd2e23795b3ee88a6419a8594f46d1b140035 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.18"
+
+\version "2.1.7"
 % possible rename to bar-something.
 
 \header{ texidoc = "@cindex Bar Length
-You can alter the length of bars in a number of ways. "
+
+You can alter the length of bars by setting
+@code{measureLength} or by resetting @code{measurePosition}. "
 }
 
 \score { 
@@ -12,7 +15,7 @@ You can alter the length of bars in a number of ways. "
        % \property Score. measurePosition = #(ly:make-moment -1 4)
        \partial 4
        c''4 c4 c4 c2 c1
-       \cadenzaOn  c8-[ d e f]  g-[ a b c b c b c]
+       \cadenzaOn  c8[ d e f]  g[ a b c b c b c]
        \cadenzaOff
        c4 c4 c4 c4
        \property Score. measureLength = #(ly:make-moment 5 4)
@@ -27,4 +30,4 @@ You can alter the length of bars in a number of ways. "
   }
   \paper { raggedright= ##t}  
 }
-%% new-chords-done %%
+