lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hairpin inside slur?


From: Abel Cheung
Subject: Hairpin inside slur?
Date: Sat, 26 Jul 2014 18:02:09 +0800

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

Attachment: hairipn-inside-slur.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]