]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / grace-start.ly
index d6babb10b5d1e00701da636dadd7e98f520b6886..cc25fb2a10c9ff7926d38dc1bac4d0376855e9cb 100644 (file)
@@ -1,12 +1,14 @@
-\version "1.5.68"
+
+\version "2.3.4"
 \header {
 texidoc = "Pieces may begin with grace notes."
 }
-\score  {\notes \relative c' \context Staff  { 
- \grace { [a'16 f]  } g1
+\score  { \relative c' \context Staff  { 
+ \grace {  a'16[ f]  } g1
  \bar "||"  % test if | and || are synced.
- \grace { [a16 bes]  }  c1
+ \grace {  a16[ bes]  }  c1
  \bar "||"  % test if | and || are synced. 
   }
-  \paper { linewidth = -1. }
+  \paper { raggedright = ##t}
 }
+