]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
*** empty log message ***
[lilypond.git] / input / regression / number-staff-lines.ly
index b7ee88fdc058e64a05ffaae4a17ea0ee4ee2eee7..830d4702d1da4ccd893d0c74d954579d11e7cf59 100644 (file)
@@ -1,20 +1,21 @@
 
-\header{
+\version "2.1.28"
 
+\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 {
-       c' c c c | g' g g g     
+       c' c c c | g' g g g     \bar ":|"
   }
   \paper {
 
 \translator { \StaffContext
-StaffSymbol \override #'line-count = #3
+\override StaffSymbol #'line-count = #3
 }  }
   \midi { }
 }
+