]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 2.3 Unfretted - add \open
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 13 Oct 2008 16:59:34 +0000 (17:59 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Mon, 13 Oct 2008 17:00:16 +0000 (18:00 +0100)
Documentation/user/unfretted-strings.itely

index 0fc7585abc0a8ca5764a52b3aca90e8825fe6ff7..a200e70b65705580a7b469a312255be06234d7b7 100644 (file)
@@ -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