lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typos on master branch


From: Jean-Charles Malahieude
Subject: Typos on master branch
Date: Sun, 09 Mar 2008 12:52:58 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

Hi all!

Please apply.

Cheers,
Jean-Charles

>From 6f034946b4704eae91af27456a6bcf85b711737a Mon Sep 17 00:00:00 2001
From: Jean-Charles Malahieude <lolyfan-AT-wanadoo-DOT-fr>
Date: Sun, 9 Mar 2008 12:49:14 +0100
Subject: [PATCH] musicxml.py: typo in error message

---
 python/musicxml.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/python/musicxml.py b/python/musicxml.py
index 0e63c5e..e061280 100644
--- a/python/musicxml.py
+++ b/python/musicxml.py
@@ -379,7 +379,7 @@ class Part_list (Music_xml_node):
         if instrument_name:
             return instrument_name
         else:
-            ly.stderr_write (_ ("Unable to find find instrument for ID=%s\n") 
% id)
+            ly.stderr_write (_ ("Unable to find instrument for ID=%s\n") % id)
             return "Grand Piano"
 
 class Part_group (Music_xml_node):
-- 
1.5.4.3

>From 85014d7ca3a44448b03dae8a7726127a4cd3f32a Mon Sep 17 00:00:00 2001
From: Jean-Charles Malahieude <lolyfan-AT-wanadoo-DOT-fr>
Date: Sun, 9 Mar 2008 12:49:55 +0100
Subject: [PATCH] abc2ly: typo

---
 scripts/abc2ly.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py
index a1fbf38..553c400 100644
--- a/scripts/abc2ly.py
+++ b/scripts/abc2ly.py
@@ -1355,7 +1355,7 @@ def get_option_parser ():
     p.add_option ('-o', '--output', metavar='FILE',
                   help=_ ("write output to FILE"),
                   action='store')
-    p.add_option ('-s', '--strict', help=_ ("be strict about succes"),
+    p.add_option ('-s', '--strict', help=_ ("be strict about success"),
                   action='store_true')
     p.add_option ('-b', '--beams', help=_ ("preserve ABC's notion of beams"))
     p.add_option_group (ly.display_encode (_ ('Bugs')),
-- 
1.5.4.3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]