2015-01-28 18:13 GMT+01:00 Víctor <[email protected]>:
> Thank you for your quick response Pierre. Your solution fixes ascending
> music, but descending music has now horizontal beams too:
>
> \version "2.19.15"
>
> \score {
>   \new Staff {
>     \autoBeamOff
>     %\override Beam.damping = #0
>     \offset positions #'(0 . 1) Beam
>     \relative c' {
>       c8[^"sloped beam" d e f]
>       g,[^"non sloped beam" a b c]
>       c'[ b a g] f[ e d c]
>       c[ e g c] c[ g e c]
>     }
>   }
> }

How about:

\score {
  \new Staff {
    \autoBeamOff
    \override Beam.damping = #0
    \override Stem.no-stem-extend = ##t
    \relative c' {
      c8[^"sloped beam" d e f]
      g,[^"non sloped beam" a b c]
      c'[ b a g] f[ e d c]
      c[ e g c] c[ g e c]
    }
  }
}

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to