]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/flags-straight-stockhausen-boulez.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / flags-straight-stockhausen-boulez.ly
index 49008ee3b1f196500503e95f254ac98c067666d9..8e1fdf86e91c7405d51dc88d19c5442e49623415 100644 (file)
@@ -1,5 +1,12 @@
 \version "2.12.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."
   #{
@@ -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
+}