X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Ftest%2Frepeat.ly;h=cb1c8616be059ff10ad907155860198db0023141;hb=194ef0e7e19c7a7c0836b6bd3ed2788a56220d2f;hp=914b665f96b10e62094228e048525e15e57ec660;hpb=3e69ea97654a3992b7411b2979c20fdc18845e2c;p=lilypond.git diff --git a/input/test/repeat.ly b/input/test/repeat.ly index 914b665f96..cb1c8616be 100644 --- a/input/test/repeat.ly +++ b/input/test/repeat.ly @@ -1,11 +1,11 @@ \score{ < - \type Staff \notes\relative c'{ + \context Staff \notes\relative c'{ c d e f \repeat 2 { g a b c } \alternative { { c b a g } { f e d c } } } - \type Lyrics \lyrics { + \context Lyrics \lyrics { De eer- ste < { maat } { moet } > \repeat 2 { } \alternative < @@ -16,3 +16,5 @@ } > } + +\version "1.0.16";