From 1d199a740d715ef23245213f755a12360ab628f4 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 17 Oct 2011 08:08:45 +0200 Subject: [PATCH] Ascribes stroke-style property to Flag in web/ly-examples/cary.ly. --- Documentation/web/ly-examples/cary.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/web/ly-examples/cary.ly b/Documentation/web/ly-examples/cary.ly index 1990a690a3..2188c5d348 100644 --- a/Documentation/web/ly-examples/cary.ly +++ b/Documentation/web/ly-examples/cary.ly @@ -105,7 +105,7 @@ \new Voice \with { \remove Forbid_line_break_engraver \override Stem #'direction = #up - \override Stem #'stroke-style = #"grace" + \override Flag #'stroke-style = #"grace" \override Stem #'font-size = #-3 \override Rest #'transparent = ##t \override NoteHead #'no-ledgers = ##t @@ -247,7 +247,7 @@ \remove Forbid_line_break_engraver \override Stem #'direction = #down \override Stem #'font-size = #-3 - \override Stem #'stroke-style = #"grace" + \override Flag #'stroke-style = #"grace" \override Rest #'transparent = ##t \override NoteHead #'no-ledgers = ##t \override Dots #'transparent = ##t -- 2.39.2