]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-tuplets.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / auto-beam-tuplets.ly
index ffc037e1e3c5d9caf42bda31c646df9075256afd..e6b36894d338be2bee5310b9ad58b9c2eae423fa 100644 (file)
@@ -1,14 +1,17 @@
-\version "1.7.6"
+
+\version "2.17.6"
 
 \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 
+  }
+}
+