Abbreviations for articulations

Revision as of 22:35, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Some articulations may be entered using an abbreviation.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=131

\relative c'' {
  \override TextScript.font-family = #'typewriter
  \override TextScript.font-shape = #'upright
  c4-._"c-." s
  c4--_"c--" s
  c4-+_"c-+" s
  c4-!_"c-!" s
  c4->_"c->" s
  c4-^_"c-^" s
  c4-__"c-_" s
}