lilypond-user
[Top][All Lists]
Advanced

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

Re: Drawing wavy line across the bars


From: Andrew Bernard
Subject: Re: Drawing wavy line across the bars
Date: Sun, 2 Apr 2017 13:59:05 +1000

H Dimitry,

If you want the wave in the staff, you can use extra-offset:

\version "2.19.58"

{
  \override TextScript.extra-offset = #'(0 . -3)
  c''4
  ^\markup { \draw-squiggle-line #1.2 #'(20 . 0) ##t }
}

Andrew


reply via email to

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