]> 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 f8cdc6dcbcad3e37457921b0d3153e29186ecd1b..178c2b682136a8c6009cc1c9273a364031305f17 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.1.30"
+\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' {
+\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 }
 
-     }