]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / tuplet-gap.ly
index 7b34357a48903c24373556af5ccf2e2c4df02b32..b9ca1f589190830aab295600bcafb9876735ece3 100644 (file)
@@ -1,20 +1,20 @@
 \header {
 
-    texidoc = "The size of the tuplet bracket gap is adjusted to the
+  texidoc = "The size of the tuplet bracket gap is adjusted to the
     width of the text."
 
 }
 
-\version "2.1.35"
+\version "2.7.39"
 
-\paper {
-   indent = 0.0\mm
-   raggedright = ##t
+\layout {
+  indent = 0.0\mm
+  ragged-right = ##t
 }
 
-\score{
-    \notes \relative c'' {
-       \set tupletNumberFormatFunction = #fraction-tuplet-formatter
-       \times  17/12  { c8 c4 c8 c8}
-       }
+
+\relative c'' {
+  \set tupletNumberFormatFunction = #fraction-tuplet-formatter
+  \times  17/12  { c8 c4 c8 c8}
 }
+