]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-tuplets.ly
(all-user-translation-properties):
[lilypond.git] / input / regression / auto-beam-tuplets.ly
index bf57e4075b1bf7919f59e85bcf4aa430d43a1772..fed4fb45efd26a409051805efd69df3d6f9973ef 100644 (file)
@@ -1,18 +1,17 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.7.39"
 
 \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 
 }
 }
-    \paper { raggedright= ##t }
 
-     }