]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
new file.
[lilypond.git] / input / regression / number-staff-lines.ly
index 50e481ab669a6f9c565ae13b90a868b5d6931f59..f660f33fa44e105ad30a2f676768d572880f58b2 100644 (file)
@@ -1,20 +1,21 @@
-\version "1.7.6"
+
+\version "2.4.0"
 
 \header{
 texidoc=" The number of stafflines of a staff can be set.  Ledger
-lines both on note heads and rests are adjusted.  Barlines also are
-adjusted.  "
+lines both on note heads and rests, as well as barlines, are
+adjusted accordingly.  "
 }
 
 \score { 
-\context Voice \notes\relative c {
+\context Voice \relative c {
        c' c c c | g' g g g     \bar ":|"
   }
-  \paper {
+  \layout {
 
-\translator { \StaffContext
-StaffSymbol \override #'line-count = #3
+\context { \Staff
+\override StaffSymbol #'line-count = #3
 }  }
   \midi { }
 }
-%% new-chords-done %%
+