Issue 477: Scripts attached to beams have excess padding at staff edge
http://code.google.com/p/lilypond/issues/detail?id=477
Comment #2 by v.villenave:
(No comment was entered for this change.)
Issue attribute updates:
Status: Verified
--
You received this message because you are
Issue 477: Scripts attached to beams have excess padding at staff edge
http://code.google.com/p/lilypond/issues/detail?id=477
Comment #1 by hanwenn:
looks good to me - must've been fixed in the meantime inadvertently.
Issue attribute updates:
Status: Fixed
--
You received this me
Issue 477: Scripts attached to beams have excess padding at staff edge
http://code.google.com/p/lilypond/issues/detail?id=477
New issue report by gpermus:
%{
When articulation scripts are attached to beams, there is too much padding
when the beams are near the staff edges.
%}
\version "2.
Thanks,
http://code.google.com/p/lilypond/issues/detail?id=477&start=100
Cheers,
- Graham
Neil Puttock wrote:
Hello,
When articulation scripts are attached to beams, there is too much padding
when the beams are near the staff edges.
\version "2.11.32"
\paper { ragged-right = ##t }
\relative c
Hello,
When articulation scripts are attached to beams, there is too much padding
when the beams are near the staff edges.
\version "2.11.32"
\paper { ragged-right = ##t }
\relative c'' {
\voiceOne
g8-- a-- b-. c-. %Tenuto marks are too far from beams
\voiceTwo
e-- d-- c-. b-.
}