]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/clip-systems.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / clip-systems.ly
index 3bd07ac06bf9f9ada6ca37dff4cc5a44e8391192..4ccd06d7a7131b73207ce0ccf355a25c837e5f90 100644 (file)
@@ -1,7 +1,7 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.46"
-\layout { ragged-right= ##t }
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 \header {
   lsrtags = "paper-and-layout"  % a new tag like "Mixing text and music" or
 % "Special output" might be more adequate -jm
@@ -31,6 +31,7 @@ are generated.
   doctitle = "Clip systems"
 } % begin verbatim
 
+
 #(ly:set-option 'clip-systems)
 #(set! output-count 1)
 
@@ -38,13 +39,13 @@ origScore = \score {
   \relative c' {
     \set Staff.instrumentName = #"bla"
     c1
-    d
+    d1
     \grace c16 e1
     \key d \major
-    f \break
+    f1 \break
     \clef bass
-    g,
-    fis
+    g,1
+    fis1
   }
 }