2013/9/16 Jayaratna <jayara...@gmail.com>

> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to