lilypond-user
[Top][All Lists]
Advanced

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

Re: autoBeam and slurs in tab


From: Federico Bruni
Subject: Re: autoBeam and slurs in tab
Date: Fri, 23 Feb 2018 07:17:02 +0100



Il giorno gio 22 feb 2018 alle 23:51, =?iso-8859-1?b?yXJpYw==?= <"eric.bellocq"@yahoo.fr> ha scritto:
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.

It seems a context poblem. If you replace \autoBeamOn with this, it works again:

%\autoBeamOn
\set TabStaff.autoBeaming = ##t


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

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