X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fspacing-to-grace.ly;h=6a01ad7099fac782e66314a0e2f19bfa91e7015d;hb=855201ae30fad8b165c1b47ace1c6a8d6eb93335;hp=7c51f1a903f50d9545f49186c92a5da26ec0b8c6;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/spacing-to-grace.ly b/input/regression/spacing-to-grace.ly index 7c51f1a903..6a01ad7099 100644 --- a/input/regression/spacing-to-grace.ly +++ b/input/regression/spacing-to-grace.ly @@ -1,21 +1,24 @@ -\version "1.7.16" + +\version "2.10.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 { raggedright = ##t} - } -%% new-chords-done %%