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

Unified Diff: ly/grace-init.ly

Issue 4922042: Creates a Flag grob. (Closed)
Patch Set: Rebase against current master. Created 12 years, 7 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/engraver-init.ly ('k') | ly/gregorian.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ly/grace-init.ly
diff --git a/ly/grace-init.ly b/ly/grace-init.ly
index 6850541afaeb1c8bb209c42208f0a68b1955ffdd..4ee3be0179e3a6c155d035eb557d19bc5f78bf8f 100644
--- a/ly/grace-init.ly
+++ b/ly/grace-init.ly
@@ -21,18 +21,18 @@ stopAppoggiaturaMusic = {
startAcciaccaturaMusic = {
s1*0\startGraceSlur
- \override Stem #'stroke-style = #"grace"
+ \override Flag #'stroke-style = #"grace"
}
stopAcciaccaturaMusic = {
- \revert Stem #'stroke-style
+ \revert Flag #'stroke-style
s1*0\stopGraceSlur
}
startSlashedGraceMusic = {
- \override Stem #'stroke-style = #"grace"
+ \override Flag #'stroke-style = #"grace"
}
stopSlashedGraceMusic = {
- \revert Stem #'stroke-style
+ \revert Flag #'stroke-style
}
« no previous file with comments | « ly/engraver-init.ly ('k') | ly/gregorian.ly » ('j') | no next file with comments »

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