bug-lilypond
[Top][All Lists]
Advanced

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

Re: Cryptic error message with tabs


From: hernan gonzalez
Subject: Re: Cryptic error message with tabs
Date: Mon, 9 Apr 2007 20:37:45 -0300

Perhaps some trouble with non-ascii chars or long lines...
Here it goes again, below. I also uploaded it here:
http://hjg.com.ar/ghibli/musica/testcase3.ly
Cheers

--
Hernán J. González
http://hjg.com.ar/

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.8.0"
\include "english.ly"
% test case: confusing message when an invalid note
% is found by the TabStaff engraver.
% Tested with lilypond-2.10.19 in WinXP
% Hernan J. Gonzalez

\header {  title = "test case - invalid note in tab" }

top = {
e4 c4 e,2  | % ok
% following C note is out of the range of the guitar
e4 c,4 e,2 |
}

thescore =  \score {  <<
 \context StaffGroup <<
 \context Staff <<
  \time 4/4
  \key g \major
  \set Staff.midiInstrument = "acoustic guitar (nylon)"
  \clef "G_8"
  \context Voice { \top }
 >>
 \context TabStaff <<
  \context TabVoice { \top }
 >>  >>  >>
\layout {}
}

\book {  \paper  {} \score  {  \thescore } }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




reply via email to

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