1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
6 % This file is in the public domain.
7 %% Note: this file works from version 2.15.15
11 lsrtags = "rhythms, tweaks-and-overrides"
14 Alternative styles of flag on eighth and shorter notes can be displayed
15 by overriding the @code{stencil} property of @code{Flag}. Valid values
16 are @code{modern-straight-flag} and @code{old-straight-flag}.
19 doctitle = "Using alternative flag styles"
25 c8 d16 c32 d64 \acciaccatura { c8 } d64 r4
32 \override Flag #'stencil = #modern-straight-flag
35 \override Flag #'stencil = #old-straight-flag
38 \revert Flag #'stencil