Hi Folks,

I just tried, for some time to write a simple slide on one string. Now I
have numbers in circles appearing above the notes even with all the
extras commented and/or erased. Is there some simple thing I have missed
in the documentation? I just want to indicate a slide without anything
more than showing a slide. No finger indication, just a slide. The
player should decide her/himself what finger to use.

\version "2.18.2"

% Hide the fret number of slide start...

hideFretNumber = {
  \once \hide TabNoteHead
  \once \hide NoteHead
  \once \hide Stem
}

music = \relative c' {
%\hideFretNumber d8\2 (\glissando g2\2)
d4 g2\2
}

\score {
  <<
    \new Staff {
      \clef "treble_8"
      \music
    }
    \new TabStaff {
      \music
    }
  >>
}

I've erased the hideFretNumber block and all other commented lines and
as soon as I tell it to use the G from the second string these circles
with numbers start showing above the G????????

Namaste,
Kevin Tough


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to