lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur goes way too high in this passage


From: Helge Kruse
Subject: Re: Slur goes way too high in this passage
Date: Tue, 8 Oct 2013 07:03:00 +0200

Binding the slur to the rest changes the end column of the point. Another idea would be a invisible end point:

\score {
  \relative {
    \new Voice="1"
    b'32 c( b a g a b c d e f e g f e d
    c e c g e c' g e 
    << 
      \once \override Rest #'stencil = ##f  r8)
      \\
      \voiceOne c8
    >>
    r8
  }
}

I admit that I don't know why the first voice has to be instantiated explicitly to allow the slur ending in the first branch of the << >> construct. 

Regards
Helge



2013/10/8 ryanmichaelmcclure <address@hidden>
That seems to work well. Is there another workaround, do you think? Seeing the slur over that far bugs me just the slightest. By the way, is this a bug in Lilypond? I'm currently on 2.16.2

-Ryan McClure


On 10/07/2013 11:33 PM, SoundsFromSound [via Lilypond] wrote:
Hello,

I see what you mean.

Look what happens when you slur to the rest, instead:

\version "2.17.24"

\score {
  \relative {
  b'32 c( b a g a b c d e f e g f e d
  c e c g e c' g e c8 r8)
  }
}

composer | sound designer
LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/Slur-goes-way-too-high-in-this-passage-tp151963p151964.html
To unsubscribe from Slur goes way too high in this passage, click here.
NAML

Ryan McClure

Luna Music Engraving


View this message in context: Re: Slur goes way too high in this passage

Sent from the User mailing list archive at Nabble.com.

_______________________________________________
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]