From: Graham Percival Date: Mon, 21 Aug 2006 01:48:47 +0000 (+0000) Subject: Adds ||: repeat to docs. X-Git-Tag: cvs/HEAD~150 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4dc49dfe93fa81cc67b1819d1bb79439368cc573;p=lilypond.git Adds ||: repeat to docs. --- diff --git a/ChangeLog b/ChangeLog index dfadf2365b..c2fde7cf78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ * input/ {regression, test}/+.ly: clarification to text (you can click on examples). Thanks, Mats! + * input/manual/bar-lines.ly: adds ||: repeats. + 2006-08-20 Han-Wen Nienhuys * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES diff --git a/input/manual/bar-lines.ly b/input/manual/bar-lines.ly index 52c7cd9020..87eaeaa4f4 100644 --- a/input/manual/bar-lines.ly +++ b/input/manual/bar-lines.ly @@ -3,7 +3,7 @@ \header { - texidoc = "There a many types of bar lines available." + texidoc = "There are many types of bar lines available." } @@ -21,5 +21,13 @@ c \bar ":|:" \mark \markup { \simple #":|:" } c \bar "|." \mark \markup { \simple #"|." } c \bar ":" \mark \markup { \simple #":" } + + c c c + \bar "||:" \mark \markup { \tiny \typewriter "unbroken" \simple +#"||:" } + c c c c + \break + \bar "||:" \mark \markup { \tiny \typewriter "broken" \simple +#"||:" } c }