Re: Controlling horizontal bracket start position after a line break?

2011-09-14 Thread Neil Puttock
On 13 September 2011 23:50, harm6 thomasmorle...@googlemail.com wrote: modifying some definitions developed by Mike and David in this thread http://old.nabble.com/shorten-a-broken-hairpin-at-a-linebreak--td32343028.html I hope this will do the job: This is a bit complicated. :) \version

Controlling horizontal bracket start position after a line break?

2011-09-13 Thread Trevor Bača
Hi, I'm using horizontal brackets in some sketches I'm doing right now. (And the fact that the brackets nest is proving very useful indeed.) A simplified example looks like this: %%% BEGIN %%% \version 2.15.11 \layout { ragged-right = ##t } \new Voice \with { \consists

Re: Controlling horizontal bracket start position after a line break?

2011-09-13 Thread harm6
\with { \consists Horizontal_bracket_engraver } { \override HorizontalBracket #'stencil = #my-callback c'1 \startGroup d'1 \break e'1 f'1 \stopGroup } Best, Harm -- View this message in context: http://old.nabble.com/Controlling-horizontal-bracket-start-position-after