Re: Ottavation text too long for next line

2015-05-17 Thread Knute Snortum
Great suggestions. Thanks. Knute Snortum (via Gmail) On Sat, May 16, 2015 at 5:04 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Knute, > > Maybe something like this will work for you? > > \version "2.19.20" > \language "english" > > #(define (ottava-jr grob) >(let* ( >

Re: Ottavation text too long for next line

2015-05-16 Thread Kieren MacMillan
Hi Knute, Maybe something like this will work for you? \version "2.19.20" \language "english" #(define (ottava-jr grob) (let* ( ;; have we been split? (orig (ly:grob-original grob)) ;; if yes, get the split pieces (our siblings) (siblings (if (ly:grob?

Re: Ottavation text too long for next line

2015-05-16 Thread Simon Albrecht
Hi Knute, well this is one of those complicated cases where Lily is not yet smart enough. I’d suggest to make the text ‘shorter’, the following may give some ideas: \version "2.19.20" \language "english" octaveUp = { \set Staff.ottavation = \markup \override #'(baseline-skip . 1.5) \colu

RE: Ottavation text too long for next line

2015-05-16 Thread Mark Stephen Mrotek
Knute, When I eliminated the indent ( \layout {\indent = #0} ), all of it fits on the first line. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Knute Snortum Sent: Saturday, May 16, 2015 10:14 AM