]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clef-8-syntax.ly
* scm/music-functions.scm (remove-tag): filter \tagged music
[lilypond.git] / input / test / clef-8-syntax.ly
index 15e162637e9661df2eb736cca26ca004e8905ba3..133ef8c1e763269089c32db36f5b4e51935392b1 100644 (file)
@@ -1,12 +1,21 @@
-\version "1.7.6"
+
+\version "1.9.2"
+\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\").
+" }
 
 \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 {
-    linewidth=-1.0
+    raggedright = ##t
   }  
   \midi { }
 }
-%% new-chords-done %%
+
+