Re: Moving Ottava Text

2014-01-10 Thread Eluze
.1069038.n5.nabble.com/Moving-Ottava-Text-tp157524p157569.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Moving Ottava Text

2014-01-09 Thread Nick Baskin
Hey all, I'm using 2.18.0, and I need to move the 8va part of an ottava bracket to the left to avoid a collision with a beam. I've tried several things, to no avail: using \override Staff.OttavaBracket.X-offset has no effect as far as I can tell; using \override Staff.OttavaBracket.shorten-pair

Re: Moving Ottava Text

2014-01-09 Thread Eluze
just hope this fits: \set Staff.ottavation = \markup { Text \hspace #4 } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Moving-Ottava-Text-tp157524p157535.html Sent from the User mailing list archive at Nabble.com

Re: Moving Ottava Text

2014-01-09 Thread Nick Baskin
: http://lilypond.1069038.n5.nabble.com/Moving-Ottava-Text-tp157524p157535.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Moving Ottava Text

2014-01-09 Thread Shane Brandes
this change? as you're not very specific about the code I just hope this fits: \set Staff.ottavation = \markup { Text \hspace #4 } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Moving-Ottava-Text-tp157524p157535.html Sent from the User mailing list archive

Re: Moving Ottava Text

2014-01-09 Thread Kieren MacMillan
Hi Nick Does this help? \once \override Staff.OttavaBracket.extra-offset = #'(-3 . 0) \once \override Staff.OttavaBracket.shorten-pair = #'(0 . -3.5) Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Moving Ottava Text

2014-01-09 Thread Nick Baskin
Kieren, That does the trick nicely, thanks! Nick On Thu, Jan 9, 2014 at 10:11 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Nick Does this help? \once \override Staff.OttavaBracket.extra-offset = #'(-3 . 0) \once \override Staff.OttavaBracket.shorten-pair = #'(0 .