Software:MusiXTeX

From HandWiki
Short description: Open source scorewriter
MusiXTeX
Attaingnant--branle-de-poictou.png
Attaingnant's "Branle de Poictou" rendered by MusiXTeX (lute tablature and corresponding guitar notation)
Developer(s)Jean-Pierre Coulon, Hiroaki Morimoto, Don Simons, Bob Tennent, Olivier Vogel, Andreas Egler (inactive), Ross Mitchell (inactive), Daniel Taupin (deceased)
Stable release
1.37 / 7 October 2023; 6 months ago (2023-10-07)[1]
Operating systemCross-platform
TypeScorewriter
LicenseGPL-2.0-or-later
Websitectan.org/pkg/musixtex

MusiXTeX is a suite of open source music engraving macros and fonts that allow music typesetting in TeX, released under the GPL-2.0-or-later license.[1]

History

Macros for typesetting music in TeX first appeared in 1987 (MuTeX) and were limited to one-staff systems.

In 1991, Daniel Taupin[2] created MusicTeX, whose macros allowed the production of systems with multiple staves, but which presented a few problems in controlling the horizontal positioning of notes. MusicTeX used a one-pass compilation.

In 1997 the positioning problems were corrected in MusiXTeX, which includes the external application musixflx to control the horizontal distances. This new module requires a three-pass compilation: TeX, musixflx and TeX again. MusiXTeX requires ghostscript.

Three-pass system

When compiling a TeX source file named file.tex, a file.mx1 is generated, containing information about the distances between staves and bar lengths. This file is processed by the program musixflx, which determines the distances between notes for each beat and writes them in file.mx2, which is used in compiling the final TeX file. Any changes in the score that affect the horizontal distances require file.mx2 to be deleted and all three passes to be performed again; otherwise, only one compilation in TeX is required.

Spin-offs

In 1996, Han-Wen Nienhuys and Jan Nieuwenhuizen, who were working in the MusiXTeX PreProcessor (MPP) project since the previous year, decided to create a new music engraving program loosely based on MusiXTeX's concepts, named LilyPond.[3][4] LilyPond 1.0 was released on 31 July 1998, highlighting the development of a custom music font, Feta, and the complete separation of LilyPond from MusiXTeX.[5]

PMX is a preprocessor for MusiXTeX written by Don Simons.[6]

See also

References

  1. 1.0 1.1 "MusiXTEX – Sophisticated music typesetting". https://ctan.org/pkg/musixtex. 
  2. "Daniel Taupin 1936-2003". https://icking-music-archive.org/DanielTaupin.html. 
  3. "GNU LilyPond Learning Manual: Preface". http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Preface. 
  4. "MusiXTeX PreProcessor README". https://github.com/janneke/mpp. 
  5. Nienhuys, Han-Wen (1998-07-31). "GNU LilyPond 1.0 released". gnu-music-discuss (Mailing list). Retrieved 2010-02-16.
  6. "PMX – a Preprocessor for MusiXTEX". https://icking-music-archive.org/software/pmx/pmx250.pdf. 

External links