1
2/* try to print an SVG on a single page */
3svg {
4  break-inside: avoid;
5}
6
7/* don't print abc midi players etc */
8.abcjs-inline-midi,
9.abc-source .nop,
10.abc-player,
11.abc-player.ready,
12.abc-voices,
13.abc-tempo,
14.abc-dot,
15.abc-player.playing {
16  display: none;
17}
18