Skip to content

Commit

Permalink
Merge pull request #1312 from henryso/fix-1310
Browse files Browse the repository at this point in the history
Added drawing of pes quadratum initio debilis glyphs.
  • Loading branch information
henryso authored Feb 20, 2017
2 parents bff141b + 5de064b commit 2677aaf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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][unreleased]
### Fixed
- Glyphs for pes quadratum shapes with initio debilis are no longer missing. Use `-fqg` to engrave them. See [#1310](https://github.com/gregorio-project/gregorio/issues/1310).

### Changed
- The default behaviour of `\gregorioscore` has been changed to autocompile.
- When the note after an oriscus is at the same pitch, the oriscus direction now depends on the first non-unison, non-oriscus note after the oriscus (see [#1179](https://github.com/gregorio-project/gregorio/issues/1179)).
Expand Down
8 changes: 8 additions & 0 deletions fonts/squarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,14 @@ def pes_quadratum():
S_PES_QUADRATUM_LONGQUEUE, stemshape=S_PES_QUADRATUM, qtype='long')
write_pes_quadratum(1, "PunctumLineTR", "VirgaBaseLineBL",
S_PES_QUADRATUM_OPENQUEUE, stemshape=S_PES_QUADRATUM, qtype='open')
write_all_pes_quadratum("idebilis", "VirgaBaseLineBL", S_PES_QUADRATUM,
lique=L_INITIO_DEBILIS, stemshape=S_PES_QUADRATUM, qtype='short')
write_all_pes_quadratum("idebilis", "VirgaBaseLineBL",
S_PES_QUADRATUM_LONGQUEUE, lique=L_INITIO_DEBILIS,
stemshape=S_PES_QUADRATUM, qtype='long')
write_pes_quadratum(1, "idebilis", "VirgaBaseLineBL",
S_PES_QUADRATUM_OPENQUEUE, lique=L_INITIO_DEBILIS,
stemshape=S_PES_QUADRATUM, qtype='open')
precise_message("pes quassus")
write_all_pes_quadratum("AscendensOriscusLineTR", "VirgaBaseLineBL",
S_PES_QUASSUS, stemshape=S_PES_QUASSUS, qtype='short')
Expand Down

0 comments on commit 2677aaf

Please sign in to comment.