]> git.donarmstrong.com Git - lilypond.git/commit
let RhythmicStaff use default barline extent
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Fri, 29 Nov 2013 15:47:43 +0000 (16:47 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 26 Dec 2013 21:24:16 +0000 (22:24 +0100)
commitbfcec59920811be86242089f9b9e5db6a0271467
treec74e71e400f3525a06a2de13315eb2b214c5c955
parentc2c44ef555bb2eb890ff1647065968699a857722
let RhythmicStaff use default barline extent

There is no reason to make barlines in RhythmicStaff special.
The purpose of the deleted code was probably to ensure that
the barlines were visible at all (despite the fact that there
is just one staffline in a RhythmicStaff).  However, currently
barline code takes care of this by default.

This makes barlines in DrumStaff and RhythmicStaff similar.

A comment by Keith:
The book by Kurt Stone happens to have some bar-lines in single-line percussion
staves that are as tall as a 4/4 time-signature.  Other examples in the same
book have short bar-lines like these here, and looking at some scores the short
bar-lines are more common.
ly/engraver-init.ly