diff options
author | Patrick McCarty <pnorcks@gmail.com> | 2010-01-02 12:05:23 -0800 |
---|---|---|
committer | Patrick McCarty <pnorcks@gmail.com> | 2010-01-02 12:06:25 -0800 |
commit | a2380d71c2eb2c1632c83b535e4ef3b5c4b4ebab (patch) | |
tree | 97daab470f794d373992c815a4bd36f573253e8d | |
parent | aceeb9a92f0b0e91bd7d7aa163b871a5774d5ea2 (diff) |
Fix version numbers for three regression tests.
-rw-r--r-- | input/regression/tuplet-text-different-numbers.ly | 2 | ||||
-rw-r--r-- | input/regression/tuplet-text-fraction-with-notes.ly | 2 | ||||
-rw-r--r-- | input/regression/tuplet-text-note-appended.ly | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/input/regression/tuplet-text-different-numbers.ly b/input/regression/tuplet-text-different-numbers.ly index 8464c22742..13b12ec3ac 100644 --- a/input/regression/tuplet-text-different-numbers.ly +++ b/input/regression/tuplet-text-different-numbers.ly @@ -1,4 +1,4 @@ -\version "2.12.3" +\version "2.13.1" \header{ texidoc="Non-standard tuplet texts: Printing other tuplet fractions than the ones actually assigned." } diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly index d35dcc220c..beef1d3b2f 100644 --- a/input/regression/tuplet-text-fraction-with-notes.ly +++ b/input/regression/tuplet-text-fraction-with-notes.ly @@ -1,4 +1,4 @@ -\version "2.12.3" +\version "2.13.1" \header{ texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator." } diff --git a/input/regression/tuplet-text-note-appended.ly b/input/regression/tuplet-text-note-appended.ly index 645b66d28a..a2aae93411 100644 --- a/input/regression/tuplet-text-note-appended.ly +++ b/input/regression/tuplet-text-note-appended.ly @@ -1,4 +1,4 @@ -\version "2.12.3" +\version "2.13.1" \header{ texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text." } |