]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-start.ly
index ec59d13d52cb9a58602a7108d2b46fc7614bfe66..05165c719e0413f5d05d49dd0395962ad554e0e0 100644 (file)
@@ -1,14 +1,17 @@
 
-\version "2.4.0"
+\version "2.14.0"
 \header {
-texidoc = "Pieces may begin with grace notes."
+  texidoc = "Pieces may begin with grace notes."
 }
-\score  { \relative c' \context Staff  { 
- \grace {  a'16[ f]  } g1
- \bar "||"  % test if | and || are synced.
- \grace {  a16[ bes]  }  c1
- \bar "||"  % test if | and || are synced. 
-  }
-  \layout { raggedright = ##t}
+
+\layout { ragged-right = ##t}
+
+\relative c' \context Staff  { 
+  \grace {  a'16[ f]  } g1
+  \bar "||"  % test if | and || are synced.
+  \grace {  a16[ bes]  }  c1
+  \bar "||"  % test if | and || are synced. 
 }
 
+
+