]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-transposition-placement.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / clef-transposition-placement.ly
diff --git a/input/regression/clef-transposition-placement.ly b/input/regression/clef-transposition-placement.ly
new file mode 100644 (file)
index 0000000..119e00a
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+
+\header {
+
+  texidoc="Transposition 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 }
+  >>
+}