]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/flags-straight-stockhausen-boulez.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / flags-straight-stockhausen-boulez.ly
index 49008ee3b1f196500503e95f254ac98c067666d9..8fc0d1245e3790ea31e4105fd03158330dd73cfb 100644 (file)
@@ -1,16 +1,23 @@
-\version "2.12.0"
+\version "2.16.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."
   #{
-    \once \override Stem #'length-fraction = #$length
+    \once \override Stem #'length-fraction = #length
   #}
 )
 
 {
     \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
+}