lilypond-user
[Top][All Lists]
Advanced

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

Glissando tweaks in chords


From: Peter Crighton
Subject: Glissando tweaks in chords
Date: Fri, 7 Dec 2018 01:49:51 +0100

Hello all,

I have the following (reduced) scenario where one voice has a chord with a glissando in it and I want to tweak both glissandos differently. Is it possible? The second (currently commented out) tweak is never applied even if I comment out the first tweak.

\version "2.19.82"
c'' {
  g2
  -\tweak Y-offset #0.25
  \glissando a
}
two = \relative c'' {
  \context Voice = "one" {
    c2
    % this tweak is never applied
    % -\tweak Y-offset #-0.25
    \glissando d
  }
}
\new Staff <<
  \new Voice = "one" \one
  \two
>>

Thanks,
Peter

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de

reply via email to

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