]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-tuplets.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / auto-beam-tuplets.ly
index 9656496596463c7df6178f86e5036e9ce8c0ba1c..89a2e7c4bfc4b6de712a965a3894c62be6555927 100644 (file)
@@ -1,18 +1,17 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.16.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 
 }
 }
-    \paper { raggedright= ##t }
 
-     }