lilypond-user
[Top][All Lists]
Advanced

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

articulate.ly script


From: Andrew Bernard
Subject: articulate.ly script
Date: Mon, 19 Oct 2020 17:29:05 +1100

I'm new to MIDI work with LilyPond (new to MIDI with LilyPond, that
is, not new to LilyPond). Attempting to apply the articulate command
from articulate.ly, why does this example output rests after the
notes? Without wrapping the music in \articulate it is of course fine.
I'm missing something fundamental.

Andrew

%======
\version "2.21.7"

\include "articulate.ly"

Vibes = {
  \time 2/4

  c'2 |
  d' |
  e' |
  f' |
  g' |
  a' |
  b' |
  c'' |
}

\score {
    \new Staff {
      \articulate { \Vibes }
      %\Vibes
    }
  \layout {
  }
  \midi { }
}

%======



reply via email to

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