X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-to-grace.ly;h=fb504663e90c909d4578ffaa053e0671582da448;hb=0a0274a3bf5792dfb7ce3719f5dfaef36059affe;hp=d6ef884ba76fa32e0e5749ec8e920311d81d001d;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/spacing-to-grace.ly b/input/regression/spacing-to-grace.ly index d6ef884ba7..fb504663e9 100644 --- a/input/regression/spacing-to-grace.ly +++ b/input/regression/spacing-to-grace.ly @@ -1,20 +1,24 @@ + +\version "2.14.0" \header { - texidoc ="space from a normal note /barline to a grace note is + texidoc ="Space from a normal note (or barline) to a grace note is smaller than to a normal note." - + +} + +\layout { ragged-right = ##t} + + +\context Voice +{ \time 2/4 + \relative c'' { + e8 e \grace d8 e e \grace f8 e es, d' d + e8 e e e \grace { \stemDown f8 \stemNeutral } e es, d' + + } + } -\score { - \context Voice \notes - { \time 2/4 - \relative c'' { - e8 e \grace d8 e e \grace f8 e es, d' d - e8 e e e \grace { \stemDown f8 \stemBoth } e es, d' - } - } - \paper { linewidth = -1.0 } - } -%% new-chords-done %%