Skip to content

Commit

Permalink
[#22] Add repeats and alternative endings to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmendoza committed Apr 1, 2012
1 parent 4295fba commit 862035a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.markdown
Expand Up @@ -217,6 +217,30 @@ Finally, you can call multiple expressions in a single line:
bar :BayangMagiliw, :PerlasNgSilanganan, :AlabNgPuso, :SaDibdibMoyBuhay bar :BayangMagiliw, :PerlasNgSilanganan, :AlabNgPuso, :SaDibdibMoyBuhay




### Repeats and alternative endings

You can also group expressions under [repeats](http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Long-repeats) and provide alternative endings:

Gitara.define do
line do
repeat 4 do
bar do
notes "c4 d e f"
end
end

alternative do
bar do
notes "d2 e"
end

bar do
notes "f2 g"
end
end
end
end

Properties Properties
---------- ----------


Expand Down

0 comments on commit 862035a

Please sign in to comment.