]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-octavation.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / clef-octavation.ly
diff --git a/input/regression/clef-octavation.ly b/input/regression/clef-octavation.ly
new file mode 100644 (file)
index 0000000..0397cb7
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc="Octavate symbols should be correctly positioned close to
+the parent clef."
+
+}
+\score {
+  <<
+    \new Staff { \clef "G^8" g''1 }
+    \new Staff { \clef "F^8" c'1 }
+    \new Staff { \clef "C^8" c''1 }
+    \new Staff { \clef "G_8" g1 }
+    \new Staff { \clef "F_8" c,1 }
+    \new Staff { \clef "C_8" c1 }
+  >>
+}