diff options
author | Benkő Pál <benko.pal@gmail.com> | 2011-02-01 21:40:56 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-02-01 21:22:15 +0000 |
commit | 51494aa2962de45ba21eed9e79aadfc28e737f2b (patch) | |
tree | 77d051853f8289477364f225c426e9de32bc8563 /ly | |
parent | 8ea737da2deded9bb8ae27194150a72eac16add0 (diff) |
remove bar-size and replace by bar-extent
Diffstat (limited to 'ly')
-rw-r--r-- | ly/engraver-init.ly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 7de70d3732..7f7297e414 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -16,7 +16,7 @@ %%%% You should have received a copy of the GNU General Public License %%%% along with LilyPond. If not, see <http://www.gnu.org/licenses/>. -\version "2.13.42" +\version "2.13.48" \context { \name "Global" @@ -163,7 +163,7 @@ contained staves are not connected vertically." \name RhythmicStaff \alias "Staff" - \override BarLine #'bar-size = #4 + \override BarLine #'bar-extent = #'(-2 . 2) \override VoltaBracket #'staff-padding = #3 \override StaffSymbol #'line-count = #1 @@ -446,7 +446,7 @@ printing of a single line of lyrics." %% make sure that barlines aren't collapsed, when %% Bar_engraver is there. - \override BarLine #'bar-size = #0.1 + \override BarLine #'bar-extent = #'(-0.05 . 0.05) } |