lilypond-user
[Top][All Lists]
Advanced

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

guitar tabs, brackets


From: Thomas Volpini
Subject: guitar tabs, brackets
Date: Fri, 30 Mar 2007 22:56:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060228 Thunderbird/1.5 Mnenhy/0.6.0.104

Hello Everyone,

i've stumbled upon a strange problem:

this works:

{
  \new TabStaff  <<
  {
%   \set TabStaff.stringTunings = #'(-1 -1 -1 -1 -1 -1)
    \set TabStaff.minimumFret = #12
    c''  g'
  }
  >>
}



but this:

{
  \new TabStaff  <<
  {
    \set TabStaff.stringTunings = #'(-1 -1 -1 -1 -1 -1)
    \set TabStaff.minimumFret = #12
    c''  g'
  }
  >>
}

causes an error:


Interpreting music... ERROR: In procedure list-ref:
ERROR: Argument 2 out of range: 6


furthermore, could someone explain the difference between <<, {, and whatever
other brackets there may be to me (and possibly include the explanation in the
documentation)?

thanks
Thomas




reply via email to

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