]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: LM: Add new node to introduce bar checks.
authorMark Polesky <markpolesky@yahoo.com>
Wed, 5 May 2010 01:24:00 +0000 (18:24 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Wed, 5 May 2010 01:24:38 +0000 (18:24 -0700)
Documentation/learning/common-notation.itely

index 4039e26577b277b65244267fdc0b4575dc596b09..7c3a2cc2707bb07677d8d299761bd1cd91bb9cce 100644 (file)
@@ -51,6 +51,7 @@ This section introduces common notation that is used for one voice
 on one staff.
 
 @menu
+* Bar checks::
 * Accidentals and key signatures::
 * Ties and slurs::
 * Articulation and dynamics::
@@ -60,6 +61,26 @@ on one staff.
 @end menu
 
 
+@node Bar checks
+@subsection Bar checks
+
+Though not strictly necessary, @emph{bar checks} should be
+used in the input code to show where bar lines are expected
+to fall.  They are entered using the bar symbol, @code{|}.
+With bar checks, the program can verify that you've entered
+durations that make each measure add up to the correct
+length.  Bar checks also make your input code easier to
+read, since they help to keep things organized.
+
+@lilypond[verbatim,quote,relative=2]
+g1 | e1 | c2. c'4 | g4 c g e | c4 r r2 |
+@end lilypond
+
+@seealso
+Notation Reference:
+@ruser{Bar and bar number checks}.
+
+
 @node Accidentals and key signatures
 @subsection Accidentals and key signatures