lilypond-user
[Top][All Lists]
Advanced

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

Re: How to show a small glissando?


From: Mats Bengtsson
Subject: Re: How to show a small glissando?
Date: Thu, 22 May 2008 13:04:57 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

If you add the following two lines before the first note, the note spacing will be adjusted, when necessary, to give each glissando a minimum length (which is long enough that it's also printed).

\override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
\override Glissando #'minimum-length = #4


   /Mats

Arjan Bos wrote:
Dear list,

Could someone please show me how to make a \glissando appear when the notes are very close to each other?

See this small example:
\version "2.11.45"

\paper { ragged-right = ##t } %% makes the first \glissando disappear

\score {
  \relative c'' {
    es8\glissando d4.~ d2 \glissando |
    e1 |
  }
}


------------------------------------------------------------------------




Thanks in advance,

Arjan

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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