]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-beam.ly
Revert "Issue 4082/2: Add scripts/auxiliar/smob-convert.sh for one-time C++ conversion"
[lilypond.git] / input / regression / tuplet-beam.ly
index 24f964419604697214561ca430054379fc85bdbb..6b84baa674f17516bb9f675a5198fccc5c9a249e 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "2.1.30"
+\version "2.17.11"
 \header {
 
-texidoc = "In combination with a beam, the bracket of the tuplet
+  texidoc = "In combination with a beam, the bracket of the tuplet
 bracket is removed. This only happens if there is one beam, as long as
 the bracket."
 
 }
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes \context Voice\relative c'' {
-\times 2/3 { r  c8[ c8] }
-\times 2/3 {  c8[ c c] }
-\times 2/3 {  c16[ c16]  c8[ c8] }
-}}
+\context Voice\relative c'' {
+  \tuplet 3/2 { r  c8[ c8] }
+  \tuplet 3/2 {  c8[ c c] }
+  \tuplet 3/2 {  c16[ c16]  c8[ c8] }
+}