]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-knee.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-knee.ly
index 2eba02f4dfecb9e43d61cb268ba870c9120a5fc9..3fa0bb9087a8fdf074ee9dc6abce3aa184e61b68 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.8"
+\version "2.2.0"
 \header {
 
     texidoc = "For knees, the spacing correction is such that the
@@ -11,9 +11,9 @@ width of the note heads and the thickness of the stem.
  g''8[ g g'' g''] 
 
  % check code independent of default settings.
- \property Voice.NoteSpacing \override #'knee-spacing-correction = #1.0 
+ \override NoteSpacing  #'knee-spacing-correction = #1.0 
  g''8[ g g'' g''] 
- \property Voice.Stem \override #'thickness = #10 
+ \override Stem  #'thickness = #10 
  g''8[ g g'' g''] 
     }
 \paper { raggedright = ##t}