diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-23 00:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-23 00:23:51 +0000 |
commit | a683c3d7e9fac38ec713f23fb6b9d2c7143aea82 (patch) | |
tree | 424ab223921f85fd3f167a4ccd0e2d37d05c2927 /Master/texmf-dist/doc/latex/latex-graphics-companion/macro.ini | |
parent | 5beb5368a684995153c8566797ba054f21c666af (diff) |
move english latex doc out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/macro.ini')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/macro.ini | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/macro.ini b/Master/texmf-dist/doc/latex/latex-graphics-companion/macro.ini new file mode 100644 index 00000000000..fc1397b198e --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/macro.ini @@ -0,0 +1,45 @@ +/**************************************************************************** + PROJECT: MusixTeX PreProcessor + FILE : macro.ini + AUTHOR : J. C. Nieuwenhuizen + + copyright (c) FlowerSoft 1995 +--*/ + + macroList.put( *new Define( "title" ) ); + macroList.put( *new Define( "subtitle" ) ); + macroList.put( *new Define( "lefttitle" ) ); + macroList.put( *new Define( "tempo" ) ); + macroList.put( *new Define( "composer" ) ); + macroList.put( *new Define( "righttitle" ) ); + + macroList.put( *new Macro( "barnumbering", "\\barnumbering", 1 ) ); + macroList.put( *new Macro( "staffnumbers" , "\\systemnumbers" ) ); + macroList.put( *new Macro( "barnumberstyle", "\\def\\putbarno", 1 ) ); + macroList.put( *new Macro( "clef" , "" ) ); + macroList.put( *new Macro( "key" , "" ) ); + macroList.put( *new Macro( "staffseparation", "\\interstaff", 1 ) ); + macroList.put( *new Macro( "tighten" , "\\mulooseness=-1\n" ) ); + macroList.put( *new Macro( "ttighten" , "\\mulooseness=-2\n" ) ); + macroList.put( *new Macro( "tttighten" , "\\mulooseness=-3\n" ) ); + macroList.put( *new Macro( "loosen" , "\\mulooseness=1\n" ) ); + + macroList.put( *new DefaultDuration( "duration" , 1 ) ); + macroList.put( *new Metron( "metron" ) ); + macroList.put( *new Meter( "meter" ) ); + macroList.put( *new MusicStyle( "normal", "\\normalnotesize", Note::NORMAL ) ); + macroList.put( *new MusicStyle( "small", "\\smallnotesize", Note::SMALL ) ); + macroList.put( *new MusicStyle( "tiny", "\\tinynotesize", Note::TINY ) ); + macroList.put( *new NewLine( "newline" , "\\alaligne\n" ) ); + macroList.put( *new Octavate( "octavate" ) ); + macroList.put( *new PartVerb( "partverb", 1 ) ); + macroList.put( *new ScoreVerb( "scoreverb", 1 ) ); + macroList.put( *new Slope( "slope" ) ); + macroList.put( *new StemLength( "stemlength" ) ); + macroList.put( *new Transpose( "transpose" ) ); + macroList.put( *new Verb( "verb", 1 ) ); + macroList.put( *new Volta( "volta", "Setvolta" ) ); +// macroList.put( *new Volta( "beginvolta", "Setvolta" ) ); + // not Macro, cause only written for top staff + macroList.put( *new Volta( "endvolta", "endvolta" ) ); + macroList.put( *new Volta( "endvoltabox", "endvoltabox" ) ); |