X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fbugs%2Ftriplet.ly;fp=input%2Fbugs%2Ftriplet.ly;h=99928975828a261ea06877225320eb939dc67656;hb=6fe258640b5b7b1fe523bbf4ae5e679331c6074d;hp=0000000000000000000000000000000000000000;hpb=3c4bcc40606d67a5870e688cf88073f50513a7bb;p=lilypond.git diff --git a/input/bugs/triplet.ly b/input/bugs/triplet.ly new file mode 100644 index 0000000000..9992897582 --- /dev/null +++ b/input/bugs/triplet.ly @@ -0,0 +1,10 @@ +\header { +texidoc="manual beam override is ignored in first triplet" +} + +\score { + \context Voice \notes\relative c'' { + \times 2/3 { < [ a8 c > < a c > < a c ] > } + \times 2/3 < { [ a8 a a ] } { c c c ] } > + } +}