From f87d99b776ff5e18df1e13328c972a0cc5615300 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Mon, 13 Oct 2008 17:59:34 +0100 Subject: [PATCH] Docs: NR 2.3 Unfretted - add \open --- Documentation/user/unfretted-strings.itely | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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 -- 2.39.2