lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin inside slur?


From: Thomas Morley
Subject: Re: Hairpin inside slur?
Date: Sat, 26 Jul 2014 17:54:05 +0200

2014-07-26 12:02 GMT+02:00 Abel Cheung <address@hidden>:
> 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

  \override DynamicLineSpanner #'outside-staff-priority = ##f

>   \music
>   \break
>   \override Hairpin.extra-offset = #'(0 . 3)
>   \music
> }
>
> --
> Abel Cheung

HTH,
  Harm



reply via email to

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