Comment #13 on issue 2910 by [email protected]: problem with 'outside-staff-padding
http://code.google.com/p/lilypond/issues/detail?id=2910

OK - so I now understand this a bit better - the issue is that outside-staff-padding pads on both sides of the markup. Therefore, the following gives expected behaviour, given that this is understood. Might we just document this?

\relative c'' {
\once \override TextScript.outside-staff-padding = #0
a'^"This text is placed very close to the note very close to the note"
\once \override TextScript.outside-staff-padding = #3
c^"This text is padded away from the previous text"
c^"Also padded away from the previous text"
c^"Close to the previous text"
}

Attachments:
        2910.png  10.4 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to