]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
*** empty log message ***
[lilypond.git] / input / regression / tuplet-gap.ly
index e27172987111d72ff3e3f017f3152e1f7f2331b8..69d92a213867d3f2b6c8ef68fdbdc62be1bea3af 100644 (file)
@@ -1,6 +1,6 @@
 \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."
 
 }
@@ -8,13 +8,13 @@
 \version "2.6.0"
 
 \layout {
-   indent = 0.0\mm
-   raggedright = ##t
+  indent = 0.0\mm
+  raggedright = ##t
 }
 
-\score{
-     \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}
 }
+