lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding OttavaBracket


From: Raphaël Doursenaud
Subject: Re: Hiding OttavaBracket
Date: Wed, 04 Nov 2009 10:07:12 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

-----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 }
}

reply via email to

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