]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision.ly
* input/: Convert ly files that still had \property. Fixes make
[lilypond.git] / input / regression / rest-collision.ly
index b0681923a826b506379d0a11742545ddc2240aab..8a274603719df132d0760ca3c3fb6f9b52028603 100644 (file)
@@ -10,11 +10,11 @@ cases.
 "
 }
 
-scale =  \notes \relative c' {
+scale = \notes \relative c' {
   c8 d e f g a b c c d e f g a b c
 
 }
-rests =  \notes             {
+rests = \notes             {
   r r r  r r r r r r r r r r r r r
 } 
 different = <<  {
@@ -27,13 +27,13 @@ different = <<  {
         r1
       }} >>
 
-scales =  \context Staff \notes <<
+scales = \context Staff \notes <<
         {  r1 r2 r2   \scale    c''1 c'2 a'2 \rests  }
         \\
         { a'1 a'2 d'2 \rests r1 r2 r2  \scale }
 >>
 
-restsII =  \context Staff \notes {
+restsII = \context Staff \notes {
        r4 r8
        \context Staff << {  r8 } \\{  r8} >>
        \context Staff << { r8} r8 \\{  r8} >>