lilypond-user
[Top][All Lists]
Advanced

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

Re: Harp glissandi


From: Torsten Hämmerle
Subject: Re: Harp glissandi
Date: Thu, 22 Nov 2018 04:15:32 -0700 (MST)

Sorry,

I should have mentioned that the coordinates of the rotational centre are
relative to the Glissando extents.

x coordinate 0 means its centre, -1 means its left end and 1 means its right
end:


%%%%%%%%%%%%
\version "2.19.82"
{
  \override Glissando.rotation = #'(30 0 0)
  <>^"centre"
  c''4 \glissando s s c''
  \override Glissando.rotation = #'(30 -1 0)
  <>^"left"
  c''4 \glissando s s c''
  \override Glissando.rotation = #'(30 1 0)
  <>^"right"
  c''4 \glissando s s c''
}
%%%%%%%%%%%%

<http://lilypond.1069038.n5.nabble.com/file/t3887/glissando-rotational-centre.png>
 

By rotating around the left end, the vertical starting point will be
retained.
Rotating around the right end, the vertical ending point will be retained.
No matter how long the particular glissando actually is.

HTH,
Torsten





--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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