]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
Doc-es: various updates.
[lilypond.git] / input / regression / number-staff-lines.ly
index e522311a04817daf538ab1b6235634279ccdf14c..9470e3a9f1bb9d651ae259a3a1803c0b02c595bf 100644 (file)
@@ -1,19 +1,17 @@
-\version "1.3.146"
+
+\version "2.19.21"
 
 \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.  "
+  texidoc=" The number of stafflines of a staff can be set.  Ledger
+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     
-  }
-  \paper {
 
-\translator { \StaffContext
-StaffSymbol \override #'line-count = #3
-}  }
-  \midi { }
+\new Staff \with {
+  \override StaffSymbol.line-count = #3
+}
+\relative {
+  c' c c c | g' g g g  \bar ":|."
 }
+