]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-full-length-note.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / tuplet-full-length-note.ly
diff --git a/input/regression/tuplet-full-length-note.ly b/input/regression/tuplet-full-length-note.ly
deleted file mode 100644 (file)
index ac001bf..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-\header {
-
-
-  texidoc = "tuplet can be made to run to prefatory matter or
-the next note, by setting @code{tupletFullLengthNote}."
-
-  }
-
-\version "2.9.12"
-
-\new RhythmicStaff {
-  \set tupletFullLength = ##t
-  \time 4/4
-  \times 4/5 {
-    c'4 c'1
-  }
-  \set tupletFullLengthNote = ##t
-  \time 2/4
-  \times 2/3 {
-    c4 c c 
-  }
-  \time 3/4
-  c'4 c'4 c'4
-}