lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange space between beam and slur


From: Andrew Bernard
Subject: Re: Strange space between beam and slur
Date: Sun, 23 Jun 2019 18:54:11 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1

Hi Lukas,

May be a bug, but I always use explicit voices, not '//' constructs. I find it is just better but.

You play with the rests, but this works:


\new Staff
<<
  {
    \voiceOne
    R1
    a''8( b'' b'' a'')
  }
  \new Voice {
    \voiceTwo
    R1
    r2
  }
>>


I'm aware this does not address the issue of whether your code shows a bug or not. Could be something to do with your rests running out, inside the '//' construct. Sorry I don't have more time to look at it now.

Andrew






reply via email to

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