X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-to-grace.ly;h=99202cfe735168eb0a40a43df88b4f238ec905a0;hb=46c581c20e37d3311d26796c85b69f5b06fabfba;hp=c74c4cc570c1f9d63594de59482cae337846ac62;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/spacing-to-grace.ly b/input/regression/spacing-to-grace.ly index c74c4cc570..99202cfe73 100644 --- a/input/regression/spacing-to-grace.ly +++ b/input/regression/spacing-to-grace.ly @@ -1,21 +1,24 @@ -\version "1.7.18" + +\version "2.19.21" \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 { + e''8 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 %%