]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-line-thick.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / bar-line-thick.ly
diff --git a/input/regression/bar-line-thick.ly b/input/regression/bar-line-thick.ly
new file mode 100644 (file)
index 0000000..68fde67
--- /dev/null
@@ -0,0 +1,15 @@
+
+\header { texidoc = "A thick bar line is created by \bar \".\", which is consistent with e.g. \bar \"|.\"" }
+
+\version "2.14.0"
+
+\paper {  ragged-right = ##t }
+
+\relative \new StaffGroup <<
+  \new Staff {
+    c4 \bar "." c }
+  \new Staff {
+     c c
+  }
+>>
+