]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
* input/test/slur-shape.ly (x): remove file.
[lilypond.git] / Documentation / topdocs / NEWS.texi
index 887a273939a7bce36369ad14b90fe13fb04b8198..69cade5933b574a60461cfdf6cf704c65bbcecbf 100644 (file)
@@ -8,6 +8,20 @@
 @chapter New features in 2.1 since 2.0
 
 @itemize
+@item  Features of spanner contexts, like Staff, can now be changed easily:
+
+@example
+  \new Staff \with {
+     StaffSymbol \set #'line-count = #4
+  }
+        { c'4 }
+@end example
+
+@noindent
+puts a quarter note C on a staff with 4 lines.  
+
+
+
 @item Multi measure rests are now truly centered between the
 clefs/barlines of the staff, independent of symbols on the other staffs.