]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clef-transposition-optional.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / clef-transposition-optional.ly
diff --git a/input/regression/clef-transposition-optional.ly b/input/regression/clef-transposition-optional.ly
new file mode 100644 (file)
index 0000000..c7bc4f0
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.17.7"
+
+\header {
+
+  texidoc="Clef transposition symbols may be parenthesized or
+bracketed by using parentheses or brackets in the command string."
+
+}
+\score {
+  \new Staff {
+    \clef "G^(8)" g''1 |
+    \clef "bass_[15]" c,,1 |
+    \clef "C^(8)" c''1
+  }
+}