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

Unified Diff: input/regression/cross-voice-dynamics-break-span.ly

Issue 304160043: [GSoC] Implement cross-voice dynamic spanners
Patch Set: Fixed (though not sure if with best approach) issue with filtered acknowledgers. May try coding alt… Created 7 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
Index: input/regression/cross-voice-dynamics-break-span.ly
diff --git a/input/regression/cross-voice-dynamics-break-span.ly b/input/regression/cross-voice-dynamics-break-span.ly
new file mode 100644
index 0000000000000000000000000000000000000000..5350efa9005c008c65b7362eaed0684ea9e50b2b
--- /dev/null
+++ b/input/regression/cross-voice-dynamics-break-span.ly
@@ -0,0 +1,9 @@
+\version "2.19.47"
+\header{
+ texidoc="Cross-voice dynamic lines are broken by @code{\breakDynamicSpan}
+and if adjacent dynamics have different directions (e.g. above and below)."
+}
+
+\new Staff {
+ << { b4_\=Score.1\< \=Score.1\breakDynamicSpan a } >> << { g_\=Score.1\> f e } \\ { g d c^\=Score.1\p } >>
+}

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