diff options
author | Neil Puttock <n.puttock@gmail.com> | 2008-09-30 23:47:06 +0100 |
---|---|---|
committer | Neil Puttock <n.puttock@gmail.com> | 2008-09-30 23:47:06 +0100 |
commit | 6fd85cd869cf39b235df3df2978a3e6fd015b614 (patch) | |
tree | eb2448f80363aebfc4330af136a8443422b98dce | |
parent | f73a6e433d582d57dd87487f6ad56a47f47bd083 (diff) |
Update version for two regression tests.
-rw-r--r-- | input/regression/accidental-contemporary.ly | 10 | ||||
-rw-r--r-- | input/regression/line-style-zigzag-spacing.ly | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/input/regression/accidental-contemporary.ly b/input/regression/accidental-contemporary.ly index eeb01cccb0..1c021d57fe 100644 --- a/input/regression/accidental-contemporary.ly +++ b/input/regression/accidental-contemporary.ly @@ -1,4 +1,4 @@ -\version "2.11.57" +\version "2.11.61" \header { texidoc = "Several automatic accidental rules @@ -6,17 +6,17 @@ aim to reproduce contemporary music notation practices: @itemize @item -'dodecaphonic style prints accidentals on every +@code{'dodecaphonic} style prints accidentals on every note (including naturals) @item -'neo-modern style prints accidentals on every note +@code{'neo-modern style} prints accidentals on every note (not including naturals), except when a note is immediately repeated @item -'neo-modern-cautionary style acts like neo-modern, +@code{'neo-modern-cautionary} style acts like neo-modern, adding cautionary parentheses around accidentals. @item -'teaching prints accidentals normally, but adds +@code{'teaching} prints accidentals normally, but adds cautionary accidentals when an accidental is already included in the key signature. @end itemize diff --git a/input/regression/line-style-zigzag-spacing.ly b/input/regression/line-style-zigzag-spacing.ly index 0d9368a664..72fd521a54 100644 --- a/input/regression/line-style-zigzag-spacing.ly +++ b/input/regression/line-style-zigzag-spacing.ly @@ -1,8 +1,8 @@ -\version "2.11.57" +\version "2.11.61" \header { - texidoc = "Setting zigzag style for spanners does not cause -spacing problems: in this example, the first text markup and + texidoc = "Setting @code{'zigzag} style for spanners does not +cause spacing problems: in this example, the first text markup and zigzag trillspanner have the same outside staff positioning as the second markup and default trillspanner. " |