stylesheet structure

2013-05-12 Thread Kieren MacMillan
Hello all, I'm working on putting together some "house style" stylesheets, and wanted to see if I had the best structure… As one example, I'm tweaking up a Henle piano score stylesheet (e.g. Beethoven Piano Sonatas Urtext, ca. 1980): 1. Lilypond.ily -- basic settings [that really should be Lil

Re: Issue 3330: redo much of the stencil stacking/spacing/empty-check (issue 8869044)

2013-05-12 Thread Keith OHara
On Sun, 12 May 2013 15:10:21 -0700, wrote: Likely. The behavior for an isolated \hspace at the start of an expression is not really independently useful all that much. \hspace is used in that way, though. Including in the 'Morgenleid' regression test. Possibly the documentation might have

Re: Issue 3330: redo much of the stencil stacking/spacing/empty-check (issue 8869044)

2013-05-12 Thread dak
On 2013/05/12 21:50:13, Keith wrote: This works. I found a only couple cases on mutopiaproject that depended on the old behavior. \markup { "V" \translate #'(-2.5 . 0.325) \rotate #70 "—" } This would work with \hspace#'-2.5, or even better with \combine, which is what the manual suggest

Re: Issue 3330: redo much of the stencil stacking/spacing/empty-check (issue 8869044)

2013-05-12 Thread k-ohara5a5a
This works. I found a only couple cases on mutopiaproject that depended on the old behavior. \markup { "V" \translate #'(-2.5 . 0.325) \rotate #70 "—" } This would work with \hspace#'-2.5, or even better with \combine, which is what the manual suggests to use. The way that \hspace#-1 clips the

Re: Uses single algorithm for side-position spacing. (issue 6827072)

2013-05-12 Thread k-ohara5a5a
issue 3363 https://codereview.appspot.com/6827072/diff/38003/lily/side-position-interface.cc File lily/side-position-interface.cc (right): https://codereview.appspot.com/6827072/diff/38003/lily/side-position-interface.cc#newcode271 lily/side-position-interface.cc:271: pure || cross_staff, At so