]> git.donarmstrong.com Git - lilypond.git/commitdiff
Adds bar line section to LM (Issue 3408)
authorPhil Holmes <mail@philholmes.net>
Sun, 11 Aug 2013 13:36:29 +0000 (14:36 +0100)
committerPhil Holmes <mail@philholmes.net>
Sat, 17 Aug 2013 11:16:09 +0000 (12:16 +0100)
Documentation/learning/common-notation.itely

index fe0f12acb080526fd77f481ba7ea0dd538dbb079..5ac272669704462b0d188b59e788b44be016844e 100644 (file)
@@ -51,7 +51,7 @@ This section introduces common notation that is used for one voice
 on one staff.
 
 @menu
-* Bar checks::
+* Bar lines and bar checks::
 * Accidentals and key signatures::
 * Ties and slurs::
 * Articulation and dynamics::
@@ -61,8 +61,23 @@ on one staff.
 @end menu
 
 
-@node Bar checks
-@subsection Bar checks
+@node Bar lines and bar checks
+@subsection Bar lines and bar checks
+
+@subheading Bar lines
+
+Single bar lines are automatically placed in the music so
+there is no need to add them manually.  Other types of bar
+lines are added using @code{\bar}, for example
+@code{\bar "||"} for a double bar line, or @code{\bar "|."}
+for an ending bar line.  For a full list of bar lines see
+the @ruser{Bar lines}.
+
+@lilypond[verbatim,quote,relative=2]
+g1 e1 \bar "||" c2. c'4 \bar "|."
+@end lilypond
+
+@subheading Bar checks
 
 Though not strictly necessary, @emph{bar checks} should be
 used in the input code to show where bar lines are expected