summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorValentin Villenave <valentin@villenave.net>2016-03-07 09:56:21 +0100
committerValentin Villenave <valentin@villenave.net>2016-03-07 09:56:21 +0100
commite45059ae37b240ce52639ad5c49110b510a89481 (patch)
treea3d8b44fabc4cff7fec92241081ca772b1357576 /input
parenta9aaa3c8b1e39251015e1695506e064d47da668c (diff)
Define French as a separate input language
French users now have the ability to enter the D pitch as "ré" instead of Italian-like "re". In addition, the French input language accepts double sharps entered using the -x suffix.
Diffstat (limited to 'input')
-rw-r--r--input/regression/note-names.ly7
1 files changed, 4 insertions, 3 deletions
diff --git a/input/regression/note-names.ly b/input/regression/note-names.ly
index 3a50f48384..972ebb1d02 100644
--- a/input/regression/note-names.ly
+++ b/input/regression/note-names.ly
@@ -1,4 +1,4 @@
-\version "2.19.22"
+\version "2.19.38"
\header {
texidoc = "Various languages are supported for note names input.
@@ -22,6 +22,7 @@ and doesn't break point-and-click abilities.
bes4 a g fis
%% The \language command acts in the same way:
- \language "italiano"
- sol4 fa mib re
+ \language "français"
+ %% Accented characters are supported in some languages:
+ sol4 fa mib ré
}