lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam slope tweaking


From: Pierre Perol-Schneider
Subject: Re: Beam slope tweaking
Date: Wed, 28 Jan 2015 18:04:11 +0100

Thank you Victaor,

How about :

\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]
    }
  }
}


HTH
Pierre


2015-01-28 17:53 GMT+01:00 Víctor <address@hidden>:
I'm sorry, here it is:

\version "2.19.15"

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



El 28/01/15 a las 10:37, Pierre Perol-Schneider escibió:
Hi Victor,
Please send a tiny example.
Cheers,
Pierre

2015-01-28 17:23 GMT+01:00 Víctor <address@hidden>:
Hello everyone:

I'm trying to make beam slopes parallel to the music, or at least more evident. So I'm using \override Beam.damping = #0 wich works mostly ok, but beams in the center of the staves are still very horizontal. I've also tried to mess around with Beams.details list, but I can't figure out what of most of its keys do. Is there any way of increasing the slope of beams in the center of the staff?

Thanks in advance. Víctor.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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