]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-tuplets.ly
new file.
[lilypond.git] / input / regression / auto-beam-tuplets.ly
index f70c00f2deee7974d2fa343bbc484167a7dc2a16..6d8c392d4726a4503f3a55d5118772815e27e11a 100644 (file)
@@ -1,14 +1,18 @@
-\version "1.3.148"
+
+\version "2.3.4"
 
 \header {
 texidoc = "Tuplet-spanner should not put (visible) brackets on
 beams even if they're auto generated."
 }
 
-\score { \notes \relative c' {
-  \property Voice.tupletSpannerDuration = #(make-moment 1 4)
-  \property Voice.TupletBracket \override #'tuplet-bracket-visibility = #'if-no-beam
+\score {  \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 }
+
+     }