]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Doc-es: various updates.
[lilypond.git] / input / regression / grace-start.ly
index d6babb10b5d1e00701da636dadd7e98f520b6886..419ee40de8256c97ee31bfe6d806d731c36c8742 100644 (file)
@@ -1,12 +1,17 @@
-\version "1.5.68"
+
+\version "2.17.28"
 \header {
-texidoc = "Pieces may begin with grace notes."
+  texidoc = "Pieces may begin with grace notes."
 }
-\score  {\notes \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 { linewidth = -1. }
+
+\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. 
 }
+
+
+