]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* po/fi.po: fix \\apply strings.
[lilypond.git] / lily / parser.yy
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 ++;
+                       }
        }
        ;