]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clefs-can-be-transposed-by-arbitrary-amounts.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / clefs-can-be-transposed-by-arbitrary-amounts.ly
index fbaf03dfa13a0d8e1c15227e32a80f564f7354bf..e7155b535569d540b91ee987a495136edcc75672 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "pitches"
@@ -16,6 +16,7 @@ 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
@@ -26,4 +27,3 @@ Clefs can be transposed by arbitrary amounts, not just by octaves.
   \clef "treble^3"
   c4 c c c
 }
-