summaryrefslogtreecommitdiff
path: root/lily/gregorian-ligature-engraver.cc
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2006-12-22 20:04:07 +0100
committerJan Nieuwenhuizen <janneke@gnu.org>2006-12-22 20:04:07 +0100
commit6c1d83456de48485e27ab062297ef04f9720fc3c (patch)
tree73e188802c92cb0f527c20bc9e86022181f3eabe /lily/gregorian-ligature-engraver.cc
parent744614ec4497e540fbaa6ad9bf6e842f4b99442a (diff)
Oops "cannot.
Diffstat (limited to 'lily/gregorian-ligature-engraver.cc')
-rw-r--r--lily/gregorian-ligature-engraver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lily/gregorian-ligature-engraver.cc b/lily/gregorian-ligature-engraver.cc
index 0dfdbc0850..73ba7e1fed 100644
--- a/lily/gregorian-ligature-engraver.cc
+++ b/lily/gregorian-ligature-engraver.cc
@@ -209,7 +209,7 @@ provide_context_info (vector<Grob_info> primitives)
if (prefix_set & PES_OR_FLEXA)
if (!i) // ligature may not start with 2nd head of pes or flexa
- primitive->warning (_ (cannot apply `\\~' on first head of ligature"));
+ primitive->warning (_ ("cannot apply `\\~' on first head of ligature"));
else if (pitch > prev_pitch) // pes
{
prev_context_info |= PES_LOWER;
@@ -221,7 +221,7 @@ provide_context_info (vector<Grob_info> primitives)
context_info |= FLEXA_RIGHT;
}
else // (pitch == prev_pitch)
- primitive->warning (_ (cannot apply `\\~' on heads with identical pitch"));
+ primitive->warning (_ ("cannot apply `\\~' on heads with identical pitch"));
if (prev_prefix_set & DEMINUTUM)
context_info |= AFTER_DEMINUTUM;