]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / grace-start.ly
index f9ed41ccbed0245a935722abac78bca6ec439355..d8838b2b1b07ab9725a5509d47aac00600e27576 100644 (file)
@@ -1,14 +1,17 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.12.0"
 \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 { 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. 
 }
 
+
+