]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3999: Make tablature half-note stem-spacing adjustable.
authorMark Polesky <markpolesky@yahoo.com>
Wed, 9 Jul 2014 00:04:25 +0000 (17:04 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Fri, 18 Jul 2014 18:31:04 +0000 (11:31 -0700)
commitae14152d6cb63504972ad2379d553581f36cbf08
tree9fe4ce920b571bffe1c809aac0cef39bb5c74013
parentd32bee73e803f91dcba984d17addb42814b73eaf
Issue 3999: Make tablature half-note stem-spacing adjustable.

This adds a new property to the Stem grob called
'double-stem-separation (default=0.5), that allows users to adjust
the space between the double-stemmed half-notes in tablature:

\new TabStaff {
  \tabFullNotation
  c4 c2 c4
  \override Stem.double-stem-separation = 0.3
  c4 c2 c4
}

It also centers the stems on the fret number and adjusts the
X-extent accordingly.
lily/stem.cc
scm/define-grob-properties.scm
scm/define-grobs.scm
scm/tablature.scm