]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / trill-spanner.ly
index 5fbc6ec4402d042bae7f0185c646cc607fbfc6c2..180c60c2f45a4106fbe6f85494cac01c8c6271f6 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.7.32"
-\layout {
-    ragged-right = ##T
+\version "2.12.0"
+\paper { ragged-right = ##t }
+\relative c'' {
+  c1\startTrillSpan
+  c\stopTrillSpan
 }
-\relative \new Voice {
-    << { c1 \startTrillSpan }
-       { s2. \grace { d16[\stopTrillSpan e] } } >>
-    c4 }
+