X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-repetition.ly;fp=input%2Fregression%2Fchord-repetition.ly;h=6416bfbdd279e34a37298b2185645193d7b48f56;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/chord-repetition.ly b/input/regression/chord-repetition.ly new file mode 100644 index 0000000000..6416bfbdd2 --- /dev/null +++ b/input/regression/chord-repetition.ly @@ -0,0 +1,13 @@ +\version "2.14.0" + +\header { + texidoc = " +A repetition symbol can be used to repeat the previous chord and save +typing. Only note events are copied: articulations, text scripts, +fingerings, etc are not repeated. +" +} + +\relative c' { + 8\p( q) q4-| q8.\(^"text" q16 q4-|\) +}