]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Doc-es: various updates.
[lilypond.git] / input / regression / grace-start.ly
index 217e61411d93815d5f069794a12fa549983f0e65..419ee40de8256c97ee31bfe6d806d731c36c8742 100644 (file)
@@ -1,14 +1,17 @@
 
-\version "2.3.16"
+\version "2.17.28"
 \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. 
-  }
-  \paper { 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. 
 }
 
+
+