X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flearning%2Fcommon-notation.itely;h=5ac272669704462b0d188b59e788b44be016844e;hb=4ea667563d6509a055fd2e3033363a97d4347256;hp=fe0f12acb080526fd77f481ba7ea0dd538dbb079;hpb=48a57a1c8feb426029e059d9fbf8aaf1b14f0ff8;p=lilypond.git diff --git a/Documentation/learning/common-notation.itely b/Documentation/learning/common-notation.itely index fe0f12acb0..5ac2726697 100644 --- a/Documentation/learning/common-notation.itely +++ b/Documentation/learning/common-notation.itely @@ -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