summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Polesky <markpolesky@yahoo.com>2014-06-17 15:15:46 -0700
committerMark Polesky <markpolesky@yahoo.com>2014-06-17 15:15:46 -0700
commit0ea80a5e850c6114d1ba7dc4cfd81d5a45d9604a (patch)
treea837eddbd6391b617f2089fbfce944e771c93011 /scripts
parent84f0776f17e762c7fd70545b1b034793a4e080fb (diff)
Issue 3951: Fix broken LSR links in docs.
Also run makelsr.py.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auxiliar/makelsr.py2
-rw-r--r--scripts/musicxml2ly.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auxiliar/makelsr.py b/scripts/auxiliar/makelsr.py
index 8d06023b01..d17fd53c71 100755
--- a/scripts/auxiliar/makelsr.py
+++ b/scripts/auxiliar/makelsr.py
@@ -28,7 +28,7 @@ lilypond_bin = os.path.join (conv_path, 'lilypond')
LY_HEADER_LSR = '''%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py
index e6a6807440..2da2dab60e 100644
--- a/scripts/musicxml2ly.py
+++ b/scripts/musicxml2ly.py
@@ -1315,7 +1315,7 @@ def musicxml_words_to_lily_event (words):
# convert accordion-registration to lilypond.
# Since lilypond does not have any built-in commands, we need to create
# the markup commands manually and define our own variables.
-# Idea was taken from: http://lsr.dsi.unimi.it/LSR/Item?id=194
+# Idea was taken from: http://lsr.di.unimi.it/LSR/Item?id=194
def musicxml_accordion_to_markup (mxl_event):
commandname = "accReg"
command = ""