Attached is an example where a hairpin, which is immediately followed by a 
text crescendo, is too long.
if a hairpin is followed by another hairpin, it is shortened (to the middle of 
the note instead of the end), but this does not happen for text crescendi.

Similarly, a hairpin following another hairpin starts at the middle of a note, 
which is not the case for text crescendi..

Unfortunately, I couldn't find any workaroung (bound-padding has only an effect 
on the left start, it seems,

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

Attachment: test.pdf
Description: Adobe PDF document

\version "2.13.3"
\pointAndClickOff

cresc = #(make-music 'CrescendoEvent 'span-direction START
                     'span-type 'text 'span-text "cresc.")
dim = #(make-music 'DecrescendoEvent 'span-direction START
                   'span-type 'text 'span-text "dim.")
decresc = #(make-music 'DecrescendoEvent 'span-direction START
                       'span-type 'text 'span-text "decresc.")

\relative c' {
\time 3/4
  s2.| \break
  c8\dim  c c c c c\!\> c  c c c c\!\dim c  c c c c\! c c \break
  % Setting bound-padding does not have any effect on the end, only on the start:
  c8\dim  c c c c \once\override Hairpin #'bound-padding = #5 c\!\> c  c c c c\!\dim c  c c c c\! c c\break
  c8\dim  c c c c c\!\> c  c c c c\!\> c  c c c c\! c c\break
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to