examples/nesting.rb in alda-rb-0.1.2 vs examples/nesting.rb in alda-rb-0.1.4

- old
+ new

@@ -4,23 +4,23 @@ Alda::Score.new do piano_ v1 - c8; d; e; f; g2_ + c8 d e f g2_ v2 - s{ c8; d }*2; e - f; g*3 + (c8 d)*2; e + f g*3 t do - t{ c; c } + t{ c c } s{ g/e/c; s{ d }*2 } - s{ c; d }*5 + (c d)*5 end * 5 - a/b/c; b; c/e + a/b/c; b c/e v3 - a8; b; +o; c2_ + a8 b o! c2_ clarinet_ - a2; e + a2 e end.play