]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/bar-lines.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / manual / bar-lines.ly
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
 }