pyampact.symbolic.show
- pyampact.symbolic.show(piece, start=None, stop=None)[source]
Print a VerovioHumdrumViewer link to the score in between the start and stop measures (inclusive).
- Parameters:
start – Optional integer representing the starting measure. If start is greater than stop, they will be swapped.
stop – Optional integer representing the last measure.
- Returns:
None but a url is printed out
See also