Re: Dynamic text/staff symbol overlap

2014-06-06 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: I don't understand what you're doing here. c'^\f is markup, not dynamics. Since when? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Dynamic text/staff symbol overlap

2014-06-06 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Simon Albrecht simon.albre...@mail.de; lilypond user list lilypond-user@gnu.org Sent: Friday, June 06, 2014 5:47 AM Subject: Re: Dynamic text/staff symbol overlap Phil Holmes m

Re: Dynamic text/staff symbol overlap

2014-06-06 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: - Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Simon Albrecht simon.albre...@mail.de; lilypond user list lilypond-user@gnu.org Sent: Friday, June 06, 2014 5:47 AM Subject: Re: Dynamic text/staff

Dynamic text/staff symbol overlap

2014-06-05 Thread Simon Albrecht
Hello, in places with tight vertical spacing it's often useful and best practice to have the dynamic text overlap slightly with the staff symbol lines. I tried to reproduce this with something like the following: \version 2.19 \relative { \once \override DynamicText.outside-staff-priority

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Phil Holmes
I don't understand what you're doing here. c'^\f is markup, not dynamics. -- Phil Holmes - Original Message - From: Simon Albrecht To: lilypond user list Sent: Thursday, June 05, 2014 8:57 PM Subject: Dynamic text/staff symbol overlap Hello, in places with tight

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Karol Majewski
Of course it is DynamicText. try: \once \override DynamicText.extra-offset = #'(-1 . -1) Karol - Original Message - From: Simon Albrecht To: lilypond user list Sent: Thursday, June 05, 2014 8:57 PM Subject: Dynamic text/staff symbol overlap Hello,in places with tight vertical

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Simon Albrecht
- *From:* Simon Albrecht mailto:simon.albre...@mail.de *To:* lilypond user list mailto:lilypond-user@gnu.org *Sent:* Thursday, June 05, 2014 8:57 PM *Subject:* Dynamic text/staff symbol overlap Hello, in places with tight vertical spacing it's often useful and best practice to have the dynamic

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Karol Majewski
\override DynamicText.extra-offset = #'(-1 . -1) I know about that, but as extra-offset is applied after creating the layout, the whole point of saving space is lost. Karol - Original Message - From: Simon Albrecht To: lilypond user list Sent: Thursday, June 05, 2014 8:57 PM Subject: Dynamic text/st

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Simon Albrecht
Am 05.06.2014 23:02, schrieb Karol Majewski: And how about: \version 2.19 \relative { \once \override DynamicLineSpanner #'Y-offset = #2.5 \once \override DynamicLineSpanner #'outside-staff-priority = ##f c'^\f } Very good! That's the one I overlooked. Thanks, Simon