summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Gourlay <john@weathervanefarm.net>2016-03-22 19:10:57 -0400
committerJohn Gourlay <john@weathervanefarm.net>2016-03-22 19:10:57 -0400
commit589f549df3d23e7f4b91e42fead64c3e91b28905 (patch)
tree97afb934297d316d10b433d5026f610f4db9cc6f /python
parent6676553f94d1224a9956a43b4b5a3e4777bb47ce (diff)
Remove references to philomelos, which are not appropriate in LilyPond's own
version of musicxml2ly.
Diffstat (limited to 'python')
-rw-r--r--python/musicexp.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/musicexp.py b/python/musicexp.py
index e32c4895e6..8997b1674c 100644
--- a/python/musicexp.py
+++ b/python/musicexp.py
@@ -847,18 +847,6 @@ class Header:
if v:
self.format_header_strings(k, v, printer)
#printer.newline()
- printer.dump(r'tagline = \markup {')
- printer.newline()
- printer.dump(r' \center-column {')
- printer.newline()
- printer.dump('\line {"Music engraving by LilyPond " $(lilypond-version) | \with-url #"http://www.lilypond.org" {www.lilypond.org}}')
- printer.newline()
- printer.dump('\line {\with-url #"https://philomelos.net" {\with-color #grey {Learn, teach and share music on https://philomelos.net}}}')
- printer.newline()
- printer.dump('}')
- printer.newline()
- printer.dump('}')
- printer.newline()
printer.dump("}")
printer.newline()
printer.newline()