]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / trill-spanner.ly
index 52fcbfad6287b14c4a6039361d1d205925a98492..c56ab05480dd5bb5826206af8b74d15b994fe7c6 100644 (file)
@@ -1,12 +1,14 @@
+
 \header {
-    texidoc = "Trill spanner"
+  texidoc = "The trill symbol and the wavy line are neatly aligned:
+the wavy line should appear to come from the crook of the r"
+
 }
 
-\version "2.10.0"
-\layout {
-    ragged-right = ##T
+\version "2.16.0"
+\paper { ragged-right = ##t }
+\relative c'' {
+  c1\startTrillSpan
+  c\stopTrillSpan
 }
-\relative \new Voice {
-    << { c1 \startTrillSpan }
-       { s2. \grace { d16[\stopTrillSpan e] } } >>
-    c4 }
+