lilypond-user
[Top][All Lists]
Advanced

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

Re: Slide from some where undetermined


From: Phil Burfitt
Subject: Re: Slide from some where undetermined
Date: Fri, 13 Jun 2014 09:14:37 +0100

----- Original Message ----- From: "Kevin Tough" <address@hidden>
To: "lilypond-user" <address@hidden>
Sent: Friday, June 13, 2014 6:32 AM
Subject: Slide from some where undetermined


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



Does this do what you want?

\hideFretNumber <d>8\2 (\glissando <g>2\2)


Phil.





reply via email to

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