]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clef-end-of-line.ly
*** empty log message ***
[lilypond.git] / input / test / clef-end-of-line.ly
index d0245f78160c23d28685a985b6670021f356e622..9747831457c588766ea392961278d407e0ee6ee5 100644 (file)
@@ -1,11 +1,12 @@
+\version "1.9.8"
 \header {
 
-    texidoc = "Scales, but with clef and key signature at the end of the line."
-
-}
+    texidoc = "@cindex Clef End of Line
+Scales, but with clef and key signature at the end of the line.
+}
 
 \score {
-    \notes \transpose c'' {
+    \notes \transpose c c' {
        \property Staff.Clef \set #'break-visibility = #end-of-line-visible
        \property Staff.KeySignature \set #'break-visibility = #end-of-line-visible
        \property Staff.explicitClefVisibility = #end-of-line-visible
@@ -30,3 +31,4 @@
        \break
        \time 4/4    
 } }
+