Spaces:
Sleeping
Sleeping
File size: 381 Bytes
f65fe85 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
% Used for example to print glyphs with stafflines
test := 0;
if test = -1:
% TODO: what's this? Seems to be broken...
mode := smoke;
fi;
% change this to 0.5 to have glyphs positioned on
% staff spaces instead of stafflines in testing mode
% (useful e.g. to check how accidentals visually interact
% with stafflines in different configurations).
stafflines_y_offset := 0;
|