]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / tie-grace.ly
index 66309e86362c2dab505ed2cc5f5b2409de89290d..21689ab9ea20a9c88e1384bf79fe17be43ce22a6 100644 (file)
@@ -1,8 +1,13 @@
+
+\version "2.19.21"
 \header {
-    texidoc = "Tieing a grace to the to a following grace or main note works."
+  texidoc = "Tying a grace to a following grace or main note works."
 }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\layout { ragged-right= ##t }
+
+\context Voice \relative {
+  c''4 \grace { c8 ~ 16 ~ } c4 
 }
+
+