]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-full-length.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / tuplet-full-length.ly
index ac161cdfda87dc641ea12952a99d57d72e89b1b5..6eac8bfd3c5559ff7161074338bd8e70c1e7046a 100644 (file)
@@ -5,25 +5,25 @@
 start of the next non-tuplet note.  "
 
 }
-\version "2.17.6"
+\version "2.19.21"
 
 \paper { ragged-right = ##t
-indent = 0.0 }
+  indent = 0.0
+}
 
-\relative c'' \new Voice \with {
+\relative \new Voice \with {
   \remove  Forbid_line_break_engraver
   \override Beam.breakable = ##t
 }
 {
   \set tupletFullLength = ##t
-  c4
-  \times 2/3 { c8[ c c] }
-  \times 2/3 { c8[ c \bar "-" \break c] }
-  << \times 2/3 { c8[ c c]  }
+  c''4
+  \tuplet 3/2 { c8[ c c] }
+  \tuplet 3/2 { c8[ c \bar "-" \break c] }
+  << \tuplet 3/2 { c8[ c c]  }
      { s4*5/6 \bar "-" \break } >>
   c4
-  \times 2/3 { c8[ c c] }
+  \tuplet 3/2 { c8[ c c] }
   
-  \bar "|." \key c\minor
+  \bar "|." \key c \minor
 }
-