Difference between revisions of "Muse2ps feature requests and bug reports"

From CCARH Wiki
Jump to navigation Jump to search
(created page)
 
Line 10: Line 10:
 
=== Feature Requests ===
 
=== Feature Requests ===
  
* For short examples which do not start at measure 1, it would be useful to allow adding a bar number at the start of the music.
+
==== Initial measure number ====
* It would be useful to add components of the stage1 → stage2 process: (1) have an option which turns on automatic determination of stem directions, (2) have an option which turns on automatic determination of beaming.  These would preferrably be separate options, since it is more likely that input data from other sources would have beaming information, but not stemming information.
+
 
* Allow for "invisible" time signatures.
+
For short examples which do not start at measure 1, it would be useful to allow adding a bar number at the start of the music.
* Allow for "invisible" barlines (such as ending a short example with an incomplete barline).
+
 
* Add the following line at the end of the DSC comment header in the PostScript output:
+
==== Stage 1 preprocessing of data ====
 +
 
 +
It would be useful to add components of the stage1 → stage2 process: (1) have an option which turns on automatic determination of stem directions, (2) have an option which turns on automatic determination of beaming.  These would preferably be separate options, since it is more likely that input data from other sources would have beaming information, but not stemming information.
 +
 
 +
==== Invisible time signatures ====
 +
 
 +
Allow for "invisible" time signatures.
 +
 
 +
==== Invisible barlines ====
 +
 
 +
Allow for "invisible" barlines (such as ending a short example with an incomplete barline).
 +
 
 +
==== Paper size in PostScript DSC comments ====
 +
 
 +
Add the following line at the end of the DSC comment header in the PostScript output:
 
     %%DocumentPaperSizes: Letter
 
     %%DocumentPaperSizes: Letter
 
For example:
 
For example:

Revision as of 23:12, 6 March 2011

Feature Requests and Bugs

Bugs

Music spacing with no time signature

  • When there is no time signature present, the music is spaced in a weird manner.


Feature Requests

Initial measure number

For short examples which do not start at measure 1, it would be useful to allow adding a bar number at the start of the music.

Stage 1 preprocessing of data

It would be useful to add components of the stage1 → stage2 process: (1) have an option which turns on automatic determination of stem directions, (2) have an option which turns on automatic determination of beaming. These would preferably be separate options, since it is more likely that input data from other sources would have beaming information, but not stemming information.

Invisible time signatures

Allow for "invisible" time signatures.

Invisible barlines

Allow for "invisible" barlines (such as ending a short example with an incomplete barline).

Paper size in PostScript DSC comments

Add the following line at the end of the DSC comment header in the PostScript output:

   %%DocumentPaperSizes: Letter

For example:

%!PS-Adobe-3.0
%%BoundingBox: (atend)
%%HiResBoundingBox: (atend)
%%HiResSystemBox: 59.76 95.76 552.00 722.64
%%Creator: muse2ps 1.0
%%CreationDate: Thu Dec 23 10:48:53 2010
%%Orientation: Portrait
%%Pages: 1
%%PageOrder: Ascend
%%DocumentPaperSizes: Letter
%%EndComments

Reference: http://en.wikipedia.org/wiki/Document_Structuring_Conventions

Finished features and fixed bugs