]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-an-extra-staff.ly
LSR: Update.
[lilypond.git] / input / lsr / adding-an-extra-staff.ly
index f289584576dddc4d5b111ba38e9449e7f87bbc97..cbdafda5e6c5319160070e675e71561830a26940 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.12.3"
 
 \header {
   lsrtags = "staff-notation, contexts-and-engravers"
@@ -22,13 +22,18 @@ piece.
 
 \score {
   <<
-    \new Staff \relative c'' { c1 c c c c }
+    \new Staff \relative c'' { c1 | c | c | c | c }
     \new StaffGroup \relative c'' {
       \new Staff {
-        c1 c
-        << c1 \new Staff { \once \override Staff.TimeSignature #'stencil = ##f c1 } >>
-        c
+        c1 | c <<
+          c1 \new Staff {
+            \once \override Staff.TimeSignature #'stencil = ##f
+            c1
+          }
+        >>
+        c1
       }
     }
   >>
 }
+