1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
# musicography package
# Matthew Bertucci 2/15/2022
#include:stackengine
#include:xparse
#keyvals:\usepackage/musicography#c
bigger
#endkeyvals
\ifLargeFont#*
\LargeFonttrue#*
\LargeFontfalse#*
\musFont#*
\musFontBig#*
\musFontLarge#*
\musNumFont{text}#*
\musSymbol{kern before}{raise}{kern after}{symbol}#*
\musSymbol[font cmds]{kern before}{raise}{kern after}{symbol}#*
\musAccidental{symbol code}
\musFlat
\musDoubleFlat
\musSharp
\musDoubleSharp
\musNatural
\fl
\sh
\na
\musStemmedNote{symbol}#*
\musFlaggedNote{symbol1}{symbol2}#*
\musDottedNote{symbol}#*
\musStem#*
\musSegno#*
\musDot#*
\musWhole
\musHalf
\musQuarter
\musEighth
\musSixteenth
\musThirtySecond
\musSixtyFourth
\musWholeDotted
\musHalfDotted
\musQuarterDotted
\musEighthDotted
\musSixteenthDotted
\musThirtySecondDotted
\musSixtyFourthDotted
\musStack{arg}#*
\musStack[font cmd]{arg}#*
\musSymbolMeter{symbol}#*
\meterCplus{symbol}#*
\musMeter{upper}{lower}
\musFigFont#*
\musFig{content}
\noFig
\noFig[text%plain]
\meterC
\meterCutC
\meterCThree
\meterCThreeTwo
\meterCZ
\meterO
\musSemibreve#*
\musMinim#*
\musSemiminim#*
\musCorchea#*
\musFusa#*
\musSemibreveDotted#*
\musMinimDotted#*
\musSeminiminimDotted#*
\musCorcheaDotted#*
\musFusaDotted#*
|