diff options
author | David Kastrup <dak@gnu.org> | 2016-03-29 08:02:00 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2016-03-29 08:02:00 +0200 |
commit | 3ecc98aa5db8a47adcf9defc4ec9fc018c5cc47d (patch) | |
tree | 6f98a0ac7c74c0e26c103ca020c834a61be63093 /input | |
parent | bb3285ff1f4cd437ba52afbaa53e7ff5946a7140 (diff) |
Run scripts/auxiliar/update-with-convert-ly.sh
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/autobeam-3-4-rules.ly | 4 | ||||
-rw-r--r-- | input/regression/beam-beat-grouping.ly | 6 | ||||
-rw-r--r-- | input/regression/display-lily-tests.ly | 4 | ||||
-rw-r--r-- | input/regression/measure-grouping.ly | 6 | ||||
-rw-r--r-- | input/regression/multiple-time-sig-settings.ly | 6 | ||||
-rw-r--r-- | input/regression/time-signature-settings-by-staff.ly | 6 | ||||
-rw-r--r-- | input/regression/tuplet-subdivision.ly | 4 |
7 files changed, 18 insertions, 18 deletions
diff --git a/input/regression/autobeam-3-4-rules.ly b/input/regression/autobeam-3-4-rules.ly index 79aad6b6bb..04fabcb021 100644 --- a/input/regression/autobeam-3-4-rules.ly +++ b/input/regression/autobeam-3-4-rules.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.19.40" \header { @@ -28,7 +28,7 @@ is changed, beams should start at the beginning of the measure. c c c r r4 \bar "||" \set Timing.baseMoment = #(ly:make-moment 1/8) - \set Timing.beatStructure = #'(3 3) + \set Timing.beatStructure = 3,3 r8^\markup "Override to beam groups of 3 eighth notes" c c c c c r4. c8 c c c c c r4. } diff --git a/input/regression/beam-beat-grouping.ly b/input/regression/beam-beat-grouping.ly index 8af2e93ec7..8137ffd06a 100644 --- a/input/regression/beam-beat-grouping.ly +++ b/input/regression/beam-beat-grouping.ly @@ -7,13 +7,13 @@ signature. " \layout { ragged-right = ##t } -\version "2.19.21" +\version "2.19.40" \relative { \time 5/16 - \set beatStructure = #'(2 3) + \set beatStructure = 2,3 c''8[^"(2+3)" c16 c8] - \set beatStructure = #'(3 2) + \set beatStructure = 3,2 c8[^"(3+2)" c16 c8] } diff --git a/input/regression/display-lily-tests.ly b/input/regression/display-lily-tests.ly index 649309ac6e..1a51c2b122 100644 --- a/input/regression/display-lily-tests.ly +++ b/input/regression/display-lily-tests.ly @@ -1,4 +1,4 @@ -\version "2.19.24" +\version "2.19.40" #(use-modules (srfi srfi-13) (ice-9 format)) @@ -172,7 +172,7 @@ stderr of this run." \test ##[ \clef "bass^(15)" #] \test ##[ \clef "alto_3" #] \test ##[ \time 2/4 #] -\test ##[ \time #'(3 2) 5/8 #] +\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 270b5bc73d..5e27084142 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.19.21" +\version "2.19.40" \layout { ragged-right = ##t @@ -22,11 +22,11 @@ brackets above beats when the beats of a time signature are grouped. " \relative { \time 2/4 c'8 a'4 a8~ - \time #'(3 2) 5/8 + \time 3,2 5/8 a8 bes4 r8 bes8-> \time 2/4 c,8 g'4 g8~ - \time #'(3 2) 5/8 + \time 3,2 5/8 g8 a4 g a4.-> } diff --git a/input/regression/multiple-time-sig-settings.ly b/input/regression/multiple-time-sig-settings.ly index 883124d4a6..91c53a3928 100644 --- a/input/regression/multiple-time-sig-settings.ly +++ b/input/regression/multiple-time-sig-settings.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.40" \header { texidoc = " @@ -13,12 +13,12 @@ by the markups. \overrideTimeSignatureSettings #'(4 . 4) % time signature fraction #'(1 . 4) % base moment fraction - #'(1 1 1 1) % beatStructure + 1,1,1,1 % beatStructure #'() % beamExceptions \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 | diff --git a/input/regression/time-signature-settings-by-staff.ly b/input/regression/time-signature-settings-by-staff.ly index ad6dec591f..7daa85333c 100644 --- a/input/regression/time-signature-settings-by-staff.ly +++ b/input/regression/time-signature-settings-by-staff.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.40" \header { texidoc = " @@ -15,7 +15,7 @@ should be beamed 3/4, 1/4. The lower staff should be beamed 1/4, 3/4. \overrideTimeSignatureSettings 4/4 % timeSignatureFraction 1/4 % baseMomentFraction - #'(3 1) % beatStructure + 3,1 % beatStructure #'() % beamExceptions \time 4/4 \repeat unfold 8 {c''8} @@ -24,7 +24,7 @@ should be beamed 3/4, 1/4. The lower staff should be beamed 1/4, 3/4. \overrideTimeSignatureSettings 4/4 % timeSignatureFraction 1/4 % baseMomentFraction - #'(1 3) % beatStructure + 1,3 % beatStructure #'() % beamExceptions \time 4/4 \repeat unfold 8 {c''8} diff --git a/input/regression/tuplet-subdivision.ly b/input/regression/tuplet-subdivision.ly index 60df2449e2..158a6149a2 100644 --- a/input/regression/tuplet-subdivision.ly +++ b/input/regression/tuplet-subdivision.ly @@ -1,4 +1,4 @@ -\version "2.19.21" +\version "2.19.40" \header { @@ -10,7 +10,7 @@ Subdivision works properly for tuplets \relative { \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/8) - \set beatStructure = #'(2 2 2 2) + \set beatStructure = 2,2,2,2 \repeat unfold 8 { \tuplet 3/2 { c''16 e d } } |