From 3b2d8e39bc11f6d8478bd5ccb5888c1fa9f0434f Mon Sep 17 00:00:00 2001 From: "Fr. Samuel Springuel" Date: Tue, 23 Feb 2021 15:15:37 -0500 Subject: [PATCH] Update Version Number --- .gregorio-version | 4 ++-- CHANGELOG.md | 19 +++++++++---------- COPYING.md | 2 +- Makefile.am | 2 +- VersionManager.py | 2 +- build-ctan.sh | 2 +- configure.ac | 6 +++--- contrib/900_gregorio.xml | 2 +- contrib/Makefile.am | 2 +- contrib/TeXShop/Makefile.am | 2 +- contrib/checkSyllabation.py | 2 +- contrib/gabc.lang | 2 +- contrib/gprocess | 2 +- coverage.sh | 2 +- ctan-o-mat.config | 2 +- ctan_upload.sh | 2 +- debian/copyright | 6 +++--- debian/manpage.xml | 2 +- doc/Appendix_Font_Tables.tex | 2 +- doc/Command_Index_User.tex | 2 +- doc/Command_Index_gregorio.tex | 2 +- doc/Command_Index_internal.tex | 2 +- doc/Gabc.tex | 2 +- doc/GregorioNabcRef.tex | 2 +- doc/GregorioRef.lua | 2 +- doc/GregorioRef.tex | 4 ++-- doc/Makefile.am | 2 +- doc/gsp-sample.tex | 2 +- examples/Makefile.am | 2 +- fonts/Makefile.am | 2 +- fonts/convertsfdtottf.py | 2 +- fonts/granapadano-base.sfd | 2 +- fonts/greciliae-base.sfd | 2 +- fonts/gregall.sfd | 2 +- fonts/gregorio-base.sfd | 2 +- fonts/grelaon.sfd | 2 +- fonts/gresgmodern.sfd | 2 +- fonts/install_supp_fonts.lua | 2 +- fonts/simplify.py | 2 +- fonts/squarize.py | 4 ++-- fonts/stemsschemas.py | 2 +- install-gtex.sh | 2 +- install.sh | 2 +- macosx/Gregorio.pkgproj | 2 +- macosx/douninstall.sh | 2 +- src/Makefile.am | 2 +- src/bool.h | 2 +- src/characters.c | 2 +- src/characters.h | 2 +- src/config.h | 2 +- src/dump/dump.c | 2 +- src/encode_utf8strings.c | 2 +- src/enum_generator.h | 2 +- src/gabc/gabc-elements-determination.c | 2 +- src/gabc/gabc-glyphs-determination.c | 2 +- src/gabc/gabc-notes-determination.l | 2 +- src/gabc/gabc-score-determination.c | 2 +- src/gabc/gabc-score-determination.h | 2 +- src/gabc/gabc-score-determination.l | 2 +- src/gabc/gabc-score-determination.y | 2 +- src/gabc/gabc-write.c | 2 +- src/gabc/gabc.h | 2 +- src/gregorio-utils.c | 4 ++-- src/gregoriotex/gregoriotex-position.c | 2 +- src/gregoriotex/gregoriotex-write.c | 2 +- src/gregoriotex/gregoriotex.h | 2 +- src/messages.c | 2 +- src/messages.h | 2 +- src/plugins.h | 2 +- src/sha1.c | 2 +- src/sha1.h | 2 +- src/struct.c | 2 +- src/struct.h | 2 +- src/struct_iter.h | 2 +- src/support.c | 2 +- src/support.h | 2 +- src/unicode.c | 2 +- src/unicode.h | 2 +- src/utf8strings.h.in | 2 +- src/vowel/vowel-rules.h | 2 +- src/vowel/vowel-rules.l | 2 +- src/vowel/vowel-rules.y | 2 +- src/vowel/vowel.c | 2 +- src/vowel/vowel.h | 2 +- tex/Makefile.am | 2 +- tex/gregorio-vowels.dat | 2 +- tex/gregoriosyms.sty | 6 +++--- tex/gregoriotex-chars.tex | 4 ++-- tex/gregoriotex-common.tex | 4 ++-- tex/gregoriotex-gsp-default.tex | 4 ++-- tex/gregoriotex-main.tex | 4 ++-- tex/gregoriotex-nabc.lua | 4 ++-- tex/gregoriotex-nabc.tex | 4 ++-- tex/gregoriotex-signs.lua | 4 ++-- tex/gregoriotex-signs.tex | 4 ++-- tex/gregoriotex-spaces.tex | 4 ++-- tex/gregoriotex-syllable.tex | 4 ++-- tex/gregoriotex-symbols.lua | 4 ++-- tex/gregoriotex-symbols.tex | 4 ++-- tex/gregoriotex.lua | 12 ++++++------ tex/gregoriotex.sty | 4 ++-- tex/gregoriotex.tex | 4 ++-- windows/gregorio-resources.rc | 8 ++++---- windows/gregorio.iss | 6 +++--- windows/install.lua | 2 +- windows/uninstall.lua | 2 +- 106 files changed, 148 insertions(+), 149 deletions(-) diff --git a/.gregorio-version b/.gregorio-version index 8563ecbae..0f8d479fa 100644 --- a/.gregorio-version +++ b/.gregorio-version @@ -1,5 +1,5 @@ -5.2.1 -2019 +6.0.0-beta1 +2021 *** Do not modify this file. *** Use VersionManager.py to change the version. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf5db3b3..ca3bf27c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,16 @@ All notable changes to this project will be documented in this file. As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). It follows [some conventions](http://keepachangelog.com/). ## [Unreleased][develop] -### Fixed -- Fixed some problem in 900_gregorio.xml (Scribus render frame tool). First, the use of `filecontents` rather than `filecontents*` was leading to a comment header that made it impossible for Gregorio to find the gabc headers in the temporary score file. Further, some of the indenting (which makes the file more human readable) was leading to errors in the formatting of the created files because they are processed in a way which handles whitespace differently from XML. See [#1457](https://github.com/gregorio-project/gregorio/issues/1457). -- `spacelinestext` is now based on the lyric font size instead of being a fixed distance. As a result, large lyrics should no longer overlap with low notes. See [#1261](https://github.com/gregorio-project/gregorio/issues/1261). -- Added parenthesized figures for virgula (gabc: `` `?``), divisio minima (gabc: ` ,?`), flat (gabc: `x?`), natural (gabc: `y?`), and sharp (gabc: `#?`). See [#1475](https://github.com/gregorio-project/gregorio/issues/1475). -### Added -- Default spacings are now designated internal and thus always loaded. `gsp-sample.tex` is added to the `doc` folder to show users how to create their own custom spacing configuration. As part of this change, spacing configuration files no longer need to be complete. Since the default configuration is always loaded at package startup, all needed penalties and spacings will be defined and the user's configuration file need only specify those whose value they wish to customize. Addresses issues raised in [#1460](https://github.com/gregorio-project/gregorio/issues/1460). **This is a change to the user interface and warrants a major release.** -- Added additional message to verbose output of command-line tool to prevent confusion when a custom Latin vowel convention is found that the internal Latin rules will be used. See [#1470](https://github.com/gregorio-project/gregorio/issues/1470). -- Added `$` in gabc text to prevent special interpretation of the character that follows. See [#1515](https://github.com/gregorio-project/gregorio/issues/1515) ## [Unreleased][CTAN] -### Changed -- The space between a non-punctum inclinatum and the upright punctum inclinatum is renamed to uprightpunctuminclinatumshift. This helps to better distinguish it from punctuminclinatumunisonshift (the space between two consecutive ascending or descending puncta inclinata on the same line). See [#1507](https://github.com/gregorio-project/gregorio/issues/1507). + +## [6.0.0-beta1] - 2021-02-23 ### Fixed +- Fixed some problem in 900_gregorio.xml (Scribus render frame tool). First, the use of `filecontents` rather than `filecontents*` was leading to a comment header that made it impossible for Gregorio to find the gabc headers in the temporary score file. Further, some of the indenting (which makes the file more human readable) was leading to errors in the formatting of the created files because they are processed in a way which handles whitespace differently from XML. See [#1457](https://github.com/gregorio-project/gregorio/issues/1457). +- `spacelinestext` is now based on the lyric font size instead of being a fixed distance. As a result, large lyrics should no longer overlap with low notes. See [#1261](https://github.com/gregorio-project/gregorio/issues/1261). +- Added parenthesized figures for virgula (gabc: `` `?``), divisio minima (gabc: ` ,?`), flat (gabc: `x?`), natural (gabc: `y?`), and sharp (gabc: `#?`). See [#1475](https://github.com/gregorio-project/gregorio/issues/1475). - Staff line thickness is now set in gsp-default.tex. This corrects a problem with the staff lines changing thickness when the default spacing configuration is loaded while the staff size is something other than the default (17). See [#1461](https://github.com/gregorio-project/gregorio/issues/1461). - Corrected interaction issues between text styles and ligatures. The LaTeX commands like `\textit` insert italics correction, preventing ligatures being formed between their arguments if two occur sequentially. On the other hand the switches like `\itshape` do not. Since gregorio breaks up syllables around the vowel and then applies the formating commands to each part, this behavior showed up. We switch to using the switches to avoid this (except for underlining, for which a switch does not exist). We also fix this for color tags by loading `luacolor` which changes how the `\color` tag is implemented to allow ligatures to span groups. See [#1444](https://github.com/gregorio-project/gregorio/issues/1444). - A reuse of a save register led to the `\hyphenpenalty` not being restored correctly at the end of the score. All save registers are now clearly identified by when they are used so as to make it harder to accidentally use the wrong one. See [posts on mailing list](https://groups.google.com/g/gregorio-users/c/u3LmnGYnhwU). @@ -25,10 +20,14 @@ As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). - Updated to use iftex package (the sucessor to ifluatex). See [#1481](https://github.com/gregorio-project/gregorio/issues/1481). ### Added +- Default spacings are now designated internal and thus always loaded. `gsp-sample.tex` is added to the `doc` folder to show users how to create their own custom spacing configuration. As part of this change, spacing configuration files no longer need to be complete. Since the default configuration is always loaded at package startup, all needed penalties and spacings will be defined and the user's configuration file need only specify those whose value they wish to customize. Addresses issues raised in [#1460](https://github.com/gregorio-project/gregorio/issues/1460). **This is a change to the user interface and warrants a major release.** +- Added additional message to verbose output of command-line tool to prevent confusion when a custom Latin vowel convention is found that the internal Latin rules will be used. See [#1470](https://github.com/gregorio-project/gregorio/issues/1470). +- Added `$` in gabc text to prevent special interpretation of the character that follows. See [#1515](https://github.com/gregorio-project/gregorio/issues/1515) - GregorioTeX will now look in additional places for scores using. Users can specify paths to look in using `\gresetgregpath`. If scores are not found in the current working directory or the list of provided paths, we fall back on kpse to try and find them. See [#1395](https://github.com/gregorio-project/gregorio/issues/1395). - Added the ability to toggle the visibility of the translation and above lines text. See [user request on mailing list](https://groups.google.com/g/gregorio-users/c/J-V0dkBMevY). ### Changed +- The space between a non-punctum inclinatum and the upright punctum inclinatum is renamed to uprightpunctuminclinatumshift. This helps to better distinguish it from punctuminclinatumunisonshift (the space between two consecutive ascending or descending puncta inclinata on the same line). See [#1507](https://github.com/gregorio-project/gregorio/issues/1507). - `noteadditionalspacelinestext` now calculates the actual amount of additional space needed by low notes. To enable the old behavior (when `noteadditionalspacelinestext` is set by the user), use `\gresetnoteadditionalspacelinestext{manual}`. See [#1521](https://github.com/gregorio-project/gregorio/issues/1521) and [#1526](https://github.com/gregorio-project/gregorio/pull/1526). ### Removed diff --git a/COPYING.md b/COPYING.md index 91abac0e1..9b83602d1 100644 --- a/COPYING.md +++ b/COPYING.md @@ -1,6 +1,6 @@ #License of Gregorio -The program Gregorio is Copyright (C) 2007-2019 The Gregorio Project, +The program Gregorio is Copyright (C) 2007-2021 The Gregorio Project, see [CONTRIBUTORS.md](CONTRIBUTORS.md) for authors. It is distributed under the GPLv3 license, printed below. diff --git a/Makefile.am b/Makefile.am index c62834a91..52de851b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/VersionManager.py b/VersionManager.py index 9a088c1ff..aa87ce22a 100755 --- a/VersionManager.py +++ b/VersionManager.py @@ -5,7 +5,7 @@ See VersionUpdate.py -h for help - Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) This file is part of Gregorio. diff --git a/build-ctan.sh b/build-ctan.sh index c7d961f86..5c1bc5a8c 100755 --- a/build-ctan.sh +++ b/build-ctan.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# Copyright (C) 2016-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2016-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/configure.ac b/configure.ac index 2d2de951d..dec8a89d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Gregorio -dnl Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +dnl Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) dnl dnl This file is part of Gregorio. dnl @@ -16,8 +16,8 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with Gregorio. If not, see . -AC_INIT([gregorio],[5.2.1],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/]) -FILENAME_VERSION="5_2_1" +AC_INIT([gregorio],[6.0.0-beta1],[https://github.com/gregorio-project/gregorio/issues],[gregorio],[http://gregorio-project.github.io/]) +FILENAME_VERSION="6_0_0-beta1" AC_SUBST(FILENAME_VERSION) AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names]) MK="" diff --git a/contrib/900_gregorio.xml b/contrib/900_gregorio.xml index 994f5238a..a5876053f 100644 --- a/contrib/900_gregorio.xml +++ b/contrib/900_gregorio.xml @@ -3,7 +3,7 @@ XML file for using gregorio inside scribus. Copyright (C) 2009 Pierre Couderc . Copyright (C) 2010 Elie Roux - Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 5cabdb95d..3c7791bc0 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/contrib/TeXShop/Makefile.am b/contrib/TeXShop/Makefile.am index ff4d52720..c2f56efec 100644 --- a/contrib/TeXShop/Makefile.am +++ b/contrib/TeXShop/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/contrib/checkSyllabation.py b/contrib/checkSyllabation.py index 8fcd6431a..1ed216c9a 100755 --- a/contrib/checkSyllabation.py +++ b/contrib/checkSyllabation.py @@ -5,7 +5,7 @@ See checkSyllabation.py -h for help - Copyright (C) 2016-2019 Elie Roux + Copyright (C) 2016-2021 Elie Roux Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/contrib/gabc.lang b/contrib/gabc.lang index eda2860a7..03f84cb18 100644 --- a/contrib/gabc.lang +++ b/contrib/gabc.lang @@ -2,7 +2,7 @@ + 2007-2021 &dhusername; &dhdate; diff --git a/doc/Appendix_Font_Tables.tex b/doc/Appendix_Font_Tables.tex index 86e343765..f89f3353e 100644 --- a/doc/Appendix_Font_Tables.tex +++ b/doc/Appendix_Font_Tables.tex @@ -1,7 +1,7 @@ % !TEX root = GregorioRef.tex % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/doc/Command_Index_User.tex b/doc/Command_Index_User.tex index 17a781bcd..c05cf7d92 100644 --- a/doc/Command_Index_User.tex +++ b/doc/Command_Index_User.tex @@ -1,7 +1,7 @@ % !TEX root = GregorioRef.tex % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/doc/Command_Index_gregorio.tex b/doc/Command_Index_gregorio.tex index c562b2a19..03de33791 100644 --- a/doc/Command_Index_gregorio.tex +++ b/doc/Command_Index_gregorio.tex @@ -1,7 +1,7 @@ % !TEX root = GregorioRef.tex % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/doc/Command_Index_internal.tex b/doc/Command_Index_internal.tex index e9a2c2a9b..e0f52cf20 100644 --- a/doc/Command_Index_internal.tex +++ b/doc/Command_Index_internal.tex @@ -1,7 +1,7 @@ % !TEX root = GregorioRef.tex % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/doc/Gabc.tex b/doc/Gabc.tex index c6f33f735..135bfa661 100644 --- a/doc/Gabc.tex +++ b/doc/Gabc.tex @@ -1,7 +1,7 @@ % !TEX root = GregorioRef.tex % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/doc/GregorioNabcRef.tex b/doc/GregorioNabcRef.tex index 3f443e312..5ad8b3782 100644 --- a/doc/GregorioNabcRef.tex +++ b/doc/GregorioNabcRef.tex @@ -1,6 +1,6 @@ % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/doc/GregorioRef.lua b/doc/GregorioRef.lua index 9dfe46c70..17266a76c 100644 --- a/doc/GregorioRef.lua +++ b/doc/GregorioRef.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +-- Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) -- -- This file is part of Gregorio. -- diff --git a/doc/GregorioRef.tex b/doc/GregorioRef.tex index d0735b167..8f9ddce32 100644 --- a/doc/GregorioRef.tex +++ b/doc/GregorioRef.tex @@ -1,6 +1,6 @@ % !TEX program = LuaLaTeX+se % -% Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -183,7 +183,7 @@ \vspace{1cm} - \large Version \textbf{5.2.1}, 6 April 2019 %% PARSE_VERSION_DATE + \large Version \textbf{6.0.0-beta1}, 23 February 2021 %% PARSE_VERSION_DATE \vspace{1.5cm} \end{center} diff --git a/doc/Makefile.am b/doc/Makefile.am index 186bb5def..30b073b10 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/doc/gsp-sample.tex b/doc/gsp-sample.tex index 61bb1d3ce..75402c45f 100644 --- a/doc/gsp-sample.tex +++ b/doc/gsp-sample.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2010-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2010-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % diff --git a/examples/Makefile.am b/examples/Makefile.am index af73e2246..3ab28bddc 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/fonts/Makefile.am b/fonts/Makefile.am index 00d62829e..5093522ce 100644 --- a/fonts/Makefile.am +++ b/fonts/Makefile.am @@ -1,7 +1,7 @@ ## This makefile is made to build to fonts from the sfd, it won't be useful for ## the average user. -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/fonts/convertsfdtottf.py b/fonts/convertsfdtottf.py index cbd2790d9..43b26fd27 100644 --- a/fonts/convertsfdtottf.py +++ b/fonts/convertsfdtottf.py @@ -7,7 +7,7 @@ Python fontforge script to convert from fontforge's native sfd to a TrueType font (ttf). - Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) This file is part of Gregorio. diff --git a/fonts/granapadano-base.sfd b/fonts/granapadano-base.sfd index 380e0c829..b960c70d4 100644 --- a/fonts/granapadano-base.sfd +++ b/fonts/granapadano-base.sfd @@ -3,7 +3,7 @@ FontName: granapadano FullName: granapadano FamilyName: granapadano Weight: Medium -Copyright: LilyPond's pretty-but-neat music font, adapted to the Gregorio Project.\nCopyright (C) 2002-2006 Juergen Reuter \nCopyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md)\nThis file is part of Gregorio.\n\n<> +Copyright: LilyPond's pretty-but-neat music font, adapted to the Gregorio Project.\nCopyright (C) 2002-2006 Juergen Reuter \nCopyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md)\nThis file is part of Gregorio.\n\n<> UComments: "2007-4-12: Created." Version: 1.0 ItalicAngle: 0 diff --git a/fonts/greciliae-base.sfd b/fonts/greciliae-base.sfd index 7c143d932..7e2fec7c9 100644 --- a/fonts/greciliae-base.sfd +++ b/fonts/greciliae-base.sfd @@ -3,7 +3,7 @@ FontName: greciliae FullName: greciliae FamilyName: greciliae Weight: Medium -Copyright: Greciliae font\nCopyright (C) 2007 Matthew Spencer with Reserved Font Name "Caeciliae",\nCopyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md)\nwith Reserved Font Name "Greciliae".\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\nThis license is also available with a FAQ at:\nhttp://scripts.sil.org/OFL +Copyright: Greciliae font\nCopyright (C) 2007 Matthew Spencer with Reserved Font Name "Caeciliae",\nCopyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md)\nwith Reserved Font Name "Greciliae".\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\nThis license is also available with a FAQ at:\nhttp://scripts.sil.org/OFL UComments: "2007-4-12: Created." Version: 1.2 ItalicAngle: 0 diff --git a/fonts/gregall.sfd b/fonts/gregall.sfd index 72edbd217..4922571ef 100644 --- a/fonts/gregall.sfd +++ b/fonts/gregall.sfd @@ -3,7 +3,7 @@ FontName: gregall FullName: gregall FamilyName: gregall Weight: Book -Copyright: gregall font, created with FontForge.\nCopyright (C) 2014-2019 Jakub Jelinek \n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\n\nSIL OPEN FONT LICENSE\n\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\n\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\n"Font Software" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n"Reserved Font Name" refers to any names specified as such after the\ncopyright statement(s).\n\n"Original Version" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n"Modified Version" refers to any derivative made by adding to, deleting,\nor substituting - in part or in whole - any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n"Author" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\n\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\n\nTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE. +Copyright: gregall font, created with FontForge.\nCopyright (C) 2014-2021 Jakub Jelinek \n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\n\nSIL OPEN FONT LICENSE\n\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\n\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\n"Font Software" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n"Reserved Font Name" refers to any names specified as such after the\ncopyright statement(s).\n\n"Original Version" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n"Modified Version" refers to any derivative made by adding to, deleting,\nor substituting - in part or in whole - any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n"Author" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\n\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\n\nTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE. Version: 0.1 ItalicAngle: 0 UnderlinePosition: -100 diff --git a/fonts/gregorio-base.sfd b/fonts/gregorio-base.sfd index 274e24b0a..8432b467d 100644 --- a/fonts/gregorio-base.sfd +++ b/fonts/gregorio-base.sfd @@ -3,7 +3,7 @@ FontName: gregorio FullName: gregorio FamilyName: gregorio Weight: Medium -Copyright: Font named "gregorio"\nCopyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md)\nThis file is part of Gregorio.\n\n<> +Copyright: Font named "gregorio"\nCopyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md)\nThis file is part of Gregorio.\n\n<> UComments: "2007-4-12: Created." Version: 1.2 ItalicAngle: 0 diff --git a/fonts/grelaon.sfd b/fonts/grelaon.sfd index 3ccd4405c..5f5a8275a 100644 --- a/fonts/grelaon.sfd +++ b/fonts/grelaon.sfd @@ -3,7 +3,7 @@ FontName: grelaon FullName: grelaon FamilyName: grelaon Weight: Book -Copyright: grelaon font, created with FontForge.\nCopyright (C) 2016-2019 Jakub Jelinek \n\nThe background images in font source are taken from the LAON_BM_ms239 manuscript with permission of Bibliotheque municipale de Laon,\nhttp://manuscrit.ville-laon.fr\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\n\nSIL OPEN FONT LICENSE\n\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\n\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\n"Font Software" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n"Reserved Font Name" refers to any names specified as such after the\ncopyright statement(s).\n\n"Original Version" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n"Modified Version" refers to any derivative made by adding to, deleting,\nor substituting - in part or in whole - any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n"Author" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\n\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\n\nTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE. +Copyright: grelaon font, created with FontForge.\nCopyright (C) 2016-2021 Jakub Jelinek \n\nThe background images in font source are taken from the LAON_BM_ms239 manuscript with permission of Bibliotheque municipale de Laon,\nhttp://manuscrit.ville-laon.fr\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\n\nSIL OPEN FONT LICENSE\n\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\n\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\n"Font Software" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n"Reserved Font Name" refers to any names specified as such after the\ncopyright statement(s).\n\n"Original Version" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n"Modified Version" refers to any derivative made by adding to, deleting,\nor substituting - in part or in whole - any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n"Author" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\n\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\n\nTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE. Version: 0.1 ItalicAngle: 0 UnderlinePosition: -100 diff --git a/fonts/gresgmodern.sfd b/fonts/gresgmodern.sfd index c769df7c0..724d3e71c 100644 --- a/fonts/gresgmodern.sfd +++ b/fonts/gresgmodern.sfd @@ -3,7 +3,7 @@ FontName: gresgmodern FullName: gresgmodern FamilyName: gresgmodern Weight: Normal -Copyright: (c) 2011 Association Saint-Benoit, Notre-Dame de Bellaigue, FR 63330 VIRLET\n\n(c) 2014-2019 Jakub Jelinek \n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\n\nSIL OPEN FONT LICENSE\n\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\n\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\n"Font Software" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n"Reserved Font Name" refers to any names specified as such after the\ncopyright statement(s).\n\n"Original Version" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n"Modified Version" refers to any derivative made by adding to, deleting,\nor substituting - in part or in whole - any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n"Author" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\n\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\n\nTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE. +Copyright: (c) 2011 Association Saint-Benoit, Notre-Dame de Bellaigue, FR 63330 VIRLET\n\n(c) 2014-2021 Jakub Jelinek \n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\n\nSIL OPEN FONT LICENSE\n\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\n\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\n"Font Software" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n"Reserved Font Name" refers to any names specified as such after the\ncopyright statement(s).\n\n"Original Version" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n"Modified Version" refers to any derivative made by adding to, deleting,\nor substituting - in part or in whole - any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n"Author" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\n\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\n\nTHE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE. Version: 0.3 ItalicAngle: 0 UnderlinePosition: -150 diff --git a/fonts/install_supp_fonts.lua b/fonts/install_supp_fonts.lua index 24b697f1b..d8944df3e 100755 --- a/fonts/install_supp_fonts.lua +++ b/fonts/install_supp_fonts.lua @@ -1,7 +1,7 @@ #!/usr/bin/env texlua --[[ Gregorio font automatic installation script. -Copyright (C) 2010-2019 Gregorio Project authors +Copyright (C) 2010-2021 Gregorio Project authors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/fonts/simplify.py b/fonts/simplify.py index 53d105feb..bb32ee186 100644 --- a/fonts/simplify.py +++ b/fonts/simplify.py @@ -8,7 +8,7 @@ because simplification doesn't work in squarize.py due to bugs in fontforge. - Copyright (C) 2016-2019 The Gregorio Project (see CONTRIBUTORS.md) + Copyright (C) 2016-2021 The Gregorio Project (see CONTRIBUTORS.md) This file is part of Gregorio. diff --git a/fonts/squarize.py b/fonts/squarize.py index beaccbc10..e40cc2ebd 100644 --- a/fonts/squarize.py +++ b/fonts/squarize.py @@ -6,7 +6,7 @@ """ Python fontforge script to build a square notation font. - Copyright (C) 2013-2019 The Gregorio Project (see CONTRIBUTORS.md) + Copyright (C) 2013-2021 The Gregorio Project (see CONTRIBUTORS.md) This file is part of Gregorio. @@ -90,7 +90,7 @@ 14 : 'Fourteen', } -GREGORIO_VERSION = '5.2.1' +GREGORIO_VERSION = '6.0.0-beta1' # The unicode character at which we start our numbering: # U+E000 is the start of the BMP Private Use Area diff --git a/fonts/stemsschemas.py b/fonts/stemsschemas.py index ca1975b0f..eae24cb9c 100644 --- a/fonts/stemsschemas.py +++ b/fonts/stemsschemas.py @@ -5,7 +5,7 @@ Companion to squarize.py, building the stem length config according to various schemas. - Copyright (C) 2016-2019 The Gregorio Project (see CONTRIBUTORS.md) + Copyright (C) 2016-2021 The Gregorio Project (see CONTRIBUTORS.md) This file is part of Gregorio. diff --git a/install-gtex.sh b/install-gtex.sh index 7d296acf5..fc80a5ca7 100755 --- a/install-gtex.sh +++ b/install-gtex.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/install.sh b/install.sh index e7c6e8847..9097ba926 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/macosx/Gregorio.pkgproj b/macosx/Gregorio.pkgproj index 977246264..bf69b1168 100755 --- a/macosx/Gregorio.pkgproj +++ b/macosx/Gregorio.pkgproj @@ -603,7 +603,7 @@ USE_HFS+_COMPRESSION VERSION - 5.2.1 + 6.0.0-beta1 TYPE 0 diff --git a/macosx/douninstall.sh b/macosx/douninstall.sh index 85e80ad61..444e5c6e4 100755 --- a/macosx/douninstall.sh +++ b/macosx/douninstall.sh @@ -20,7 +20,7 @@ GREFONTDIR="$TEXMFLOCAL/fonts/truetype/public/gregoriotex" GREFONTSOURCE="$TEXMFLOCAL/fonts/source/gregoriotex" GREDOCDIR="$TEXMFLOCAL/doc/luatex/gregoriotex" -rm "$BINDIR/gregorio-5_2_1" # FILENAME_VERSION +rm "$BINDIR/gregorio-6_0_0-beta1" # FILENAME_VERSION rm "$PKGCONFIGDIR/gregorio.pc" rm -rf "$GREINCLUDEDIR" rm -rf "$GRETEXDIR" diff --git a/src/Makefile.am b/src/Makefile.am index 9728a64c2..5059209ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/src/bool.h b/src/bool.h index 8857fde75..911c8231c 100644 --- a/src/bool.h +++ b/src/bool.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header provides a minimum of C11-like bool functionality. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/characters.c b/src/characters.c index 508a6ad85..59b8e9575 100644 --- a/src/characters.c +++ b/src/characters.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX. * This file contains functions that deal with lyrics and styles. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/characters.h b/src/characters.h index 33f40616d..01975e2e1 100644 --- a/src/characters.h +++ b/src/characters.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes the lyric handling data structures and entry points. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/config.h b/src/config.h index 259c4ca0c..c7040b515 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ * * Gregorio configuration headers. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/dump/dump.c b/src/dump/dump.c index 5f604b9ba..77fcfeea1 100644 --- a/src/dump/dump.c +++ b/src/dump/dump.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX. * This file provides functions to dump out Gregorio structures. * - * Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/encode_utf8strings.c b/src/encode_utf8strings.c index d57c8d710..e2e0bdb68 100644 --- a/src/encode_utf8strings.c +++ b/src/encode_utf8strings.c @@ -1,7 +1,7 @@ /* * Utility program to convert utf8strings.h.in into utf8strings.h * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/enum_generator.h b/src/enum_generator.h index a2e4b0389..d046ab85e 100644 --- a/src/enum_generator.h +++ b/src/enum_generator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-elements-determination.c b/src/gabc/gabc-elements-determination.c index 16ca2dfa6..3ba779a18 100644 --- a/src/gabc/gabc-elements-determination.c +++ b/src/gabc/gabc-elements-determination.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX. * This file provides functions for determining elements from notes. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-glyphs-determination.c b/src/gabc/gabc-glyphs-determination.c index 909338e10..5ea3601bb 100644 --- a/src/gabc/gabc-glyphs-determination.c +++ b/src/gabc/gabc-glyphs-determination.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file provides functions for determining glyphs from notes. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-notes-determination.l b/src/gabc/gabc-notes-determination.l index 691434442..d142b546a 100644 --- a/src/gabc/gabc-notes-determination.l +++ b/src/gabc/gabc-notes-determination.l @@ -3,7 +3,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file implements the note parser. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-score-determination.c b/src/gabc/gabc-score-determination.c index 0980f7d5b..31a69c8cc 100644 --- a/src/gabc/gabc-score-determination.c +++ b/src/gabc/gabc-score-determination.c @@ -3,7 +3,7 @@ * This file implements the score parser. * * Gregorio score determination from gabc utilities. - * Copyright (C) 2016-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2016-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-score-determination.h b/src/gabc/gabc-score-determination.h index 4474973c4..51de2e9f6 100644 --- a/src/gabc/gabc-score-determination.h +++ b/src/gabc/gabc-score-determination.h @@ -3,7 +3,7 @@ * This header shares definitions between the score parser and lexer. * * Gregorio score determination from gabc. - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-score-determination.l b/src/gabc/gabc-score-determination.l index 503f6482e..05a96ab1f 100644 --- a/src/gabc/gabc-score-determination.l +++ b/src/gabc/gabc-score-determination.l @@ -4,7 +4,7 @@ * This file implements the score lexer. * * Gregorio score determination in gabc input. - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-score-determination.y b/src/gabc/gabc-score-determination.y index e12c057ef..a5ab521cc 100644 --- a/src/gabc/gabc-score-determination.y +++ b/src/gabc/gabc-score-determination.y @@ -4,7 +4,7 @@ * This file implements the score parser. * * Gregorio score determination from gabc. - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc-write.c b/src/gabc/gabc-write.c index 6e87a8410..7e5985de9 100644 --- a/src/gabc/gabc-write.c +++ b/src/gabc/gabc-write.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file provides functions for writing gabc from Gregorio structures. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gabc/gabc.h b/src/gabc/gabc.h index 1950402bf..b095ed870 100644 --- a/src/gabc/gabc.h +++ b/src/gabc/gabc.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes gabc-format handling data structures and entry points. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gregorio-utils.c b/src/gregorio-utils.c index 7d3aa1e00..ddf51c9cd 100644 --- a/src/gregorio-utils.c +++ b/src/gregorio-utils.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file implements the command line interface of Gregorio. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * @@ -21,7 +21,7 @@ */ static const char *copyright = -"Copyright (C) 2006-2019 Gregorio Project authors (see CONTRIBUTORS.md)"; +"Copyright (C) 2006-2021 Gregorio Project authors (see CONTRIBUTORS.md)"; #include "config.h" #include diff --git a/src/gregoriotex/gregoriotex-position.c b/src/gregoriotex/gregoriotex-position.c index 9faceebba..61d8f959c 100644 --- a/src/gregoriotex/gregoriotex-position.c +++ b/src/gregoriotex/gregoriotex-position.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file contains the logic for positioning signs on neumes. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gregoriotex/gregoriotex-write.c b/src/gregoriotex/gregoriotex-write.c index fdd9d9ab7..ae394a33c 100644 --- a/src/gregoriotex/gregoriotex-write.c +++ b/src/gregoriotex/gregoriotex-write.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file contains functions for writing GregorioTeX from Gregorio structures. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/gregoriotex/gregoriotex.h b/src/gregoriotex/gregoriotex.h index 6fbadbca6..b61b26c54 100644 --- a/src/gregoriotex/gregoriotex.h +++ b/src/gregoriotex/gregoriotex.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes GregorioTeX writing data structures and entry points. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/messages.c b/src/messages.c index d8b7cecab..25e1266d6 100644 --- a/src/messages.c +++ b/src/messages.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file contains functions for logging messages, warnings, and errors. * - * Copyright (C) 2009-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2009-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/messages.h b/src/messages.h index c89bbbe54..fe29d7ff1 100644 --- a/src/messages.h +++ b/src/messages.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes the message logging functions. * - * Copyright (C) 2009-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2009-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/plugins.h b/src/plugins.h index 7af3aa61c..61d590470 100644 --- a/src/plugins.h +++ b/src/plugins.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes the "main" entry points for reading and writing data. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/sha1.c b/src/sha1.c index 4420bd353..b519ff57b 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -2,7 +2,7 @@ * sha1.c - Functions to compute SHA1 message digest of files or * memory blocks according to the NIST specification FIPS-180-1. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * Copyright (C) 2000-2001, 2003-2006, 2008-2014 Free Software Foundation, Inc. * * This file is part of Gregorio. diff --git a/src/sha1.h b/src/sha1.h index 078fd7a17..b6f28b29b 100644 --- a/src/sha1.h +++ b/src/sha1.h @@ -2,7 +2,7 @@ * Declarations of functions and data types used for SHA1 sum * library functions. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * Copyright (C) 2000-2001, 2003, 2005-2006, 2008-2014 Free Software * Foundation, Inc. * diff --git a/src/struct.c b/src/struct.c index f359ec734..788f9e5b0 100644 --- a/src/struct.c +++ b/src/struct.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file implements the Gregorio data structures. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/struct.h b/src/struct.h index fab3285e9..025b23e72 100644 --- a/src/struct.h +++ b/src/struct.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header defines the Gregorio data structures and functions. * - * Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/struct_iter.h b/src/struct_iter.h index f0b190406..b33d9fb01 100644 --- a/src/struct_iter.h +++ b/src/struct_iter.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header defines the Gregorio data structures and functions. * - * Copyright (C) 2016-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2016-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/support.c b/src/support.c index a169cbaac..bfb0ff830 100644 --- a/src/support.c +++ b/src/support.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file contains miscellaneous support functions. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/support.h b/src/support.h index 28b4e11be..6d5eddc8e 100644 --- a/src/support.h +++ b/src/support.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes the miscellaneous support functions. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/unicode.c b/src/unicode.c index fa9e2a4ac..a4196ed5f 100644 --- a/src/unicode.c +++ b/src/unicode.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file contains functions providing UTF-8 support. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/unicode.h b/src/unicode.h index e2ae15059..db23d3cb3 100644 --- a/src/unicode.h +++ b/src/unicode.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes the UTF-8 support functions. * - * Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/utf8strings.h.in b/src/utf8strings.h.in index acfed3015..e081b473c 100644 --- a/src/utf8strings.h.in +++ b/src/utf8strings.h.in @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header file contains UTF-8 encoded strings used by Gregorio * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/vowel/vowel-rules.h b/src/vowel/vowel-rules.h index f53bb66d6..d120534a3 100644 --- a/src/vowel/vowel-rules.h +++ b/src/vowel/vowel-rules.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header shares definitions between the vowel parser and lexer. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/vowel/vowel-rules.l b/src/vowel/vowel-rules.l index 89215af0a..a84ac0e66 100644 --- a/src/vowel/vowel-rules.l +++ b/src/vowel/vowel-rules.l @@ -3,7 +3,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file implements the vowel rule lexer. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/vowel/vowel-rules.y b/src/vowel/vowel-rules.y index bcdfb77c7..244ab2648 100644 --- a/src/vowel/vowel-rules.y +++ b/src/vowel/vowel-rules.y @@ -3,7 +3,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file implements the vowel rule parser. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free diff --git a/src/vowel/vowel.c b/src/vowel/vowel.c index a765ee77b..d8dcf99e3 100644 --- a/src/vowel/vowel.c +++ b/src/vowel/vowel.c @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This file implements vowel rule handling (aside from parsing). * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/src/vowel/vowel.h b/src/vowel/vowel.h index a149f4214..0d1641fcf 100644 --- a/src/vowel/vowel.h +++ b/src/vowel/vowel.h @@ -2,7 +2,7 @@ * Gregorio is a program that translates gabc files to GregorioTeX * This header prototypes the vowel handling data structures and entry points. * - * Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) + * Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) * * This file is part of Gregorio. * diff --git a/tex/Makefile.am b/tex/Makefile.am index 35c5fb1a3..509c30865 100644 --- a/tex/Makefile.am +++ b/tex/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2006-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/tex/gregorio-vowels.dat b/tex/gregorio-vowels.dat index f02943994..0e0dacc52 100644 --- a/tex/gregorio-vowels.dat +++ b/tex/gregorio-vowels.dat @@ -1,5 +1,5 @@ # Vowel rule file for Gregorio -# Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) +# Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) # # This file is part of Gregorio. # diff --git a/tex/gregoriosyms.sty b/tex/gregoriosyms.sty index 93d55eab5..198a4c89f 100644 --- a/tex/gregoriosyms.sty +++ b/tex/gregoriosyms.sty @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -19,7 +19,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{gregoriosyms} - [2019/04/06 v5.2.1 GregorioTeX symbols only.]% PARSE_VERSION_DATE_LTX + [2021/02/23 v6.0.0-beta1 GregorioTeX symbols only.]% PARSE_VERSION_DATE_LTX \RequirePackage{iftex}% \RequireLuaTeX @@ -41,7 +41,7 @@ % The version of gregorio. All gregoriotex*.tex files must have the same. % All gtex files must also have the same version. -\xdef\gre@gregoriotexversion{5.2.1}% GREGORIO_VERSION - VersionManager.py +\xdef\gre@gregoriotexversion{6.0.0-beta1}% GREGORIO_VERSION - VersionManager.py \providecommand{\gre@declarefileversion}[2]{\relax} diff --git a/tex/gregoriotex-chars.tex b/tex/gregoriotex-chars.tex index 219b1bcf5..c6163e223 100644 --- a/tex/gregoriotex-chars.tex +++ b/tex/gregoriotex-chars.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -17,7 +17,7 @@ % You should have received a copy of the GNU General Public License % along with Gregorio. If not, see . -\gre@declarefileversion{gregoriotex-chars.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-chars.tex}{6.0.0-beta1}% GREGORIO_VERSION \def\gre@char@fuse@punctum@one{\GreFuseTwo{\GreCPLeadingPunctumOne}{\GreCPPunctum}}% \def\gre@char@fuse@quilisma@one{\GreFuseTwo{\GreCPLeadingQuilismaOne}{\GreCPPunctum}}% diff --git a/tex/gregoriotex-common.tex b/tex/gregoriotex-common.tex index 134fa031f..ed9ea193b 100644 --- a/tex/gregoriotex-common.tex +++ b/tex/gregoriotex-common.tex @@ -1,6 +1,6 @@ %GregorioTeX common file (stuff needed by both gregoriotex and gregoriosyms) % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -17,7 +17,7 @@ % You should have received a copy of the GNU General Public License % along with Gregorio. If not, see . -\gre@declarefileversion{gregoriotex-common.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-common.tex}{6.0.0-beta1}% GREGORIO_VERSION \ifnum\luatexversion<76% \gre@error{Error: this document must be compiled with LuaTeX (lualatex) 0.76 or later}% diff --git a/tex/gregoriotex-gsp-default.tex b/tex/gregoriotex-gsp-default.tex index 2da1f7006..a5940f751 100644 --- a/tex/gregoriotex-gsp-default.tex +++ b/tex/gregoriotex-gsp-default.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2010-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2010-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -20,7 +20,7 @@ % this file contains definitions of spaces and penalties % version check -\gre@declarefileversion{gregoriotex-gsp-default.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-gsp-default.tex}{6.0.0-beta1}% GREGORIO_VERSION %% First, the penalties diff --git a/tex/gregoriotex-main.tex b/tex/gregoriotex-main.tex index 562399552..b9367947e 100644 --- a/tex/gregoriotex-main.tex +++ b/tex/gregoriotex-main.tex @@ -1,6 +1,6 @@ %GregorioTeX main file. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -21,7 +21,7 @@ % The version of gregorio. All gregoriotex*.tex files must have the same. % All gtex files must also have the same version. -\xdef\gre@gregoriotexversion{5.2.1}% GREGORIO_VERSION - VersionManager.py +\xdef\gre@gregoriotexversion{6.0.0-beta1}% GREGORIO_VERSION - VersionManager.py % first some macros to allow checks for version: % Tests that all gregoriotex files are of the same version. diff --git a/tex/gregoriotex-nabc.lua b/tex/gregoriotex-nabc.lua index 8eb1b3e15..deeaf3ba3 100644 --- a/tex/gregoriotex-nabc.lua +++ b/tex/gregoriotex-nabc.lua @@ -1,6 +1,6 @@ --GregorioTeX Nabc Lua file. -- ---Copyright (C) 2014-2019 The Gregorio Project (see CONTRIBUTORS.md) +--Copyright (C) 2014-2021 The Gregorio Project (see CONTRIBUTORS.md) -- --This file is part of Gregorio. -- @@ -20,7 +20,7 @@ -- this file contains lua functions used by GregorioTeX St. Gall ancient -- neume support when called with LuaTeX. --- GREGORIO_VERSION 5.2.1 +-- GREGORIO_VERSION 6.0.0-beta1 local catcode_at_letter = luatexbase.catcodetables['gre@atletter'] diff --git a/tex/gregoriotex-nabc.tex b/tex/gregoriotex-nabc.tex index 2fae53ecf..d663d763c 100644 --- a/tex/gregoriotex-nabc.tex +++ b/tex/gregoriotex-nabc.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2014-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2014-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -19,7 +19,7 @@ % this file contains macros for St. Gall ancient neume support -\gre@declarefileversion{gregoriotex-nabc.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-nabc.tex}{6.0.0-beta1}% GREGORIO_VERSION \xdef\gre@nabcfontname{gregall}% diff --git a/tex/gregoriotex-signs.lua b/tex/gregoriotex-signs.lua index 948443eaf..25a2f85cb 100644 --- a/tex/gregoriotex-signs.lua +++ b/tex/gregoriotex-signs.lua @@ -1,6 +1,6 @@ --GregorioTeX Signs Lua support file. -- ---Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) +--Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) -- --This file is part of Gregorio. -- @@ -19,7 +19,7 @@ -- this file contains lua functions to support signs used by GregorioTeX. --- GREGORIO_VERSION 5.2.1 +-- GREGORIO_VERSION 6.0.0-beta1 local err = gregoriotex.module.err local warn = gregoriotex.module.warn diff --git a/tex/gregoriotex-signs.tex b/tex/gregoriotex-signs.tex index 0fbea54cb..ad13dc1e4 100644 --- a/tex/gregoriotex-signs.tex +++ b/tex/gregoriotex-signs.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -22,7 +22,7 @@ \def\grebarbracewidth{.58879}% -\gre@declarefileversion{gregoriotex-signs.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-signs.tex}{6.0.0-beta1}% GREGORIO_VERSION \def\gre@usestylecommon{% \gre@trace{gre@usestylecommon}% diff --git a/tex/gregoriotex-spaces.tex b/tex/gregoriotex-spaces.tex index 02ccb4651..301c2c16b 100644 --- a/tex/gregoriotex-spaces.tex +++ b/tex/gregoriotex-spaces.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -19,7 +19,7 @@ % this file contains definitions of spaces -\gre@declarefileversion{gregoriotex-spaces.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-spaces.tex}{6.0.0-beta1}% GREGORIO_VERSION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% macros for tuning penalties diff --git a/tex/gregoriotex-syllable.tex b/tex/gregoriotex-syllable.tex index a1bd374ac..893466234 100644 --- a/tex/gregoriotex-syllable.tex +++ b/tex/gregoriotex-syllable.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -19,7 +19,7 @@ % this file contains definitions of the glyphs and the syllables -\gre@declarefileversion{gregoriotex-syllable.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-syllable.tex}{6.0.0-beta1}% GREGORIO_VERSION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% macros for the typesetting of the different glyphs diff --git a/tex/gregoriotex-symbols.lua b/tex/gregoriotex-symbols.lua index 8e9f0a319..19f915f10 100644 --- a/tex/gregoriotex-symbols.lua +++ b/tex/gregoriotex-symbols.lua @@ -1,6 +1,6 @@ --GregorioTeX Symbols Lua support file. -- ---Copyright (C) 2016-2019 The Gregorio Project (see CONTRIBUTORS.md) +--Copyright (C) 2016-2021 The Gregorio Project (see CONTRIBUTORS.md) -- --This file is part of Gregorio. -- @@ -19,7 +19,7 @@ -- this file contains lua functions to support signs used by GregorioTeX. --- GREGORIO_VERSION 5.2.1 +-- GREGORIO_VERSION 6.0.0-beta1 local err = gregoriotex.module.err local warn = gregoriotex.module.warn diff --git a/tex/gregoriotex-symbols.tex b/tex/gregoriotex-symbols.tex index 11a33845d..e274ea224 100644 --- a/tex/gregoriotex-symbols.tex +++ b/tex/gregoriotex-symbols.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -22,7 +22,7 @@ \ifcsname gregoriotex@symbols@loaded\endcsname\endinput\fi% \def\gregoriotex@symbols@loaded{}% -\gre@declarefileversion{gregoriotex-symbols.tex}{5.2.1}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-symbols.tex}{6.0.0-beta1}% GREGORIO_VERSION \RequireLuaModule{gregoriotex}% diff --git a/tex/gregoriotex.lua b/tex/gregoriotex.lua index df90cb6fb..e16f19355 100644 --- a/tex/gregoriotex.lua +++ b/tex/gregoriotex.lua @@ -1,6 +1,6 @@ --GregorioTeX Lua file. -- ---Copyright (C) 2008-2019 The Gregorio Project (see CONTRIBUTORS.md) +--Copyright (C) 2008-2021 The Gregorio Project (see CONTRIBUTORS.md) -- --This file is part of Gregorio. -- @@ -24,16 +24,16 @@ local hpack, traverse, traverse_id, has_attribute, count, remove, insert_after, gregoriotex = gregoriotex or {} local gregoriotex = gregoriotex -local internalversion = '5.2.1' -- GREGORIO_VERSION (comment used by VersionManager.py) +local internalversion = '6.0.0-beta1' -- GREGORIO_VERSION (comment used by VersionManager.py) local err, warn, info, log = luatexbase.provides_module({ name = "gregoriotex", - version = '5.2.1', -- GREGORIO_VERSION + version = '6.0.0-beta1', -- GREGORIO_VERSION greinternalversion = internalversion, - date = "2019/04/06", -- GREGORIO_DATE_LTX + date = "2021/02/23", -- GREGORIO_DATE_LTX description = "GregorioTeX module.", author = "The Gregorio Project (see CONTRIBUTORS.md)", - copyright = "2008-2019 - The Gregorio Project", + copyright = "2008-2021 - The Gregorio Project", license = "GPLv3+", }) @@ -146,7 +146,7 @@ local function gregorio_exe() local exe_version -- first look for one with the exact version - real_gregorio_exe = 'gregorio-5_2_1' -- FILENAME_VERSION + real_gregorio_exe = 'gregorio-6_0_0-beta1' -- FILENAME_VERSION local cmd = string.format([[%s -o "%%s" "%s"]], real_gregorio_exe, test_snippet_filename) exe_version = get_prog_output(cmd, '*line') diff --git a/tex/gregoriotex.sty b/tex/gregoriotex.sty index 87f63885d..6d008a8bb 100644 --- a/tex/gregoriotex.sty +++ b/tex/gregoriotex.sty @@ -1,6 +1,6 @@ %GregorioTeX LaTeX style. % -% Copyright (C) 2007-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -19,7 +19,7 @@ \NeedsTeXFormat{LaTeX2e}% \ProvidesPackage{gregoriotex}% - [2019/04/06 v5.2.1 GregorioTeX system.]% PARSE_VERSION_DATE_LTX + [2021/02/23 v6.0.0-beta1 GregorioTeX system.]% PARSE_VERSION_DATE_LTX \RequirePackage{iftex}% \RequireLuaTeX diff --git a/tex/gregoriotex.tex b/tex/gregoriotex.tex index 5396f9be9..06b95581c 100644 --- a/tex/gregoriotex.tex +++ b/tex/gregoriotex.tex @@ -1,6 +1,6 @@ % GregorioTeX boostrap file for Plain TeX % -% Copyright (C) 2015-2019 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2015-2021 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -21,7 +21,7 @@ % This file needs to be marked with the version number. For now I've done this with the following comment, but we should check to see if PlainTeX has something similar to the version declaration of LaTeX and use that if it does. -% [2019/04/06 v5.2.1 GregorioTeX system.]% PARSE_VERSION_DATE_LTX +% [2021/02/23 v6.0.0-beta1 GregorioTeX system.]% PARSE_VERSION_DATE_LTX \input iftex.sty \RequireLuaTeX% diff --git a/windows/gregorio-resources.rc b/windows/gregorio-resources.rc index 06f463bea..2995f3aa2 100644 --- a/windows/gregorio-resources.rc +++ b/windows/gregorio-resources.rc @@ -1,7 +1,7 @@ IDI_ICON1 ICON DISCARDABLE "gregorio.ico" 1 VERSIONINFO -FILEVERSION 5,2,1,30 -PRODUCTVERSION 5,2,1,30 +FILEVERSION 6,0,0,11 +PRODUCTVERSION 6,0,0,11 BEGIN BLOCK "StringFileInfo" BEGIN @@ -9,12 +9,12 @@ BEGIN BEGIN VALUE "CompanyName", "Gregorio project" VALUE "FileDescription", "Gregorio" - VALUE "FileVersion", "5.2.1" + VALUE "FileVersion", "6.0.0-beta1" VALUE "InternalName", "gregorio" VALUE "LegalCopyright", "See COPYING in the installation directory." VALUE "OriginalFilename", "gregorio.exe" VALUE "ProductName", "Gregorio" - VALUE "ProductVersion", "5.2.1" + VALUE "ProductVersion", "6.0.0-beta1" END END diff --git a/windows/gregorio.iss b/windows/gregorio.iss index 912a79bd0..4b2441d5e 100644 --- a/windows/gregorio.iss +++ b/windows/gregorio.iss @@ -1,13 +1,13 @@ [Setup] AppName=gregorio -AppVersion=5.2.1 +AppVersion=6.0.0-beta1 DefaultDirName={pf}\gregorio DefaultGroupName=gregorio SetupIconFile=gregorio.ico Compression=lzma2 SolidCompression=yes LicenseFile=../COPYING.md -AppCopyright=Copyright (C) 2006-2019 The Gregorio Project +AppCopyright=Copyright (C) 2006-2021 The Gregorio Project AppComments=Software for engraving Gregorian Chant scores. AppContact=gregorio-devel@googlegroups.com AppPublisher=The Gregorio Project @@ -49,7 +49,7 @@ Name: "{app}\texmf\doc\luatex\gregoriotex\examples" [Files] ; PARSE_VERSION_FILE_NEXTLINE -Source: "../src/gregorio-5_2_1.exe"; DestDir: "{app}\bin"; +Source: "../src/gregorio-6_0_0-beta1.exe"; DestDir: "{app}\bin"; Source: "gregorio.ico"; DestDir: "{app}"; Source: "install.lua"; DestDir: "{app}"; Source: "uninstall.lua"; DestDir: "{app}"; diff --git a/windows/install.lua b/windows/install.lua index 4763d8499..97e2dda0a 100644 --- a/windows/install.lua +++ b/windows/install.lua @@ -1,7 +1,7 @@ #!/usr/bin/env texlua --[[ Gregorio Windows automatic installation script. -Copyright (C) 2010-2019 Gregorio Project authors +Copyright (C) 2010-2021 Gregorio Project authors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/windows/uninstall.lua b/windows/uninstall.lua index 93e8b682e..d49ca3b2e 100644 --- a/windows/uninstall.lua +++ b/windows/uninstall.lua @@ -1,7 +1,7 @@ #!/usr/bin/env texlua --[[ Gregorio Windows automatic installation script. -Copyright (C) 2010-2019 Gregorio Project authors +Copyright (C) 2010-2021 Gregorio Project authors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by