summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/clef.ini
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/clef.ini')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/clef.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/clef.ini b/Master/texmf-dist/doc/latex/latex-graphics-companion/clef.ini
new file mode 100644
index 00000000000..e38fc5cd348
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/clef.ini
@@ -0,0 +1,16 @@
+/****************************************************************************
+ PROJECT: MusixTeX PreProcessor
+ FILE : clef.ini
+ AUTHOR : J. C. Nieuwenhuizen
+
+ copyright (c) FlowerSoft 1995
+--*/
+
+ NoteName midTreble( "b" );
+ macroList.put( *new Clef( "treble", midTreble.getPitch() ) );
+ NoteName midAlto( "c" );
+ macroList.put( *new Clef( "alto", midAlto.getPitch() ) );
+ NoteName midTenor( "A" );
+ macroList.put( *new Clef( "tenor", midTenor.getPitch() ) );
+ NoteName midBass( "D" );
+ macroList.put( *new Clef( "bass", midBass.getPitch() ) );