]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly
resolve merge
[lilypond.git] / Documentation / snippets / clefs-can-be-transposed-by-arbitrary-amounts.ly
diff --git a/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly b/Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly
new file mode 100644 (file)
index 0000000..fbaf03d
--- /dev/null
@@ -0,0 +1,29 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.14.0"
+
+\header {
+  lsrtags = "pitches"
+
+  texidoc = "
+Clefs can be transposed by arbitrary amounts, not just by octaves.
+
+"
+  doctitle = "Clefs can be transposed by arbitrary amounts"
+} % begin verbatim
+
+\relative c' {
+  \clef treble
+  c4 c c c
+  \clef "treble_8"
+  c4 c c c
+  \clef "treble_5"
+  c4 c c c
+  \clef "treble^3"
+  c4 c c c
+}
+