]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicexp.py
Fix doubled words; whitespace.
[lilypond.git] / python / musicexp.py
index 6ef352b18941e09aa50dd892e31e1990be1d7cd6..695f540db362d1b3e6bdef3951ce5d3b001ba9c6 100644 (file)
@@ -988,7 +988,7 @@ class BracketSpannerEvent (SpanEvent):
     def print_before_note (self, printer):
         if self.span_direction == -1:
             printer.dump ('\[')
-    # the the bracket after the last note
+    # the bracket after the last note
     def print_after_note (self, printer):
         if self.span_direction == 1:
             printer.dump ('\]')