lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolo Glissando


From: Valentin Villenave
Subject: Re: Tremolo Glissando
Date: Sat, 30 Mar 2019 20:00:11 +0100

On 3/30/19, nagymusic <address@hidden> wrote:
> I'm working on a piece for cello and would like to know it if it's possible
> to notate a tremolo glissando in Lilypond. See the attached screenshot.

Greetings,
Quite simply, I would use invisible voices (see attached):

%%%%
{
  \clef bass
  \time 9/8
  r4.
  \once \override Hairpin.circled-tip = ##t
  <> ^"sul tasto"
  \tweak DynamicText.self-alignment-X #-.8
  #(make-dynamic-script
      (markup "pp"
        #:smaller #:normal-text #:italic #:whiteout
        "calmo, sotto voce"))
  \>
  <<
    {
      \oneVoice
      \repeat tremolo 12 {c32( a32}
      \repeat tremolo 12 {\parenthesize c,32 \parenthesize a,32)}
    } \\ {
      \hideNotes
      c2.\glissando c,
    } \\ {
      \hideNotes
      s4. a\glissando s a,8 s s
    }
  >>
  r4.\!
}

%%%%%

Cheers,
V.

Attachment: document.preview.png
Description: PNG image


reply via email to

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