]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/using-alternative-flag-styles.ly
NR 1.1.3 and Changes update w/ new Clef Appendix
[lilypond.git] / Documentation / snippets / new / using-alternative-flag-styles.ly
index 9e8240cbb156ab4639fb91770f801527aae0682b..5932ba2565238653ccf9c8d8383122afcf062a9f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.15"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -21,13 +21,13 @@ testnotes = {
   \time 2/4
   \testnotes
 
-  \override Flag #'stencil = #modern-straight-flag
+  \override Flag.stencil = #modern-straight-flag
   \testnotes
 
-  \override Flag #'stencil = #old-straight-flag
+  \override Flag.stencil = #old-straight-flag
   \testnotes
 
-  \revert Flag #'stencil
+  \revert Flag.stencil
   \testnotes
 }