]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-space.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / test / staff-space.ly
index f0ebace7267c23c05b0d1f3cc050fb85dd7e5592..0de38759e98505507baefb4e92a91891b2c179f6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.1.23"
 
 \header{ texidoc ="@cindex Staff Space
 Setting staff space on a staff. "
@@ -17,7 +17,7 @@ Setting staff space on a staff. "
 >>
 \paper {  \translator  {
       \StaffContext
-      StaffSymbol \set #'staff-space = #5.5
+      \override StaffSymbol #'staff-space = #5.5
       }
        raggedright=##t }
 }