]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/time-signature-settings-by-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / time-signature-settings-by-staff.ly
index b5ddc6f81807ca0fe6d174a948e6588f27372547..7daa85333c914a4768416324bc49f0b1e0011718 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.40"
 
 \header {
   texidoc = "
@@ -13,18 +13,18 @@ should be beamed 3/4, 1/4.  The lower staff should be beamed 1/4, 3/4.
   \new StaffGroup <<
      \new Staff {
         \overrideTimeSignatureSettings
-          #'(4 . 4)  % timeSignatureFraction
-          #'(1 . 4)  % baseMomentFraction
-          #'(3 1)    % beatStructure
+          4/4        % timeSignatureFraction
+          1/4        % baseMomentFraction
+          3,1        % beatStructure
           #'()       % beamExceptions
         \time 4/4
         \repeat unfold 8 {c''8}
      }
      \new Staff {
         \overrideTimeSignatureSettings
-          #'(4 . 4)  % timeSignatureFraction
-          #'(1 . 4)  % baseMomentFraction
-          #'(1 3)    % beatStructure
+          4/4        % timeSignatureFraction
+          1/4        % baseMomentFraction
+          1,3        % beatStructure
           #'()       % beamExceptions
         \time 4/4
         \repeat unfold 8 {c''8}