X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace.ly;h=347058ab77605bd867434f85a6785f65c0d13510;hb=c3c7e6c543f040af7883da3ccb89a3b16d8f274b;hp=a2c049abf7f983dbcd9bd125afec618bb9c52b84;hpb=edaa86202a05fe55f974037c6c59556ee94076bc;p=lilypond.git diff --git a/input/regression/grace.ly b/input/regression/grace.ly index a2c049abf7..347058ab77 100644 --- a/input/regression/grace.ly +++ b/input/regression/grace.ly @@ -1,10 +1,10 @@ -\version "2.3.22" +\version "2.14.0" \header{ - texidoc=" You can have beams, notes, chords, stems etc. within a -@code{\grace} section. If there are tuplets, the grace notes will not + texidoc=" You can have beams, notes, chords, stems etc. within a +@code{\\grace} section. If there are tuplets, the grace notes will not be under the brace. Main note scripts do not end up on the grace note. @@ -12,19 +12,19 @@ Main note scripts do not end up on the grace note. " } -\score { \context Voice = VA \relative c'' { - \grace b8 c4\fermata - \grace { c32[ cis32] } gis4 - \grace { cis32[ dis32] } e4 - \grace { c32[ d] }\times 2/3 { c8[ c c] } - \grace { b32[ ( c32] } c4) - \grace 16 c8[ c8] -% \grace c16 c8[ c8] - %% broken? - %%\grace { \set Grace.graceAlignPosition = \right c16} c4 - c4 \grace { c16 } c4 -} -\layout {raggedright = ##t} -\midi{ } +\layout {ragged-right = ##t} + +\new Voice \relative c'' { + \grace b8 c4\fermata + \grace { c32[ cis32] } gis4 + \grace { cis32[ dis32] } e4 + \grace { c32[ d] }\times 2/3 { c8[ c c] } + \grace { b32[ ( c32] } c4) + \grace 16 c8[ c8] + % \grace c16 c8[ c8] + %% broken? + %%\grace { \set Grace.graceAlignPosition = \right c16} c4 + c4 \grace { c16 } c4 } +