]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/flags-straight-stockhausen-boulez.ly
Adds a Flag grob to LilyPond.
[lilypond.git] / input / regression / flags-straight-stockhausen-boulez.ly
index 49008ee3b1f196500503e95f254ac98c067666d9..3190abd2fd69e14f2002d56c6ed99d9d72d4f9bb 100644 (file)
@@ -1,4 +1,11 @@
-\version "2.12.0"
+\version "2.14.0"
+
+\header {
+texidoc = "Flags can be drawn straight in the style used by
+Stockhausen and Boulez.
+"
+}
+
 
 stemLength = #(define-music-function (parser location length) (number?)
   "Set the length of the next stem explicitly."
@@ -10,7 +17,7 @@ stemLength = #(define-music-function (parser location length) (number?)
 {
     \autoBeamOff
     \time 3/8
-    \override Stem #'flag = #modern-straight-flag
+    \override Flag #'stencil = #modern-straight-flag
     \override Stem #'length-fraction = #'1.5
     r8
     \acciaccatura {
@@ -27,4 +34,4 @@ stemLength = #(define-music-function (parser location length) (number?)
     \bar"|.|"
     \stemLength #1.25
     <g! cis'>16 \stemLength #1.3 <f'! g''!>8
-}
\ No newline at end of file
+}