]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/layout-from.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / layout-from.ly
diff --git a/input/regression/layout-from.ly b/input/regression/layout-from.ly
new file mode 100644 (file)
index 0000000..05ca6d6
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "
+Inside of output definitions like @code{\\layout} or @code{\\midi},
+music is harvested for layout definitions in order to turn them
+into context modifications.
+"
+}
+
+\score {
+  \relative c' { cis cis cis cis }
+  \layout {
+    \accidentalStyle "dodecaphonic"
+  }
+  \midi {
+    \tempo 4 = 240
+  }
+}