]> git.donarmstrong.com Git - lilypond.git/commitdiff
Ascribes stroke-style property to Flag in web/ly-examples/cary.ly.
authorMike Solomon <mike@apollinemike.com>
Mon, 17 Oct 2011 06:08:45 +0000 (08:08 +0200)
committerMike Solomon <mike@apollinemike.com>
Mon, 17 Oct 2011 06:08:45 +0000 (08:08 +0200)
Documentation/web/ly-examples/cary.ly

index 1990a690a39946cc3e20de16eba6194a8ca791a6..2188c5d348d1c07953c9ab1b7cde8530f34449e1 100644 (file)
                        \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
                                \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