lilypond-user
[Top][All Lists]
Advanced

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

Re: Zigzag slurs


From: Pierre Perol-Schneider
Subject: Re: Zigzag slurs
Date: Mon, 16 Sep 2013 19:31:17 +0200

2013/9/16 Jayaratna <address@hidden>
Dear subscribers,

Hi,
 

I need to make something similar to this. Any clues? 
 

Here's some options :

\version "2.16.2" %??

\score {

  \new Staff

  \relative g'

   {

      \set Timing.beamExceptions = #'()

      \set Timing.baseMoment = #(ly:make-moment 1 8)

      \set Timing.beatStructure = #'(1 1 1 1 1 1 1 1)

      \override TimeSignature #' stencil = ##f

      \override TextSpanner #'style = #'zigzag

      \stemDown

      g16*2/3 b-.\startTextSpan b-. \stopTextSpan

      b-.\startTextSpan b-. b-. \stopTextSpan

      c-.\startTextSpan c-. c-. \stopTextSpan

      d-.\startTextSpan d-. d-. \stopTextSpan

%%% here's another option :

      \override TextSpanner #'style = #'trill

     d-.\startTextSpan d-. d-. \stopTextSpan

     c-.\startTextSpan c-. c-. \stopTextSpan

     c-.\startTextSpan c-. c-. \stopTextSpan

     c-.\startTextSpan c-. c-. \stopTextSpan

   }

}


Cheers,

Pierre



reply via email to

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