]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rehearsal-mark-final-score.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / rehearsal-mark-final-score.ly
diff --git a/input/regression/rehearsal-mark-final-score.ly b/input/regression/rehearsal-mark-final-score.ly
new file mode 100644 (file)
index 0000000..777b409
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Rehearsal marks at the end of the last measure of a
+score are automatically made visible.
+"
+}
+
+\relative c' {
+  c1
+  \mark "Final Mark"
+}