Abjad / abjad

Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.
https://abjad.github.io
GNU General Public License v3.0
239 stars 39 forks source link

Change abjad/_stylesheets to abjad/scm #1453

Closed trevorbaca closed 2 years ago

trevorbaca commented 2 years ago

The name _stylesheets no longer describes the contents of the directory.

Users will need to update the way LilyPond is invoked, substituting local path of Abjad:

OLD: lilypond --include=~/abjad/_stylesheets NEW: lilypond --include=~/abjad/scm