]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-grace.ly
check to see if stderr is writable before using
[lilypond.git] / input / regression / tie-grace.ly
index ee166af335b31941dc7b5d50c2775d61ffbf2c2a..9351ef89d495cd93f3b240e88cdf15316d15748e 100644 (file)
@@ -1,13 +1,13 @@
 
-\version "2.1.7"
+\version "2.14.0"
 \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."
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes \context Voice \relative c'' {
-    c4 \grace { c8 ~ c16 ~ } c4 
-  }
+\context Voice \relative c'' {
+  c4 \grace { c8 ~ c16 ~ } c4 
 }
 
+