]> 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 c8e3278eb58b71ab7ed9ce84653e12112cbd5061..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
 "
@@ -22,12 +22,12 @@ that otherwise don't fit in a space
   ragged-right = ##t
 }
 
-\version "2.12.0"
+\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..] |
 }