lilypond-user
[Top][All Lists]
Advanced

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

Re: Extraneous TabStaff printing when I don't want tab output


From: Noeck
Subject: Re: Extraneous TabStaff printing when I don't want tab output
Date: Fri, 6 Apr 2018 19:19:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Dear Larry,

please always reply to the list.

Am 06.04.2018 um 19:14 schrieb Larry Morandi:
> Thanks for your reply. You say that using tags works, but it doesn’t for me 
> using the current stable release, 2.18.2. The output look exactly the same 
> whether I use tags for not. Are you using 2.19.something?
> 
> Larry M.
> 

This works both for 2.19.80 and 2.18.2. Here is the full code again
which I compiled with 2.18.2:

\version "2.18.2"

\header {
  title = "Test showing extraneous TabStaff output"
}
global = {
  \time 4/4
  \key c \major
  \tempo 4=100
}
chordNames = \chordmode {
  \global
  c1
}
melody = \relative c'' {
  \global
  c4 d
  \tag tab \set TabStaff.minimumFret = #0
  e f
}
\score {
  <<
    \new ChordNames \chordNames
    \new FretBoards \chordNames
    \new Staff { \removeWithTag tab \melody }
  >>
  \layout { }
}

Cheers,
Joram



reply via email to

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