X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-tuplets.ly;h=b3f2b9b61cb35afaf0b68d6c261c1491b592ece0;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=72a8f118f3f2885fb2f88ae63bb1dfee293ff3ab;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/auto-beam-tuplets.ly b/input/regression/auto-beam-tuplets.ly index 72a8f118f3..b3f2b9b61c 100644 --- a/input/regression/auto-beam-tuplets.ly +++ b/input/regression/auto-beam-tuplets.ly @@ -1,14 +1,17 @@ -\version "1.7.18" + +\version "2.14.0" \header { -texidoc = "Tuplet-spanner should not put (visible) brackets on + texidoc = "Tuplet-spanner should not put (visible) brackets on beams even if they're auto generated." } +\layout { ragged-right= ##t } -\score { \notes \relative c' { - \property Voice.tupletSpannerDuration = #(ly:make-moment 1 4) - \property Voice.TupletBracket \override #'bracket-visibility = #'if-no-beam +\relative c' { + \set tupletSpannerDuration = #(ly:make-moment 1 4) + \override TupletBracket #'bracket-visibility = #'if-no-beam \times 2/3 { - f8-[ f f ] f8-[ f f ] f f f f f f - } -}} + f8[ f f ] f8[ f f ] f f f f f f + } +} +