]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/trill-spanner.ly
Doc: NR added snippet for Alt Bar Numbering
[lilypond.git] / input / regression / trill-spanner.ly
index e7c1b44d76549a4610238b6e2afc05183c582577..b9dd36d968293ec3f1f804a32bd6cda7345da6c4 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.13"
-\layout {
-    raggedright = ##T
+\version "2.14.0"
+\paper { ragged-right = ##t }
+\relative c'' {
+  c1\startTrillSpan
+  c\stopTrillSpan
 }
-\relative \new Voice {
-    << { c1 \startTrillSpan }
-       { s2. \grace { d16[\stopTrillSpan e] } } >>
-    c4 }
+