-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just tried the git version and it still displays the OttavaBracket on
the tablature.

Please find attached a sample file of what I was doing.

The fix proposed by Martin is perfect for me but it would be cool to
have it definitively fixed in the next version.

Thanks for your work! Lilypond is becoming an awesome tablature engraver.
- --
Raphaël Doursenaud
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrxRD8ACgkQaZKmNAdXaVXcpgCcDn3q1cNqUWoFag05mptCQ+49
vTsAnRESnQJ16zMaF0QEKwaTN4ExpqSG
=VICV
-----END PGP SIGNATURE-----
\version "2.13.7"

\include "italiano.ly"

Solo = {
  #(set-octavation 1)
  r1 |
  \acciaccatura re''8\2 \glissando mi''4.\2 si'\3 re''4\3 ~ | re''1\3 |
  r1 |
  r1 |
  mi''4.\2 si'\3 re''4\3 ~ | re''1\3 | fad'1\4 |
  r1 |
  mi''4.\2 si'\3 re''4\3 ~ | re''1\3 |
  #(set-octavation 0)
}

Guitare = \new StaffGroup \with {
  \consists "Instrument_name_engraver"
  instrumentName = "Guitare"
} <<
  \new Staff \with {
    midiInstrument = "overdriven guitar"
  } { \clef "treble_8" \Solo }
  \new TabStaff { \clef "moderntab" \Solo }
>>

\book {
  \score { \Guitare }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to