]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-thick.ly
bb0ca608de07375b2ad07bb407d670baf4eef3ec
[lilypond.git] / input / regression / bar-line-thick.ly
1
2 \header { texidoc = "A thick bar line is created by \bar \".\", which is consistent with e.g. \bar \"|.\"" }
3
4 \version "2.13.4"
5
6 \paper {  ragged-right = ##t }
7
8 \relative \new StaffGroup <<
9   \new Staff {
10     c4 \bar "." c }
11   \new Staff {
12      c c
13   }
14 >>
15