lilypond-user
[Top][All Lists]
Advanced

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

autoBeam and slurs in tab


From: Éric
Subject: autoBeam and slurs in tab
Date: Thu, 22 Feb 2018 15:51:57 -0700 (MST)

Hello,
slurs in polyphonic tab are badly impacted by autoBeam  Off/On
Looks related to issue #3542 but I'm not able to understand more. 
My short code : 

\version "2.19.60"

voiceA = {
  \time 2/4
  \voiceOne
  e'2  2
}

voiceB = {
  \voiceTwo
  e8( fis)
  \autoBeamOff
  g8( a)
  \autoBeamOn
  e8( fis) g( a)
}

\score {
  <<
    \new Staff \with { \clef "G_8" }
    <<
      \new Voice \voiceA
      \new Voice \voiceB
    >>

    \new TabStaff
    <<
      \new TabVoice \voiceA
      \new TabVoice \voiceB
    >>
  >>
}


Yours
Éric




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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