]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-transposition.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / clef-transposition.ly
diff --git a/input/regression/clef-transposition.ly b/input/regression/clef-transposition.ly
new file mode 100644 (file)
index 0000000..d2ff573
--- /dev/null
@@ -0,0 +1,28 @@
+
+\version "2.16.0" \header {
+
+    texidoc = "Clefs may be transposed up or down
+by arbitrary amount, including 15 for two octaves."
+
+}
+\layout { ragged-right = ##t  }
+
+
+\relative c'' {
+
+  \clef "G_8"
+  c4
+  \clef "G_15"
+  c4
+  \clef "G_7"
+  c4
+  \clef "G_6"
+  c4
+  \clef "G^8"
+  c4
+  \clef "G^15"
+  c4
+  \clef "G^9"
+  c4
+}
+