]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/timing.ly
Imported sources
[lilypond.git] / input / test / timing.ly
index c24f679c7049416abe7a70e6cd35f2629ab4eec5..c3fbd2e23795b3ee88a6419a8594f46d1b140035 100644 (file)
@@ -1,25 +1,33 @@
-\version "1.3.146"
+
+\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 {
     
        
-       % \property Score. measurePosition = #(make-moment -1 4)
+       % \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 = #(make-moment 5 4)
+       \property Score. measureLength = #(ly:make-moment 5 4)
        
        c1 c4
        c1 c4 
        c4 c4
-       \property Score. measurePosition = #(make-moment -3 8)
+       \property Score. measurePosition = #(ly:make-moment -3 8)
        b8 b b
        c4 c1
        
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright= ##t}  
 }
+