]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-number-outside-staff-positioning.ly
Imported Upstream version 2.18.0
[lilypond.git] / 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 (file)
index 0000000..8cdb353
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.17.11"
+
+\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
+   \tuplet 3/2 { a4\trill a\trill^"foo" a\trill }
+}
\ No newline at end of file