X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-lines.ly;fp=input%2Fregression%2Fbar-lines.ly;h=359ccb4dd25076030bcce0824608c5048af781df;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/bar-lines.ly b/input/regression/bar-lines.ly new file mode 100644 index 0000000000..359ccb4dd2 --- /dev/null +++ b/input/regression/bar-lines.ly @@ -0,0 +1,38 @@ +\version "2.16.0" + +\header { texidoc = "Various types of bar lines can be drawn. + +The dashes in a dashed bar line covers staff lines exactly. Dashed +barlines between staves start and end on a half dash precisely. + +The dots in a dotted bar line are in spaces. + +A thick bar line is created by \bar \".\", which is consistent +with e.g. \bar \"|.\" + +A ticked bar line is a short line of the same length as a staff +space, centered on the top-most barline. + +" } + +\relative \new StaffGroup << + \new Staff = "1" { + c2 \bar "dashed" c + s1 + c2 \bar ":" c + s1 + c2 \bar "." c + s1 + c2 \bar "'" c + } + \new Staff = "2" { + c2 c + s1 + c2 c + s1 + c2 c + s1 + c2 c + } +>> +