Re: TabStaff and glissando from note to chord (or the other way around)

2011-05-02 Thread Federico Bruni
Phil Holmes wrote:
There are 2 bugs against glissandi in 13.61 - 1639 and 1640. I would
assume your problem is related. 

Maybe not.
The two bugs are fixed:
http://codereview.appspot.com/4457042 

But I still get the same error using the latest sources... version
2.15.0 (?!?).

Please reply to all and put me in CC because I have disabled the emails
in the mailman preferences.

Thanks,
Federico


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


TabStaff and glissando from note to chord (or the other way around)

2011-05-01 Thread Federico Bruni
Is this a bug? (the comments in the example explain everything)
Thanks


\version 2.13.61

music = \relative c' {
  % connect wrong strings in TabStaff
  dis\2\glissando e\2 a\1
  e\2 a\1\glissando dis\2
  
  % glissando direction in TabStaff
  e8\2\glissando dis % correct
  e\2 a\1\glissando dis\2 gis\1 % correct
  e\2 a\14\glissando dis\2 a'\1 % line from fret 5 to fret 4 should
be up to down as in previous glissandos
}

\new StaffGroup 
  \new Staff { \clef G_8 \music }
  \new TabStaff { \clef moderntab \music }




___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: TabStaff and glissando from note to chord (or the other way around)

2011-05-01 Thread Phil Holmes
Federico Bruni fedel...@gmail.com wrote in message 
news:1304243606.2496.18.ca...@fede-laptop.fede...

Is this a bug? (the comments in the example explain everything)
Thanks


\version 2.13.61

music = \relative c' {
 % connect wrong strings in TabStaff
 dis\2\glissando e\2 a\1
 e\2 a\1\glissando dis\2

 % glissando direction in TabStaff
 e8\2\glissando dis % correct
 e\2 a\1\glissando dis\2 gis\1 % correct
 e\2 a\14\glissando dis\2 a'\1 % line from fret 5 to fret 4 should
be up to down as in previous glissandos
}

\new StaffGroup 
 \new Staff { \clef G_8 \music }
 \new TabStaff { \clef moderntab \music }




There are 2 bugs against glissandi in 13.61 - 1639 and 1640.  I would assume 
your problem is related.


--
Phil Holmes
Bug Squad




___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond