Status: Started
Owner: [email protected]
Labels: Type-Enhancement Patch-new

New issue 3999 by [email protected]: Make tablature half-note stem-spacing adjustable.
http://code.google.com/p/lilypond/issues/detail?id=3999

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.

Review the patch at http://codereview.appspot.com/110960043/

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to