Hi,

Currently hairpin is always placed outside slurs. What controls their
vertial priority?
outside-staff-priority only covers spanners, marks and such, while
    \override Hairpin.avoid-slur = #'inside
seems to have no effect here. The desired effect is in second system,
without using hard-coded extra-offset of course.


=====================================
music = { c16( c c c c_\< c c c\! c\> c c c\! c c c c) }
\version "2.19.10"
\paper { ragged-right = ##t indent = 0 }
\layout { \context { \Staff \remove "Time_signature_engraver" } }
\relative c' {
  \override Slur.height-limit = 4
  \music
  \break
  \override Hairpin.extra-offset = #'(0 . 3)
  \music
}

-- 
Abel Cheung
New GPG Key fingerprint: F43B 7F88 3D7B 4B58 928E  0151 EC2B E414 3B03 A8AC
Old GPG Key fingerprint: 671C C7AE EFB5 110C D6D1  41EE 4152 E1F1 C671 86FF
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to