dwww Home | Show directory contents | Find package

/****************************************************************************
  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() ) );

Generated by dwww version 1.15 on Sat May 18 06:04:44 CEST 2024.