]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-thick.ly
Fix issue 1601 -- poor autobeam settings for 6/8, 9/8, 12/8
[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