]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multiple-time-sig-settings.ly
Doc-es: update Notation/Changing.
[lilypond.git] / input / regression / multiple-time-sig-settings.ly
index 9a91b5417ccc8ba094323543519c0a42b7952f62..91c53a39280a918a51e3a52bc343acdc0d3d4cd9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.33"
+\version "2.19.40"
 
 \header {
   texidoc = "
@@ -8,27 +8,27 @@ by the markups.
 "
 }
 
-\relative c' {
-  \overrideTimeSignatureSettings
-      #'Score
+\new Staff{
+  \relative c' {
+    \overrideTimeSignatureSettings
       #'(4 . 4)  % time signature fraction
       #'(1 . 4)  % base moment fraction
-      #'(1 1 1 1)    % beatStructure
+      1,1,1,1        % beatStructure
       #'()       % beamExceptions
-  \overrideTimeSignatureSettings
-      #'Score
+    \overrideTimeSignatureSettings
       #'(3 . 4)  % time signature fraction
       #'(1 . 4)  % base moment fraction
-      #'(1 1 1)    % beatStructure
+      1,1,1        % beatStructure
       #'()       % beamExceptions
-  \time 4/4
-  c8^\markup {"Beam by 1/4"} c c c c c c c |
-  \time 3/4
-  c8^\markup {"Beam by 1/4"} c c c c c |
-  \revertTimeSignatureSettings #'Score #'(4 . 4)
-  \revertTimeSignatureSettings #'Score #'(3 . 4)
-  \time 4/4
-  c8^\markup {"Beam by 1/2"} c c c c c c c |
-  \time 3/4
-  c8^\markup {"Beam by 3/4"} c c c c c |
+    \time 4/4
+    c8^\markup {"Beam by 1/4"} c c c c c c c |
+    \time 3/4
+    c8^\markup {"Beam by 1/4"} c c c c c |
+    \revertTimeSignatureSettings #'(4 . 4)
+    \revertTimeSignatureSettings #'(3 . 4)
+    \time 4/4
+    c8^\markup {"Beam by 1/2"} c c c c c c c |
+    \time 3/4
+    c8^\markup {"Beam by 3/4"} c c c c c |
+  }
 }