[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: beautiful phrasing slur
From: |
Erik Sandberg |
Subject: |
Re: beautiful phrasing slur |
Date: |
Fri, 10 Dec 2004 12:33:47 +0100 |
User-agent: |
KMail/1.6.2 |
Thanks! Added to the bug CVS, as slur-phrasing-slur.
Erik
On Thursday 09 December 2004 11.22, Mats Bengtsson wrote:
> You have clearly found a counter example to what is supposed to
> be shown in the example phrasing-slur-slur-avoid.ly of the Regression
> Test document. I forward it to the bug-lilypond mailing list.
>
>
> /Mats
>
> Karl Hammar wrote:
> > address@hidden:
> >
> > ...
> >
> >>Hello, here is a peace of the first Sonata for clarinet and piano of
> >> Brahms.
> >>
> >>\version"2.4.2"
> >>\include"english.ly"
> >>\relative c'' {
> >>\set Staff.TimeSignature = ##f
> >>\time 3/4
> >>\key bf \major
> >> c4.\( ( ef8) d4~( | d8 b) c4.( g8) \) bf2 r4 | af2 r4 | g4 \f r4 r4
> >>}
> >>
> >>As you can see in the png attached file, the phrasing slur collide with
> >>the other. I search the doc and mailing list but can't find the
> >>"beautiful" adjustment for slur.
> >>What can I do ?
> >
> > Strange, if I just take the slurs part, all is well (adding a % before
> > the bf2):
> >
> > %------------------------------
> > \version"2.4.2"
> > \include"english.ly"
> > \relative c'' {
> > \set Staff.TimeSignature = ##f
> > \time 3/4
> > \key bf \major
> > c4.\( ( ef8) d4~( | d8 b) c4.( g8) \) % bf2 r4 | af2 r4 | g4 \f r4 r4
> > }
> > %------------------------------
> >
> >
> > I had a similar situation with a choir piece.
> > The solution a reverted to then, was to make the phrasing slur go below
> > (using _\( instead of \(). Not what what I really wanted, but I got rid
> > of the collisions.
> >
> > %------------------------------
> > \version"2.4.2"
> > \include"english.ly"
> > \relative c'' {
> > \set Staff.TimeSignature = ##f
> > \time 3/4
> > \key bf \major
> > c4._\( ( ef8) d4~( | d8 b) c4.( g8) \) | bf2 r4 | af2 r4 | g4 \f r4 r4
> > }
> > %------------------------------
> >
> > The settings below might help you.
> >
> > %------------------------------
> > \version"2.4.2"
> >
> > \layout {
> > raggedright = ##t
> > }
> >
> > aa = \relative c'' {
> > \time 3/4
> > \key bes \major
> > c4.\( ( es8) d4~( | d8 b) c4.( g8) \) | bes2 r4 | as2 r4 | g4 \f r4 r4
> > }
> >
> > \score {
> > <<
> > \override Score.PhrasingSlur #'height-limit = #3.0
> > \override Score.PhrasingSlur #'ratio = #5.0
> > \override Score.PhrasingSlur #'extra-offset = #'(0 . 0.7)
> > \new Staff { \aa }
> >
> > }
> > %------------------------------
> >
> > Regards,
> > /Karl
> >
> > -----------------------------------------------------------------------
> > Karl Hammar Aspö Data address@hidden
> > Lilla Aspö 2340 Networks
> > S-742 94 Östhammar +46 173 140 57 Computers
> > Sweden +46 70 511 97 84 Consulting
> > -----------------------------------------------------------------------
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-user