lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beam slope tweaking


From: Thomas Morley
Subject: Re: Beam slope tweaking
Date: Wed, 28 Jan 2015 20:47:57 +0100

2015-01-28 18:13 GMT+01:00 Víctor <address@hidden>:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]