From: fred Date: Wed, 27 Mar 2002 01:04:31 +0000 (+0000) Subject: lilypond-1.5.5 X-Git-Tag: release/1.5.59~675 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61aa4aed7336a5e45e5c9b85f5b3b447d2bc6cdc;p=lilypond.git lilypond-1.5.5 --- diff --git a/input/bugs/grace-stems.ly b/input/bugs/grace-stems.ly new file mode 100644 index 0000000000..26add43ba8 --- /dev/null +++ b/input/bugs/grace-stems.ly @@ -0,0 +1,23 @@ +\header{ +texidoc="startGraceMusic should no-stem-extend to true, but there's no effect: +the two grace beams should be the same here. +" +} + + +\score { + \context Voice \notes\relative c { + \grace { + [f8 e8] + \property Voice.Stem \override #'no-stem-extend = ##t + [f8 e8] + \property Voice.Stem \revert #'no-stem-extend + } + a4 + + } + \paper { + linewidth=-1.0 + } + \midi { } +} diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly index 52f5dafeb6..7fc51c1875 100644 --- a/input/regression/beam-position.ly +++ b/input/regression/beam-position.ly @@ -11,8 +11,13 @@ Override with @code{noStemExtend}. \score { \context Voice \notes\relative c { - [f8 f] [f64 f] \grace { [f8 e8] } - \property Grace.Stem \override #'no-stem-extend = ##t + [f8 f] [f64 f] + \grace { + [f8 e8] + \property Voice.Stem \override #'no-stem-extend = ##f + [f8 e8] + \property Voice.Stem \revert #'no-stem-extend + } [f8 f] } diff --git a/input/regression/grace.ly b/input/regression/grace.ly index 903d3462a3..b58a05b148 100644 --- a/input/regression/grace.ly +++ b/input/regression/grace.ly @@ -25,7 +25,9 @@ not set. Main note scripts don't end up on the grace note. \grace { [b32 ( c32] } ) c4 \grace [c8 c8] % \grace c16 [c8 c8] - \grace { \property Grace.graceAlignPosition = \right c16} c4 + %% broken? + %%\grace { \property Grace.graceAlignPosition = \right c16} c4 + c4 \grace { c16 } c4 } \paper {linewidth = -1.} \midi{ } diff --git a/input/tutorial/sammartini.ly b/input/tutorial/sammartini.ly index 8b1b54fe95..1975a1cadb 100644 --- a/input/tutorial/sammartini.ly +++ b/input/tutorial/sammartini.ly @@ -21,7 +21,7 @@ oboes = \notes \relative c'' \context Voice = oboe { \context Voice = oboeTwo { \stemDown \grace { - \property Grace.Stem \override #'direction = #-1 + \stemDown [f,16 g] } f8 e e2 }