]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-full-length.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-full-length.ly
index ae206c677a756317c84eff9911544d03d90ad3af..ac161cdfda87dc641ea12952a99d57d72e89b1b5 100644 (file)
@@ -5,22 +5,22 @@
 start of the next non-tuplet note.  "
 
 }
-\version "2.7.4"
+\version "2.17.6"
 
-\paper { raggedright = ##t
+\paper { ragged-right = ##t
 indent = 0.0 }
 
-\new Voice \with {
+\relative c'' \new Voice \with {
   \remove  Forbid_line_break_engraver
-  allowBeamBreak = ##t
+  \override Beam.breakable = ##t
 }
 {
   \set tupletFullLength = ##t
   c4
   \times 2/3 { c8[ c c] }
-  \times 2/3 { c8[ c \bar "empty" \break c] }
+  \times 2/3 { c8[ c \bar "-" \break c] }
   << \times 2/3 { c8[ c c]  }
-     { s4*5/6 \bar "empty" \break } >>
+     { s4*5/6 \bar "-" \break } >>
   c4
   \times 2/3 { c8[ c c] }