]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-tuplets.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / auto-beam-tuplets.ly
index c0d9aea33b89d03877ae8878bff4a8a8d65c2ec6..178c2b682136a8c6009cc1c9273a364031305f17 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "1.9.1"
+\version "2.11.51"
 
 \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 }
 
-     }