]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rehearsal-mark-direction.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / rehearsal-mark-direction.ly
diff --git a/input/regression/rehearsal-mark-direction.ly b/input/regression/rehearsal-mark-direction.ly
new file mode 100644 (file)
index 0000000..f748a53
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Rehearsal marks with direction DOWN get placed at
+the bottom of the score."
+}
+
+\new StaffGroup <<
+   \new Staff { g'1 }
+   \new Staff {
+     c'1
+     \once \override Score . RehearsalMark #'break-visibility = #begin-of-line-invisible
+     \once \override Score . RehearsalMark #'direction = #DOWN
+     \mark \markup \italic "Fine."
+   }
+ >>