X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbeam-position.ly;h=88f5749d5b77b705aa4a259181592cf1adc8831c;hb=f9a3a6ccb7cab73028819954312508f1bdb2dfff;hp=940843afc5295b5268dedbe7dde1aaa37b19c4db;hpb=60dd8eb0afbed0abae97e96b1f2c98b90da00bf5;p=lilypond.git diff --git a/input/test/beam-position.ly b/input/test/beam-position.ly index 940843afc5..88f5749d5b 100644 --- a/input/test/beam-position.ly +++ b/input/test/beam-position.ly @@ -1,7 +1,17 @@ +\header{ +texidoc=" +Beams should always reach the middle staff line. The second beam +counting from the note head side, should never be lower than the +second staff line. This does not hold for grace note beams. +Override with @code{noStemExtend}. +"; +} +\version "1.3.117"; + \score { \context Voice \notes\relative c { [f8 f] [f64 f] \grace { [f8 e8] } - \property Voice.noStemExtend = ##t + \property Grace.Stem \override #'no-stem-extend = ##t [f8 f] }