]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
Examine Stem::duration_log() for preventing merge of quarter and half
[lilypond.git] / input / regression / grace-start.ly
index d6babb10b5d1e00701da636dadd7e98f520b6886..5e3a22e5185ff93ec41066db83adcd3b803b568c 100644 (file)
@@ -1,12 +1,17 @@
-\version "1.5.68"
+
+\version "2.7.39"
 \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. 
 }
+
+
+