mei2pae

XSLT to extract short incipits from MEI files

https://github.com/rettinghaus/mei2pae

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

XSLT to extract short incipits from MEI files

Basic Info
  • Host: GitHub
  • Owner: rettinghaus
  • License: mit
  • Language: XSLT
  • Default Branch: main
  • Homepage:
  • Size: 60.5 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 5
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

MEI2PAE

Little XSLT to extract short incipits from MEI files encoded with Plaine & Easie Code.

Usage

The stylesheet takes the first <score> element in the file as basis. It takes following parameters:

  • staff – selects the staff in the MEI file (default is 1)
  • layer – selects the layer in the MEI file (default is 1)
  • measures – adjusts the number of measures to be taken into account (default is 4)

Known limitations

  • only for common music notation (MEI CMN)
  • measure rests are not combined
  • fermatas will be ignored
  • tuplets are treated as triplets

Example implementation

The template aims to be used in other projects. For example you may try the add-incipit.xsl, that adds an incipit to the <work> element in MEI 3/4/5 files.

Owner

  • Name: Klaus Rettinghaus
  • Login: rettinghaus
  • Kind: user
  • Location: Berlin
  • Company: Enote GmbH

Citation (CITATION.cff)

cff-version: 1.2.0
title: MEI2PAE
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Klaus
    family-names: Rettinghaus
    email: klaus.rettinghaus@enote.com
    orcid: 'https://orcid.org/0000-0003-1898-2543'
repository-code: 'https://github.com/rettinghaus/mei2pae'
abstract: XSLT to extract short incipits from MEI files
keywords:
  - MEI
  - Plaine & Easie
license: MIT
version: 1.1.1
date-released: '2024-08-21'

GitHub Events

Total
  • Push event: 6
  • Create event: 1
Last Year
  • Push event: 6
  • Create event: 1