lilypond-user
[Top][All Lists]
Advanced

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

glissando not displayed in Staff


From: Federico Bruni
Subject: glissando not displayed in Staff
Date: Sun, 13 May 2012 09:16:01 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.3) Gecko/20120329 Icedove/10.0.3

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


\version "2.15.38"

\paper {
  ragged-right = ##f
}


music =  \relative c' {
  s1*2
  <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 }
    >>
  >>
}



reply via email to

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