Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(386)

Unified Diff: ly/script-init.ly

Issue 7303067: This is actually a whole bunch of commits: (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ly/script-init.ly
diff --git a/ly/script-init.ly b/ly/script-init.ly
index 0baf24258b2af8c41e8ebf3ef86e8ea085671082..5d33decace0e926d0189d14d8d6a3b3c75960053 100644
--- a/ly/script-init.ly
+++ b/ly/script-init.ly
@@ -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")

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b