diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-12 23:07:15 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-12 23:07:15 +0000 |
commit | b43e9673be0e94ff5a094b560fa07fa7b9deb8bc (patch) | |
tree | 4601c6fd10f72c915c2027740c7d1f1619a66bbe /Build/source/texk/gregorio/gregorio-src/contrib | |
parent | 73f075bc9e08ba903c8235a2cacb2e39b44d1954 (diff) |
gregorio-5.1.0
git-svn-id: svn://tug.org/texlive/trunk@46939 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/contrib')
4 files changed, 8 insertions, 6 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/contrib/README.md b/Build/source/texk/gregorio/gregorio-src/contrib/README.md index 4372f39c6b0..57b1ee3ba84 100644 --- a/Build/source/texk/gregorio/gregorio-src/contrib/README.md +++ b/Build/source/texk/gregorio/gregorio-src/contrib/README.md @@ -23,7 +23,7 @@ under Windows). After that you can insert a render frame using Gregorio, and simply typing gabc (`right-click->edit sources`). -For more details see [the website](http://home.gna.org/gregorio/scribus). +For more details see [the website](http://gregorio-project.github.io/introduction-scribus.html). ## Syllabation checker diff --git a/Build/source/texk/gregorio/gregorio-src/contrib/gabc.vim b/Build/source/texk/gregorio/gregorio-src/contrib/gabc.vim index d00b413b5cb..e2a01e0c266 100644 --- a/Build/source/texk/gregorio/gregorio-src/contrib/gabc.vim +++ b/Build/source/texk/gregorio/gregorio-src/contrib/gabc.vim @@ -29,8 +29,10 @@ syn match gabcTextOrNoteMarkup "</\?nlba>" contained syn match gabcTextCenter "[{}]" contained syn match gabcFuse "@" contained syn match gabcFuseEnd "\]" contained -syn match gabcBar "[`:]" contained -syn match gabcBar "[,;][1-8]\?" contained +syn match gabcBar ":?\?" contained +syn match gabcBar ";[1-8]\?" contained +syn match gabcBar ",[0-8]\?" contained +syn match gabcBar "`0\?" contained syn match gabcSpace "[! ]" contained syn match gabcSpace "/0\?" contained syn match gabcSpace "z[-+0]\?" contained diff --git a/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.bat b/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.bat index effa1f772cb..88095de511d 100644 --- a/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.bat +++ b/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.bat @@ -237,7 +237,7 @@ echo. echo system-setup.log created and saved in a temporary location.
echo Upon exiting this script, the log will be opened in Notepad for you.
echo Please save the file to a convenient location and email it to
-echo gregorio-users@gna.org as part of your bug report.
+echo gregorio-users@googlegroups.com as part of your bug report.
echo.
echo You can also create an issue at
echo http://github.org/gregorio-project/gregorio/issues
diff --git a/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.command b/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.command index a26c8c31ba8..3617d53802a 100644 --- a/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.command +++ b/Build/source/texk/gregorio/gregorio-src/contrib/system-setup.command @@ -221,8 +221,8 @@ echo "" >> $OUTPUT echo "" echo "" echo "system-setup.log created and saved the working directory from which you" -echo "ran this script. Please email it to gregorio-users@gna.org as part of" -echo "your bug report." +echo "ran this script. Please email it to gregorio-users@googlegroups.com as" +echo "part of your bug report." echo "" echo "You can also create an issue at " echo "http://github.org/gregorio-project/gregorio/issues" |