]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-single.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tie-single.ly
index e71b9b89a39166af568b645d1e7629deae0deea6..2526c98231410d5ee1d686299366c3079a2918ae 100644 (file)
@@ -1,7 +1,6 @@
 \header
 {
   texidoc = "Formatting for isolated ties.
- Things to note:
 
 @itemize @bullet
 @item short ties are in spaces
@@ -11,6 +10,8 @@
 
 @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 between.
  
 @end itemize
 "
@@ -18,13 +19,15 @@ that otherwise don't fit in a space
 }
 \layout {
   indent = #0.0
-  raggedright = ##t
+  ragged-right = ##t
 }
 
+\version "2.19.21"
+
 frag =
-\relative c'' {
-  c16 c2...~ c16 ~ c2... |
-  c4~c8 c8~c16 c16~c32 c16.~[ c64]~ c64[ c8..] |
+\relative {
+  c''16 c2...~ 16 ~ 2... |
+  c4~8 c8~16 c16~32 c16.~[ c64]~ 64[ c8..] |
 }