%% Generated by lilypond-book.py
%% Options: [quote,alt=[image of music],ragged-right,indent=0\mm]
\include "lilypond-book-preamble.ly"







% ****************************************************************
% Start cut-&-pastable-section 
% ****************************************************************

\paper {
  #(define dump-extents #t)
  
  line-width = 160\mm - 2.0 * 0.4\in
  ragged-right = ##t
  indent = 0\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "script-abbreviations.ly"
\sourcefileline 0

% this chart is used in the manual too.

\version "2.10.0"
\header { texidoc = "@cindex Script Abbreviations

Some articulations may be entered using an abbreviation.

"
	  
}

\score {
     \context Voice {
      \override TextScript  #'font-family = #'typewriter
      \override TextScript  #'font-shape = #'upright
      c''4-._"c-."      s4
      c''4--_"c--"      s4
      c''4-+_"c-+"      s4
      c''4-|_"c-|"      s4
      c''4->_"c->"      s4
      c''4-^_"c-^"      s4
      c''4-__"c-_"      s4      
    }
  }




% ****************************************************************
% end ly snippet
% ****************************************************************
