]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/timing.ly
Imported sources
[lilypond.git] / input / test / timing.ly
index 528bb7fd5384400ae75dce1ed61b8d841c5e0239..c3fbd2e23795b3ee88a6419a8594f46d1b140035 100644 (file)
@@ -1,4 +1,12 @@
-\version "1.7.16"
+
+\version "2.1.7"
+% possible rename to bar-something.
+
+\header{ texidoc = "@cindex Bar Length
+
+You can alter the length of bars by setting
+@code{measureLength} or by resetting @code{measurePosition}. "
+}
 
 \score { 
   \context Voice \notes\relative c {
@@ -7,7 +15,7 @@
        % \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)
@@ -20,7 +28,6 @@
        c4 c1
        
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright= ##t}  
 }
-%% new-chords-done %%
+