]> git.donarmstrong.com Git - lilypond.git/commit - Documentation/user/rhythms.itely
Implement thick bar lines (use \bar "." for this)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 13 Dec 2008 00:13:45 +0000 (01:13 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 7 Mar 2009 23:03:42 +0000 (00:03 +0100)
commiteafd157927c2f7292bab0313d26c783570f56343
tree5e1623f92f8b53c0744e14747e0640f18db31ec3
parente83d4d449bbb7d775b4ef1058b963fa236ba1048
Implement thick bar lines (use \bar "." for this)

Until now, \bar"." produced a single dot instead of the bar line, which
was however not used anywhere and also not documented...
Using "." for the bar line style is consistent with other types like
".|" or "|.", where a | indicates a think line and . indicates a thick
line.
Documentation/user/rhythms.itely
input/regression/bar-line-thick.ly [new file with mode: 0644]
lily/bar-line.cc
python/convertrules.py