]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove references to philomelos, which are not appropriate in LilyPond's own
authorJohn Gourlay <john@weathervanefarm.net>
Tue, 22 Mar 2016 23:10:57 +0000 (19:10 -0400)
committerJohn Gourlay <john@weathervanefarm.net>
Tue, 22 Mar 2016 23:10:57 +0000 (19:10 -0400)
version of musicxml2ly.

python/musicexp.py
scripts/musicxml2ly.py

index e32c4895e60045004fc29ecf148dfb042c86c0a8..8997b1674ccae7c14f7d4989f7469d2c354e286a 100644 (file)
@@ -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()
index a1faae56ce04b98bbf980354bef71a83bdb9a222..0990ff124baa00d6010ca816bb4a43690c1b4e92 100644 (file)
@@ -3059,7 +3059,7 @@ def update_layout_information():
 
 def print_ly_preamble(printer, filename):
     printer.dump_version(lilypond_version)
-    printer.print_verbatim('% automatically converted by philomelos musicxml2ly v0.2.41\n')
+    printer.print_verbatim('% automatically converted by musicxml2ly from ' + filename)
     printer.newline()
     printer.dump(r'\pointAndClickOff')
     printer.newline()