lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando not displayed in Staff


From: Eluze
Subject: Re: glissando not displayed in Staff
Date: Sun, 13 May 2012 11:08:23 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

hi Federico

if you use \once you must apply it just before the concerned note.

and if you want to override the
TabStaff offset you have to specify \override TabStaff.Glissando …

cheers
Eluze




Am 13.05.2012 10:13, schrieb Federico Bruni:
Il 13/05/2012 09:31, Eluze ha scritto:


Am 13.05.2012 09:16, schrieb Federico Bruni:
Hi,

do you know why glissando is not displayed in the Staff of the
following snippet?
It's displayed only if I move down one octave, i.e. \relative c

Hi,
it happens to lie exactly on the staff line…

as a workaround you could use

\once \override Glissando #'Y-offset = #.2


Unfortunately this override doesn't work. (BTW, I want to apply it to Staff only)

If I override the Y coordinates of the two end points, it works... but only if I use version 2.14.2 (2.15.38 doesn't display any glissando line).
A bug or I'm missing something?


%% SNIPPET

\version "2.15.8"

\paper {
  ragged-right = ##f
}


music =  \relative c' {
  s1*2
  %\once \override Staff.Glissando #'Y-offset = #.2
  \once \override Staff.Glissando #'(bound-details left Y) = #1
  \once \override Staff.Glissando #'(bound-details right Y) = #1.5
  <b g'>8 e4 d4( \glissando dis8) e4 |
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \context Voice { \clef "G_8" \voiceOne \music }
    >>
    \new TabStaff  <<
      \context TabVoice { \clef "moderntab" \voiceOne \music }
    >>
  >>
}

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