]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index 75fb5f5691c37beec6f9e658117733155a6fa3ee..0af2753898f92eca46eeb6eb00a8eab8131e0c00 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "2.3.22"
+\version "2.7.13"
 \header {
 
-texidoc = "Horizontal tuplet brackets are shifted vertically
+  texidoc = "Horizontal tuplet brackets are shifted vertically
 to avoid staff line collisions."
 
 }
 
-    \layout { raggedright= ##t }
+\layout { raggedright= ##t }
 
-\score {  \context Voice\relative c'' {
-\times 2/3 { b'4 b b }
-\times 2/3 { f4 f f }
-\times 2/3 { g4 g g }
-\times 2/3 { a4 a a }
-}}
+\context Voice\relative c'' {
+  \times 2/3 { b'4 b b }
+  \times 2/3 { f4 f f }
+  \times 2/3 { g4 g g }
+  \times 2/3 { a4 a a }
+}