X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace.ly;h=36462f342c2e719a16e3e3af1bb6c2ed06d88422;hb=082bb0d361bd762d4fea7dc5c70d598432ce8e0f;hp=4a7efee2ae1916dcdfb98f2e668ac1b393613513;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/grace.ly b/input/regression/grace.ly index 4a7efee2ae..36462f342c 100644 --- a/input/regression/grace.ly +++ b/input/regression/grace.ly @@ -1,9 +1,9 @@ -\version "2.6.0" +\version "2.12.0" \header{ - texidoc=" You can have beams, notes, chords, stems etc. within a + 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. @@ -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 } +