Hi,

I just built 2.1.33, and since the script-abbreviations.ly is still
completely broken, I kind of "repaired" it (see attachment).

Unfortunately, it's still incorrect (wrong characters for `|' and `>'
due to math mode), but at least now it displays something reasonable.

Ciao,
        Kili
% this chart is used in the manual too.

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

Some articulations may be entered using an abbreviation.

"
          
}

\score {
    \notes \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      
    }
  }

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to