]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/time-signature-single-digit.ly
Doc-es: update Notation: Contemporary, Keyboard, Vocal, Wind.
[lilypond.git] / input / regression / time-signature-single-digit.ly
index 4238e0f7a7e80c966e6381b258d7546f38e86b3a..e5b816a457bba0f81f4721351eca30351086c17f 100644 (file)
@@ -1,16 +1,15 @@
-\version "2.19.16"
+\version "2.19.21"
 
 \header {
   texidoc = "The single-digit time signature style prints the numerator only."
 }
 
 \new Staff {
-  \relative d' {
+  \relative {
     \override Staff.TimeSignature.style = #'single-digit
-    \time 1/2 d2
-    \time 2/4 d2
+    \time 1/2 d'2
+    \time 2/4 d4 d
     \time 3/4 d2.
-    \time 8/1024 d128
-    \time 99999/1 d1
+    \time 16/4 d\longa
   }
 }