]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather.ly
Fretboards: markup strings in dot positions
[lilypond.git] / input / regression / beam-feather.ly
index 0d541df622321e1c18373070097bf3a5e1ee943a..0006976c6e6b9d6b032d7ba98a619456ab163f8c 100644 (file)
@@ -1,20 +1,25 @@
 \header  {
 
   texidoc = "Specifying @code{grow-direction} on a beam, will cause
-  feathered beaming. The @code{\featherDurations} function can be used
+  feathered beaming. The @code{\\featherDurations} function can be used
   to adjust note durations."
   
 }
 
-\version "2.9.4"
+\version "2.17.11"
 
 \paper {
   ragged-right = ##t
   indent = #0.0
 }
 
-\featherDurations #(ly:make-moment 3 4) \relative c'' {
-  \override Beam #'grow-direction = #LEFT
+%
+% Unfortunately this quickly bumps into overflow problems. Should use
+% a linear decrease instead?
+%
+
+\featherDurations #(ly:make-moment 3/4) \relative c'' {
+  \override Beam.grow-direction = #LEFT
   c16[
     c c c
     c c c c ]