lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin inside slur?


From: pls
Subject: Re: Hairpin inside slur?
Date: Sun, 27 Jul 2014 21:18:19 +0200

Hey all,

today I experimented with hairpins inside slurs and encountered a strange phenomenon: 

\version "2.19.11"

exOne = { 
  \override Slur.height-limit = 20
  \override DynamicLineSpanner #'outside-staff-priority = ##f  
  c'32 ( g'32 ^\< c''32 g''32\! a''32 ^\> g''32 e''32\! g'32 )   
}

exTwo = { 
  \override Slur.height-limit = 20
  \override DynamicLineSpanner #'outside-staff-priority = ##f  
  e32 (  g32_\< b32 c'32\! d'32_\> c'32  g32\! e32 )    
}

{
  \exOne 
}

{
  \exTwo 
}


The second example works as expected.  I’m running out of ideas why the hairpins can’t be moved inside the slur in the first example.  Am I missing something?

Thanks for your help!

patrick
On 26.07.2014, at 22:29, Abel Cheung <address@hidden> wrote:

On Sat, Jul 26, 2014 at 11:54 PM, Thomas Morley
<address@hidden> wrote:
Currently hairpin is always placed outside slurs. What controls their
vertial priority?

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

Silly me, I've been keep trying zero and negative values. Thanks a lot.

Abel




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

--
Abel Cheung

HTH,
 Harm



--
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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