X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Funfretted-strings.itely;h=a200e70b65705580a7b469a312255be06234d7b7;hb=f87d99b776ff5e18df1e13328c972a0cc5615300;hp=0fc7585abc0a8ca5764a52b3aca90e8825fe6ff7;hpb=5cfe4870e6871699219fa7a27a27d852d47bc54f;p=lilypond.git diff --git a/Documentation/user/unfretted-strings.itely b/Documentation/user/unfretted-strings.itely index 0fc7585abc..a200e70b65 100644 --- a/Documentation/user/unfretted-strings.itely +++ b/Documentation/user/unfretted-strings.itely @@ -81,20 +81,35 @@ Snippets: @funindex \upbow @funindex \downbow +@funindex \open @cindex bowing indications @cindex up bow indication @cindex down bow indication +@cindex open string indication +@cindex string, indicating open Bowing indications are created as articulations, which are -described in @ref{Articulations and ornamentations}. The -bowing commands, @code{\upbow} and @code{\downbow}, are used with -slurs as follows: +described in @ref{Articulations and ornamentations}. + +The bowing commands, @code{\upbow} and @code{\downbow}, are used +with slurs as follows: @lilypond[verbatim,quote,relative=2] c4(\downbow d) e(\upbow f) @end lilypond +@noindent +and the following example shows how an open D string is indicated: + +@lilypond[verbatim,quote,relative=1] +d1 \open ^\markup { \teeny "IV" } +@end lilypond + +@predefined +@code{\downbow}, +@code{\upbow}, +@code{\open}. @seealso