]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-single.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / tie-single.ly
index a33c67807e65c245669742b24a8169b3722c5af3..59799a215c257d970e089e947f1884c510baa2bf 100644 (file)
@@ -11,7 +11,7 @@
 @item short ties are vertically centered in the space, as well those
 that otherwise don't fit in a space
 
-@item extremely short ties are put over the noteheads, instead of inbetween.
+@item extremely short ties are put over the noteheads, instead of between.
  
 @end itemize
 "
@@ -19,13 +19,15 @@ that otherwise don't fit in a space
 }
 \layout {
   indent = #0.0
-  raggedright = ##t
+  ragged-right = ##t
 }
 
+\version "2.19.2"
+
 frag =
 \relative c'' {
-  c16 c2...~ c16 ~ c2... |
-  c4~c8 c8~c16 c16~c32 c16.~[ c64]~ c64[ c8..] |
+  c16 c2...~ 16 ~ 2... |
+  c4~8 c8~16 c16~32 c16.~[ c64]~ 64[ c8..] |
 }