ss-pref char[char]*

Default Command line Scope Available in
%noneimmediate abcm2ps >= 8.13.9
abc2svg >= 1.12.0

Change the StyleSheet (pseudo-comment) prefix(es).

By default, the StyleSheet directives (pseudo-comments) are lines starting with two percent signs (%%).
This command redefines a list of possible second characters of these commands (up to 3 different characters).
This permits to avoid conflicts with directives of other programs and also to have a simple conditional generation.

Note: with abcm2ps, this command cannot be set in a format file.

Example 1:

Example 2:

   - tune.abc:
        X:1
        ...
        K:C
        %                        % default 4 staves
        %Fstaves [(S A) (T B)]   % 2 staves
        %Sstaves S               % Soprano only
        %Astaves A               % Alto only
        V:S
        ...
        V:A
        ...
        V:T
        ...
        V:B
        ...
   - command line:
        abcm2ps --ss-pref %A tune.abc  # generate alto only

abc2svg documentation source author - page hosted by Free