]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/time.ly
(fill_pages): New method. Try to cramp or
[lilypond.git] / input / test / time.ly
index 13d114f259d6b0a85441930f12ff64a999a8ebc6..fdd24c43dd7e2a17604de6e7ffce1bd7d45566b1 100644 (file)
@@ -1,13 +1,10 @@
-\version "1.7.18"
-\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.30"
+% TODO: This file could be old.  Ask about it later.  -gp
+
+\header { texidoc = "@cindex Time
+
+The different styles for time signatures are shown in this file.
     
 "
 }
@@ -30,12 +27,23 @@ 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
-    \property Staff.TimeSignature \override #'style = #'default
+    % LilyPond doesn't understand 'default =>> it does what you want
+    \override Staff.TimeSignature  #'style = #'default
     \time 1/1
     c''1^"TimeSignature style = \#'default" 
     \time 2/2 
@@ -61,7 +69,7 @@ right side of the nominator).  -- jr
     \time 9/4 
     c2. c2. c2. 
     \break
-    \property Staff.TimeSignature \set #'style = #'mensural
+    \override Staff.TimeSignature  #'style = #'mensural
     \time 1/1 
     c1^"TimeSignature style = \#'mensural" 
     \time 2/2 
@@ -91,7 +99,7 @@ right side of the nominator).  -- jr
     \time 9/8 
     c4. c4. c4. 
     \break
-    \property Staff.TimeSignature \set #'style = #'neo_mensural
+    \override Staff.TimeSignature  #'style = #'neo_mensural
     \time 1/1 
     c1^"TimeSignature style = \#'neo\_mensural" 
     \time 2/2 
@@ -121,7 +129,7 @@ right side of the nominator).  -- jr
     \time 9/8 
     c4. c4. c4. 
     \break
-    \property Staff.TimeSignature \set #'style = #'numbered
+    \override Staff.TimeSignature  #'style = #'numbered
     \time 1/1 
     c1^"TimeSignature style = \#'numbered"
     \time 2/2 
@@ -148,7 +156,7 @@ right side of the nominator).  -- jr
     c2. c2. c2.
     \break
     % If the style starts with a '1', you get this style
-    \property Staff.TimeSignature \set #'style = #'1style
+    \override Staff.TimeSignature  #'style = #'1style
     \time 1/1 
     c1^"TimeSignature style = \#'1xxx"
     \time 2/2 
@@ -177,4 +185,4 @@ right side of the nominator).  -- jr
   \paper { }  
   \midi { }
 }
-%% new-chords-done %%
+