]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Add "--no-parallel" to dh_auto_clean in debian/rules
[lilypond.git] / input / regression / grace-nest5.ly
index 36e0290d14008eb96b648dbe8484a87a57f0fa3c..2e4e221296471f5629d5b8cd6237d3aacd7d6f13 100644 (file)
@@ -1,7 +1,14 @@
 
-\score
-{ \notes {
-     s2 <f4>
-    \grace g e4
+\version "2.16.0"
+\header {
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
+
+\relative c'' {
+  s2 <f>4
+  \grace g e4
 }
+
+
+