]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/autochange-with-grace.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / autochange-with-grace.ly
diff --git a/input/regression/autochange-with-grace.ly b/input/regression/autochange-with-grace.ly
new file mode 100644 (file)
index 0000000..262f427
--- /dev/null
@@ -0,0 +1,17 @@
+\header {
+    texidoc = "Grace notes are placed on the appropriate staff."
+}
+
+\version "2.19.22"
+\layout { ragged-right = ##t }
+
+\score {
+  <<
+    \context Staff = "up" { s1 }
+    \context Staff = "down" {
+      \clef "bass"
+      r2
+      \autochange { \grace { g8 g' } e'4 e }
+    }
+  >>
+}