lilypond-user
[Top][All Lists]
Advanced

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

Slide from some where undetermined


From: Kevin Tough
Subject: Slide from some where undetermined
Date: Fri, 13 Jun 2014 07:32:24 +0200

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




reply via email to

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