]> 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 b5f3e7c3cd9787ac141c2f258ad166b40c2f8379..8f5056fc367b68ba145884f7e303311540722d40 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.7.18"
+
+\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, although the clef
-name needs to be in quotes (such as \"treble^8\").
+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 c c c |
-  \clef "treble^8" c'''4 c''' c''' c''' |
+  \clef "treble^8" c'''4 c c c |
   }
   \paper {
     raggedright = ##t
@@ -17,4 +18,4 @@ name needs to be in quotes (such as \"treble^8\").
   \midi { }
 }
 
-%% new-chords-done %%
+