]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clef-8-syntax.ly
*** empty log message ***
[lilypond.git] / input / test / clef-8-syntax.ly
index 799dec50fdbb0736d827df38cbaedcfad911948c..8f5056fc367b68ba145884f7e303311540722d40 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.7.16"
-\header {
-
-    texidoc = "Appending @code{_8} or @code{^8} to a clef name, will
-    add an octavation sign to the clef."
-
-}
 
+\version "2.1.28"
+\header {
+    texidoc = "@cindex Chord Octavation
+Appending @code{_8} or @code{^8} to a clef name will
+add an octavation sign to the clef; then the clef name 
+is given in quotes (such as \"treble^8\").
+" }
 
 \score { 
   \context Voice \notes\relative c {
-  \clef "bass_8" c4
+  \clef "bass_8" c4 c c c |
+  \clef "treble^8" c'''4 c c c |
   }
   \paper {
     raggedright = ##t
@@ -17,4 +18,4 @@
   \midi { }
 }
 
-%% new-chords-done %%
+