]> git.donarmstrong.com Git - lilypond.git/commitdiff
* po/fi.po: fix \\apply strings.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Aug 2003 00:33:51 +0000 (00:33 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Aug 2003 00:33:51 +0000 (00:33 +0000)
* lily/parser.yy (open_event): warn for prefix articulations.

ChangeLog
lily/parser.yy
po/fi.po

index 2a46b9cd26c5cf3b008605fb4f0bbe798597a26a..b368a9256f6fe0f80bcddaaf672753db92bda308 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * po/fi.po: fix \\apply strings.
+
+       * lily/parser.yy (open_event): warn for prefix articulations.
+
 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
 
        * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
index 7b8ba1f0cbda86d26cbbbbc3cf5a91753dcd3b37..e6ff2efba00e87bd036aa65d88dde6b0037a54bc 100644 (file)
@@ -1670,6 +1670,12 @@ open_event:
                $$ = $1;
                dynamic_cast<Music *> ($$)->set_mus_property ("span-direction", gh_int2scm (STOP))
 ;
+               static int warn_count ;
+               if (warn_count < 10)
+                       {
+                       $$->origin ()->warning (_("Prefix articulations are deprecated. Use postfix notation instead."));
+                       warn_count ++;
+                       }
        }
        ;
 
index 7e4edcf2b8ea942395a0acb7bd33838ca2fc971e..9feae7263eaacae6ad8a86d2b27df6f8d9f4b262 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -2211,8 +2211,8 @@ msgid "More alternatives than repeats.  Junking excess alternatives."
 msgstr "Enemmän vaihtoehtoja kuin kertauksia.  Heitetään pois liialliset vaihtoehdot."
 
 #: parser.yy:861 parser.yy:868
-msgid "\applycontext takes function argument"
-msgstr "\applycontext vaati funktioargumentin"
+msgid "\\applycontext takes function argument"
+msgstr "\\applycontext vaati funktioargumentin"
 
 #: parser.yy:877
 msgid "Second argument must be a symbol"
@@ -2223,8 +2223,8 @@ msgid "First argument must be a procedure taking one argument"
 msgstr "Ensimmäisen argumentin on oltava aliohjelma, joka sa yhden argumentin"
 
 #: parser.yy:1009
-msgid "\apply takes function argument"
-msgstr "\apply vaatii funktioargumentin"
+msgid "\\apply takes function argument"
+msgstr "\\apply vaatii funktioargumentin"
 
 #: parser.yy:1501
 msgid "Expecting string as script definition"