lilypond-user
[Top][All Lists]
Advanced

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

Re: Looking for inter-note ornament


From: Lukas-Fabian Moser
Subject: Re: Looking for inter-note ornament
Date: Mon, 31 Dec 2018 16:52:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

\version "2.19.82"

music = {
  d''4.-2
  \once \override Script.X-offset = -1
  c''8[\upbow-1 b'-2 a'-3]
}

... or by attaching \upbow to a spacer rest:

\version "2.19"

music = {
  d''4.*2/3-2
  s8\upbow
  c''8[-1 b'-2 a'-3]
}

\score {
  \music
}

Best & a happy new year to all of you!
Lukas




reply via email to

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