diff --git a/Documentation/input/alphatex/beat-effects.cshtml b/Documentation/input/alphatex/beat-effects.cshtml index 2371165df..d16c89bb1 100644 --- a/Documentation/input/alphatex/beat-effects.cshtml +++ b/Documentation/input/alphatex/beat-effects.cshtml @@ -6,7 +6,7 @@ TexSample: true

There are various effects that can be applied to a beat. All beat effects are specified in braces after the beat. - Beat{Effects} + Beat{Effects} Multiple effects are simple separated by spaces like 3.3 {f v}

Simple Effects

@@ -48,6 +48,9 @@ TexSample: true | // tremolo picking (`tp duration` where duration can be 8,16 or 32) 3.3{tp 8} 3.3{tp 16} 3.3{tp 32} +| +// Crescendo / Decrescendo +3.3{cre} 3.3{cre} 3.3{dec} 3.3{dec}