From 17069f342ec3358ff0993e07ecfecddfdbd1535b Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Wed, 9 Nov 2011 11:54:11 +0100 Subject: [PATCH] Run scripts/auxiliar/update-with-convert-ly.sh --- .../snippets/conducting-signs,-measure-grouping-signs.ly | 4 ++-- .../heavily-customized-polymetric-time-signatures.ly | 4 ++-- .../new/conducting-signs,-measure-grouping-signs.ly | 4 ++-- input/regression/display-lily-tests.ly | 4 ++-- input/regression/measure-grouping.ly | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly index b1bcc610b2..0ac5e80899 100644 --- a/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly +++ b/Documentation/snippets/conducting-signs,-measure-grouping-signs.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.14.0 -\version "2.15.18" +\version "2.15.19" \header { %% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb @@ -116,7 +116,7 @@ is grouped according to the default setting in g8 g d d g g a( bes g) | \set Timing.beatStructure = #'(2 2 2 3) g8 g d d g g a( bes g) | - $(set-time-signature 9 8 '(4 5)) + \time #'(4 5) 9/8 g8 g d d g g a( bes g) | \time 5/8 a4. g4 | diff --git a/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly b/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly index d686d5d651..a7e08b3c86 100644 --- a/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly +++ b/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.15.18" +\version "2.15.19" \header { lsrtags = "rhythms, percussion" @@ -37,7 +37,7 @@ is the template of a real Balkan song!). melody = \relative c'' { \set Staff.instrumentName = #"Bb Sop." \key g \major - $(set-time-signature 25 8 '(3 2 2 3 2 2 2 2 3 2 2)) + \time #'(3 2 2 3 2 2 2 2 3 2 2) 25/8 \override Staff.TimeSignature #'stencil = #(custom-time-signature "3" "2" "2" "3" "2" "2" "2" "2" "3" "2" "2" "8") diff --git a/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly b/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly index 95af96054b..b2cf828d2f 100644 --- a/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly +++ b/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly @@ -1,4 +1,4 @@ -\version "2.15.18" +\version "2.15.19" \header { lsrtags = "rhythms" @@ -35,7 +35,7 @@ is grouped according to the default setting in g8 g d d g g a( bes g) | \set Timing.beatStructure = #'(2 2 2 3) g8 g d d g g a( bes g) | - $(set-time-signature 9 8 '(4 5)) + \time #'(4 5) 9/8 g8 g d d g g a( bes g) | \time 5/8 a4. g4 | diff --git a/input/regression/display-lily-tests.ly b/input/regression/display-lily-tests.ly index 5c6e166fac..45b62e468b 100644 --- a/input/regression/display-lily-tests.ly +++ b/input/regression/display-lily-tests.ly @@ -1,4 +1,4 @@ -\version "2.15.18" +\version "2.15.19" #(use-modules (srfi srfi-13) (ice-9 format)) @@ -175,7 +175,7 @@ stderr of this run." \test "" ##[ \clef "french^2" #] \test "" ##[ \clef "alto_3" #] \test "" ##[ \time 2/4 #] -\test "" ##[ $(set-time-signature 5 8 '(3 2)) #] +\test "" ##[ \time #'(3 2) 5/8 #] \test "" ##[ \bar "|." #] %% staff switches diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index bd565e7ad5..7fe36f4fe1 100644 --- a/input/regression/measure-grouping.ly +++ b/input/regression/measure-grouping.ly @@ -7,7 +7,7 @@ brackets above beats when the beats of a time signature are grouped. " } -\version "2.15.18" +\version "2.15.19" \layout { ragged-right = ##t @@ -20,13 +20,13 @@ brackets above beats when the beats of a time signature are grouped. " } \relative c' { - $(set-time-signature 2 4) + \time 2/4 c8 a'4 a8~ - $(set-time-signature 5 8 '(3 2)) + \time #'(3 2) 5/8 a8 bes4 r8 bes8-> \time 2/4 c,8 g'4 g8~ - $(set-time-signature 5 8 '(3 2)) + \time #'(3 2) 5/8 g8 a4 g a4.-> } -- 2.39.5