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

Unified Diff: input/regression/tuplet-number-outside-staff-positioning.ly

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Patch Set: Run astyle on c++ files Created 12 years, 6 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/tuplet-number-outside-staff-positioning.ly
diff --git a/input/regression/tuplet-number-outside-staff-positioning.ly b/input/regression/tuplet-number-outside-staff-positioning.ly
new file mode 100644
index 0000000000000000000000000000000000000000..702535200c371f862a2f8295d017087b4bb14529
--- /dev/null
+++ b/input/regression/tuplet-number-outside-staff-positioning.ly
@@ -0,0 +1,17 @@
+\version "2.17.0"
+
+\header {
+
+ texidoc = "Grobs whose parents have @code{outside-staff-priority} set
+should figure into the vertical skyline of the @code{VerticalAxisGroup}
+such that grobs with a higher @code{outside-staff-priority} are correctly
+positioned above them.
+"
+
+}
+
+\relative c'' {
+ \override TupletBracket #'outside-staff-priority = #1
+ \override TupletNumber #'font-size = #5
+ \times 2/3 { a4\trill a\trill^"foo" a\trill }
+}

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