]> git.donarmstrong.com Git - lilypond.git/commitdiff
Adds ||: repeat to docs.
authorGraham Percival <graham@percival-music.ca>
Mon, 21 Aug 2006 01:48:47 +0000 (01:48 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 21 Aug 2006 01:48:47 +0000 (01:48 +0000)
ChangeLog
input/manual/bar-lines.ly

index dfadf2365b489136905b31a916327f3dc3864b7f..c2fde7cf7872315ceffb50a3751efbc9ddcedb6f 100644 (file)
--- 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  <hanwen@lilypond.org>
 
        * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
index 52c7cd902058bfc229f816febaee6aab65e8a191..87eaeaa4f4088a5e28a66219167386aad32ca356 100644 (file)
@@ -3,7 +3,7 @@
 
 \header {
     
-    texidoc = "There a many types of bar lines available."
+    texidoc = "There are many types of bar lines available."
 
 }
 
     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
 }