]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / trill-spanner.ly
index d52594dee3c81f64e57686000486b643a9c88ddc..8380bb66122834280acbe992e96ce30a7fd7ebc6 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.39"
-\layout {
-    ragged-right = ##T
+\version "2.19.21"
+\paper { ragged-right = ##t }
+\relative {
+  c''1\startTrillSpan
+  c\stopTrillSpan
 }
-\relative \new Voice {
-    << { c1 \startTrillSpan }
-       { s2. \grace { d16[\stopTrillSpan e] } } >>
-    c4 }
+