]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/time.ly
* lily/tab-note-heads-engraver.cc: listen to string number events
[lilypond.git] / input / test / time.ly
index 2cbee92bca607ddd72a49c01052120906a84494c..39c4371f536035fd2b5ae14e064f587b0ea9d5cb 100644 (file)
@@ -1,13 +1,10 @@
-\version "1.7.6"
-\header
-{
-    texidoc =  "
-IMPORTANT NOTE: The current selection scheme for time signature
-symbols is not flexible enough for future extensions such as various
-flavours of early mensural notation or complex signatures as in
-contemporary music.  Therefore, the semantics of time-signature
-properties will quite definitely change, and maybe the syntax of the
-\time request will possibly be extended. See the input file for TODOs.
+
+\version "2.1.7"
+% TODO: This file could be old.  Ask about it later.  -gp
+
+\header { texidoc =  "@cindex Time
+
+Old time signatures. For further information, consult the file. 
     
 "
 }
@@ -30,11 +27,22 @@ style), and "notehead" (which should place a proper notehead to the
 right side of the nominator).  -- jr
 
 
+****************
+
+IMPORTANT NOTE: The current selection scheme for time signature
+symbols is not flexible enough for future extensions such as various
+flavours of early mensural notation or complex signatures as in
+contemporary music.  Therefore, the semantics of time-signature
+properties will quite definitely change, and maybe the syntax of the
+\time request will possibly be extended. See the input file for TODOs.
+
+****************
+
 %}
 
 \score { 
   \context Voice \notes\relative c {
-    % Lilypond doesn't understand 'default => it does what you want
+    % LilyPond doesn't understand 'default =>> it does what you want
     \property Staff.TimeSignature \override #'style = #'default
     \time 1/1
     c''1^"TimeSignature style = \#'default" 
@@ -177,4 +185,4 @@ right side of the nominator).  -- jr
   \paper { }  
   \midi { }
 }
-%% new-chords-done %%
+