--- /dev/null
+\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 { }
+}
\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]
}
\grace { [b32 ( c32] } ) c4
\grace <c16 d16> [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{ }
\context Voice = oboeTwo {
\stemDown
\grace {
- \property Grace.Stem \override #'direction = #-1
+ \stemDown
[f,16 g] }
f8 e e2
}