lilypond-user
[Top][All Lists]
Advanced

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

Re: Shifting ties horizontally


From: Luigi
Subject: Re: Shifting ties horizontally
Date: Tue, 8 Jan 2013 20:02:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Federico Bruni <fedelogy <at> gmail.com> writes:

> 
> Il 08/01/2013 20:18, Luigi ha scritto:
> > hello, i wrote some code to obtain 
staff where i can write some guitar rhythms
> > with slash noteheads. 
All is fine except the fact, ties are tracked
 from center
> > of standard note, and so the 
tie looks not very nice. It should start 
and end to
> > the lowest point of the slash. 
Sorry i'm tweaking from 2 days, searching
> > everywhere and was not able to do this.
> > There's a way to shift the whole tie
 horizontally?
> > It's not a big problem, but you know,
 Lilypond exist to make perfect sheets...
> > Thank you in advance for any suggestion
> > Luigi
> >
> 
> Hi, I suggest that you post a minimal 
example, so people can see what 
> you don't like in the output and have 
immediately some input to tweak 
> for you.
> 
> http://lilypond.org/tiny-examples.html
> 


grazie Federico for your answer.
Here's the example:

\score {
        \new Staff \with {
        \remove Clef_engraver
        \override StaffSymbol #'stencil = ##f
        \override NoteHead #'no-ledgers = ##t
        \override NoteHead #'style = #'slash
        \override NoteHead #'font-size = #' -3 }
                \numericTimeSignature
                \time 4/4
                \repeat "volta" 2 {             
                \relative c' {
                f4 f8 f~ f f f f | }
                } 

                
        \layout { }
        \midi { }
}

As you can see, ties starts and ends not 
from the lowest point of the slashes,
but from the point they should start and end, 
if note heads would be the standard ones. 
Not a big trouble but Lilypond as i wrote 
i'm sure can do this better.






reply via email to

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