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

Unified Diff: scm/script.scm

Issue 344160043: add fermata markup commands
Patch Set: fix documentation Created 5 years, 11 months 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
« no previous file with comments | « ly/script-init.ly ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/script.scm
diff --git a/scm/script.scm b/scm/script.scm
index 42b1b9adc797e39c60aad3b9cf84ba7009fdac3d..2e2abe018a0707ee781b21a7db80ecac9462f83e 100644
--- a/scm/script.scm
+++ b/scm/script.scm
@@ -124,6 +124,20 @@
(avoid-slur . inside)
(direction . ,UP)))
+ ("henzelongfermata"
+ . (
+ (script-stencil . (feta . ("dhenzelongfermata" . "uhenzelongfermata")))
+ (padding . 0.20)
+ (avoid-slur . around)
+ (direction . ,UP)))
+
+ ("henzeshortfermata"
+ . (
+ (script-stencil . (feta . ("dhenzeshortfermata" . "uhenzeshortfermata")))
+ (padding . 0.20)
+ (avoid-slur . around)
+ (direction . ,UP)))
+
("ictus"
. (
(script-stencil . (feta . ("ictus" . "ictus")))
@@ -373,4 +387,10 @@
(padding . 0.20)
(avoid-slur . around)
(direction . ,UP)))
+ ("veryshortfermata"
+ . (
+ (script-stencil . (feta . ("dveryshortfermata" . "uveryshortfermata")))
+ (padding . 0.20)
+ (avoid-slur . around)
+ (direction . ,UP)))
))
« no previous file with comments | « ly/script-init.ly ('k') | no next file » | no next file with comments »

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