]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clef-end-of-line.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / test / clef-end-of-line.ly
index 79c0966245da9f5c7e4cc8cef90ce725576aa376..72399ebc85852fcd6a74d0a1bbf1bd8990e2684d 100644 (file)
@@ -1,23 +1,23 @@
-\version "1.7.7"
+\version "2.1.36"
 \header {
 
-    texidoc = "Scales, but with clef and key signature at the end of the line."
-
-}
+    texidoc = "@cindex Clef End of Line
+In these scales, the clef and key signature are shown at the end of the line.
+}
 
 \score {
-    \notes \transpose 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
-       \property Staff.explicitKeySignatureVisibility = #end-of-line-visible
+    \notes \transpose c c' {
+       \override Staff.Clef  #'break-visibility = #end-of-line-visible
+       \override Staff.KeySignature  #'break-visibility = #end-of-line-visible
+       \set Staff.explicitClefVisibility = #end-of-line-visible
+       \set Staff.explicitKeySignatureVisibility = #end-of-line-visible
 
        % We want the time sig to take space, otherwise there is not
        % enough white at the start of the line.
        %
        
-       \property Staff.TimeSignature \set #'transparent = ##t
-       \property Score.defaultBarType = #"empty"
+       \override Staff.TimeSignature  #'transparent = ##t
+       \set Score.defaultBarType = #"empty"
        
        c1 d e f g a b c
        \key d \major
@@ -31,4 +31,4 @@
        \break
        \time 4/4    
 } }
-%% new-chords-done %%
+