]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / item.cc
index ff00630b5f8a739cc7719caf5ee87d84c29781f0..5cf717a300695192cf49726f8f7dbce18fd18187 100644 (file)
@@ -197,9 +197,7 @@ unsmob_item (SCM s)
 }
 
 ADD_INTERFACE (Item,
-              "item-interface",
-              "\n"
-              "\n"
+
               "Grobs can be distinguished in their role in the horizontal spacing.\n"
               "Many grobs define constraints on the spacing by their sizes. For\n"
               "example, note heads, clefs, stems, and all other symbols with a fixed\n"
@@ -235,5 +233,6 @@ ADD_INTERFACE (Item,
 
               /* properties */
               "break-visibility "
-              "no-spacing-rods "
+              "extra-spacing-width "
+              "infinite-spacing-height "
               "non-musical")