]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/bar-lines.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / manual / bar-lines.ly
index 52c7cd902058bfc229f816febaee6aab65e8a191..b5cdc8492d605c552292e3c1636f26863fbdfc16 100644 (file)
@@ -1,9 +1,9 @@
 
-\version "2.7.39"
+\version "2.10.0"
 
 \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 "dashed" \mark \markup { \simple #"dashed" }
+    c c c c
+    \bar "||:" \mark \markup { \tiny \typewriter "unbroken" \simple
+#"||:" }
+    c c c c
+    \break
+    \bar "||:" \mark \markup { \tiny \typewriter "broken" \simple
+#"||:" }
     c
 }