]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mm-rests2.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / mm-rests2.ly
index 156ffa79c262fad80fadf4a6b77c954495d62e8c..33bbec12daf533123303a38ce5de89458e8a28ed 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+
+\version "2.1.26"
 
 \header{
 texidoc="
@@ -10,7 +11,7 @@ The number of bars will be written above the sign.
 }
 
 thenotes = \notes \relative cis' {
-\property Score. skipBars = ##t
+\set Score.skipBars = ##t
 \time 4/4
 R1 |
 R1*1 |
@@ -26,8 +27,8 @@ R1*10 |
 R1*11 | 
 }
 
-\score { < \context Staff \thenotes
+\score { << \context Staff \thenotes
 
-       >
+       >>
 }
-%% new-chords-done %%
+