X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-line-thick.ly;fp=input%2Fregression%2Fbar-line-thick.ly;h=68fde67aa274bfc6b700f636634b9bce24dd1aea;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/bar-line-thick.ly b/input/regression/bar-line-thick.ly new file mode 100644 index 0000000000..68fde67aa2 --- /dev/null +++ b/input/regression/bar-line-thick.ly @@ -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 + } +>> +