Skip to content

Commit

Permalink
renamed pymusco.py app as apps/pymusco to avoid confusion between the…
Browse files Browse the repository at this point in the history
… module pymusco and the application pymusco
  • Loading branch information
g-raffy committed Nov 8, 2023
1 parent fe9b5ad commit 9d5a147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Digitizing original sheet music can be illegal depending on countries and editor

The following command builds the [stub-pdf](#stub-pdf) `$PYMUSCO_WORKSPACE_ROOT/stubs/007-captain-future-galaxy-drift-1.pdf` from the [scan-pdf](#scan-pdf) `$PYMUSCO_WORKSPACE_ROOT/scans/007-captain-future-galaxy-drift-1.pdf` and the [piece description file](#piece-description-file) `$PYMUSCO_WORKSPACE_ROOT/scans/007-captain-future-galaxy-drift-1.desc`:
```bash
PYTHONPATH=./src ./src/pymusco.py \
PYTHONPATH=./src ./src/apps/pymusco \
--orchestra-file-path samples/jazz.orchestra \
build-stub \
--scan-file-path samples/scans/007-captain-future-galaxy-drift-1.pdf \
Expand All @@ -48,7 +48,7 @@ PYTHONPATH=./src ./src/pymusco.py \
The following command builds the [print-pdf](#print-pdf) `$PYMUSCO_WORKSPACE_ROOT/prints/007-captain-future-galaxy-drift-1.pdf` from the [stub-pdf](#stub-pdf) `$PYMUSCO_WORKSPACE_ROOT/stubs/007-captain-future-galaxy-drift-1.pdf` and the [headcount file](#ts-auto) `$PYMUSCO_WORKSPACE_ROOT/samples/jazz.headcount`:

```bash
PYTHONPATH=./src ./src/pymusco.py \
PYTHONPATH=./src ./src/apps/pymusco \
--orchestra-file-path samples/jazz.orchestra \
build-print \
--stub-file-path samples/stubs/007-captain-future-galaxy-drift-1.pdf \
Expand Down
File renamed without changes.

0 comments on commit 9d5a147

Please sign in to comment.