]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Update .ly files.
[lilypond.git] / input / regression / part-combine-solo.ly
index 8d85a52025bca218cb139daa7913b6e27c7a93e5..6d7dc89c41de5a1fe12a5597a21af11756dd0324 100644 (file)
@@ -14,15 +14,15 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo
 "
     }
 
-vone = \notes \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
-vtwo = \notes \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
+vone =  \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
+vtwo =  \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
 
-\version "2.1.22"
+\version "2.12.0"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \set Score.skipBars =  ##t
+<< \set Score.skipBars = ##t
    \partcombine \vone \vtwo
-       >>
-}
+>>