Hi Torsten,

Sorry to disturb you but I noticed that the length of the stems in beamed
notes changed considerably after I used your suggestion below, they are now
much taller than before:


Torsten Hämmerle wrote
> The modified Stem details are:
> 
>   \override Stem.details = #'((lengths 3.5 3.5 3.5 4.5 5.0 6.0)
>                               (beamed-lengths 4.26 4.5 4.6)
>                               (beamed-minimum-free-lengths 2.83 2.5 2.25)
>                               (beamed-extreme-minimum-free-lengths 2.0
> 1.25)
>                               (stem-shorten 1.0 0.5 0.25))

Using:

\version "2.19.81"

{
  c'8[^"default" d']
  a'[ b']
  \override Staff.Stem.details = #'((lengths 3.5 3.5 3.5 4.5 5.0 6.0)
                              (beamed-lengths 4.26 4.5 4.6)
                              (beamed-minimum-free-lengths 2.83 2.5 2.25)
                              (beamed-extreme-minimum-free-lengths 2.0 1.25)
                              (stem-shorten 1.0 0.5 0.25)) 
  c'[^"overriden" d']
  a'[ b']
 
 \revert Staff.Stem.details
  c'16[^"default" d']
  a'[ b']
  \override Staff.Stem.details = #'((lengths 3.5 3.5 3.5 4.5 5.0 6.0)
                              (beamed-lengths 4.26 4.5 4.6)
                              (beamed-minimum-free-lengths 2.83 2.5 2.25)
                              (beamed-extreme-minimum-free-lengths 2.0 1.25)
                              (stem-shorten 1.0 0.5 0.25)) 
  c'[^"overriden" d']
  a'[ b']
  
 \revert Staff.Stem.details
  c'32[^"default" d']
  a'[ b']
  \override Staff.Stem.details = #'((lengths 3.5 3.5 3.5 4.5 5.0 6.0)
                              (beamed-lengths 4.26 4.5 4.6)
                              (beamed-minimum-free-lengths 2.83 2.5 2.25)
                              (beamed-extreme-minimum-free-lengths 2.0 1.25)
                              (stem-shorten 1.0 0.5 0.25)) 
  c'[^"overriden" d']
  a'[ b']
}

See:  <http://lilypond.1069038.n5.nabble.com/file/t4165/beam.jpg> 

Would you happen to know where can I find the default values to tweak your
suggestion above? I would really like to have the beam height unaltered. 

Many thanks,
Gilberto




--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to