lilypond-user
[Top][All Lists]
Advanced

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

Re: Repositioning a dynamic


From: Thomas Morley
Subject: Re: Repositioning a dynamic
Date: Sun, 18 Dec 2016 14:11:45 +0100

Hi Peter,

2016-12-18 13:04 GMT+01:00 Peter Toye <address@hidden>:
Andrew, Jacques,

I tried rotating the hairpin to get closer to the original and got an odd result. In the snippet below, removing the comment on the rotation does not rotate the hairpin, which I thought it would, but instead moves the right-hand end of the slur. 

I can't find such a snippet.
 

 
I've now downloaded 2.19.52, but it didn't change anything.

Why should it?

Anyway, how about:

\version "2.19.52"
\language "english"

tst =
\tweak DynamicLineSpanner.outside-staff-priority #'()
\tweak DynamicLineSpanner.Y-offset #3.5
\tweak Hairpin.rotation #'(45 0 0)
\etc

{
 \time 3/4
 \key gs \minor
 \clef bass
 \relative c' {
   \override PhrasingSlur.outside-staff-priority = 1000
   <b fs>8\( b,\) <b fs>\( ds^\tst -\< fs ds'\)\! |
 }
}

Cheers,
  Harm


reply via email to

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