]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/script-init.ly
Doc-es: update Usage/External, Running, Updating.
[lilypond.git] / ly / script-init.ly
index 0baf24258b2af8c41e8ebf3ef86e8ea085671082..0cb37947e7294cb1f98b97a4a83dbe26d059ac31 100644 (file)
@@ -1,12 +1,12 @@
 % script-init.ly
 
-\version "2.16.0"
+\version "2.17.25"
 
 % code char abbreviations
 dashHat = "marcato"
 dashPlus = "stopped"
 dashDash = "tenuto"
-dashBar = "staccatissimo"
+dashBang = "staccatissimo"
 dashLarger = "accent"
 dashDot = "staccato"
 dashUnderscore = "portato"
@@ -46,9 +46,8 @@ staccatissimo = #(make-articulation "staccatissimo")
 staccato = #(make-articulation "staccato")
 stopped = #(make-articulation "stopped")
 tenuto = #(make-articulation "tenuto")
-thumb = \tweak text \markup \scale #(cons (magstep 5) (magstep 5))
-                            \musicglyph #"scripts.thumb"
-        #(make-music 'FingeringEvent)
+thumb = \finger \markup \scale #(cons (magstep 5) (magstep 5))
+                        \musicglyph #"scripts.thumb"
 trill = #(make-articulation "trill")
 turn = #(make-articulation "turn")
 upbow = #(make-articulation "upbow")