]> 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 598ca08e79f1e597e25470e5ed62c84e3d5f1c25..e6b36894d338be2bee5310b9ad58b9c2eae423fa 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.3.16"
+\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 {  \relative c' {
+\relative c' {
   \set tupletSpannerDuration = #(ly:make-moment 1 4)
-  \override TupletBracket  #'bracket-visibility = #'if-no-beam
+  \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 }
 
-     }