bug-lilypond
[Top][All Lists]
Advanced

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

contextStringTunning separates abnormaly two first lines.


From: César del Pino
Subject: contextStringTunning separates abnormaly two first lines.
Date: Tue, 15 Jan 2013 10:25:00 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.
% contextStringTunning separates abnormaly two first lines.
 
\version "2.14.1"

notes = \relative c'' {
 g2 g g g g g g g g g g g g g g g g g g g g g 
 g2 g g g g g g g g g g g g g g g g g g g g g 
 g2 g g g g g g g g g g g g g g g g g g g g g 
}

<<
  % separation between lines 1-2 equals 2-3 lines. 
  \new TabStaff {
    \set TabStaff.instrumentName = "Default OK"
    \notes
  }
>>
<<
 % separation between lines 1-2 NOT EQUALS 2-3 lines
 \new TabStaff {     
   \set TabStaff.instrumentName = "Not OK"
   \contextStringTuning #'bandurria-tuning <aes' des' ges' b' e'' a''>
   \notes
 }
>>




reply via email to

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